- e817771 [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib. by Argyrios Kyrtzidis · 14 years ago
- 811d75e [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. by Argyrios Kyrtzidis · 14 years ago
- 432424d [analyzer] Introduce ObjCMessage which represents both explicit ObjC message expressions and implicit by Argyrios Kyrtzidis · 14 years ago
- e8f4b04 Fix CMakeLists.txt. by Zhongxing Xu · 14 years ago
- 2770eb1 Unbreak the CMake build. by Douglas Gregor · 14 years ago
- 2114258 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 14 years ago[Renamed (85%) from lib/EntoSA/CMakeLists.txt]
- 3a8f40e Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 14 years ago[Renamed (87%) from lib/GR/CMakeLists.txt]
- 11db268 Subsequent attempt to fix linux build. by Argyrios Kyrtzidis · 14 years ago
- 9abcf99 Forgot to move the files in CMakeLists.txt. by Argyrios Kyrtzidis · 14 years ago
- d2592a3 [analyzer] Refactoring: Drop the 'GR' prefix. by Argyrios Kyrtzidis · 14 years ago
- a7af5ea [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 14 years ago
- bce30c5 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 14 years ago[Renamed (94%) from lib/Checker/CMakeLists.txt]
- bb8fef3 Move CocoaConventions.[h,cpp] from libChecker by Ted Kremenek · 14 years ago
- ebd4f52 Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as diagnostic notes by Argyrios Kyrtzidis · 14 years ago
- c8413fd Merge ValueManager into SValBuilder. by Ted Kremenek · 14 years ago
- 846eabd Rename 'SValuator' to 'SValBuilder'. The new name by Ted Kremenek · 14 years ago
- 08f7e67 Unbreak the CMake build. by Francois Pichet · 14 years ago
- 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 15 years ago
- 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 15 years ago
- 4f6aa77 Implement: <rdar://problem/6351970> rule request: warn if @synchronized mutex can be nil by Ted Kremenek · 15 years ago
- 52d861c Added AnalyzerStatsChecker, a path sensitive check that reports visitation statistics about analysis. Running clang with the -analyzer-stats flag will emit warnings containing the information. We can then run a postanalysis script to take this data and give useful information about how much the analyzer missed in a project. by Tom Care · 15 years ago
- ec9bf47 Clean up CMake dependencies by Douglas Gregor · 15 years ago
- a9fbf5b Extracted out some useful common functions in IdempotentOperationChecker to their own CheckerHelpers file. by Tom Care · 15 years ago
- c4b5bd8 Added an path-sensitive unreachable code checker to the experimental analyzer checks. by Tom Care · 15 years ago
- c6238d2 Reapply r108617. by Zhongxing Xu · 15 years ago
- ee30965 Revert r108617, it broke the build. by Benjamin Kramer · 15 years ago
- 69b8194 Prepare the analyzer for the callee in another translation unit: by Zhongxing Xu · 15 years ago
- ccbf7ee Add a new path-sensitive checker for functions in <string.h>, for both null-terminated strings and memory blocks. Currently only checks memcpy(), memmove(), and bcopy(), but this is intended to be expanded soon. by Jordy Rose · 15 years ago
- 0a02e3e Sort CMake file. by Ted Kremenek · 15 years ago
- db2fa8a Added a path-sensitive idempotent operation checker (-analyzer-idempotent-operation). Finds idempotent and/or tautological operations in a path sensitive context, flagging operations that have no effect or a predictable effect. by Tom Care · 15 years ago
- ee6e4b4 Update CMake build for new attribute changes. by Sean Hunt · 15 years ago
- c196095 Add StreamChecker. This checker models and checks stream manipulation functions. by Zhongxing Xu · 15 years ago
- 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 15 years ago
- a3b6727 Remove an entry for a now deleted file. Fixes the neglected CMake build. ;] by Chandler Carruth · 15 years ago
- 1622a54 Add a checker check if a global variable holds a local variable's address after by Zhongxing Xu · 15 years ago
- 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 15 years ago
- ab28099 CastSizeChecker checks when casting a malloc'ed symbolic region to type T, by Zhongxing Xu · 15 years ago
- 71b1d0e Unbreak CMake build. by Douglas Gregor · 15 years ago
- cb7464a Move all C++ expression evaluation logic into its own file. by Zhongxing Xu · 15 years ago
- 13b7639 update CMakeLists.txt by Zhongxing Xu · 15 years ago
- 909e6aa Sort calls to add_clang_library() by Kovarththanan Rajaratnam · 15 years ago
- df61b58 Add MacOSXAPIChecker, a meta checker to include various precondition checks for calls by Ted Kremenek · 15 years ago
- e3972a9 Enhance the unused ivar checker to not consider an ivar to be accidentally unused by Ted Kremenek · 15 years ago
- 381d1bf Add UnixAPIChecker, a meta checker to include various precondition checks for calls by Ted Kremenek · 15 years ago
- 94fd0b8 Add simpler checker to check if variables captured by a block are uninitialized. by Ted Kremenek · 15 years ago
- 6dd66ed Add new static analyzer for checking LLVM coding conventions: -analyzer-check-llvm-conventions by Ted Kremenek · 15 years ago
- 40c37e1 static analyzer: handle casts of a function to a function pointer with by Ted Kremenek · 15 years ago
- e20d3c1 Add FlatStore.cpp (from r95214) to CMake build. Don't forget about it! =D by Chandler Carruth · 15 years ago
- 145308f Update CMake build. by Ted Kremenek · 15 years ago
- 1309f9a Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 15 years ago