aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/CMakeLists.txt
AgeCommit message (Expand)Author
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis
2010-12-17Move CocoaConventions.[h,cpp] from libCheckerTed Kremenek
2010-12-03Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as ...Argyrios Kyrtzidis
2010-12-02Merge ValueManager into SValBuilder.Ted Kremenek
2010-12-01Rename 'SValuator' to 'SValBuilder'. The new nameTed Kremenek
2010-10-10Unbreak the CMake build.Francois Pichet
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-09-10Implement: <rdar://problem/6351970> rule request: warn if @synchronized mutex...Ted Kremenek
2010-09-10Added AnalyzerStatsChecker, a path sensitive check that reports visitation st...Tom Care
2010-09-09Clean up CMake dependenciesDouglas Gregor
2010-07-27Extracted out some useful common functions in IdempotentOperationChecker to t...Tom Care
2010-07-23Added an path-sensitive unreachable code checker to the experimental analyzer...Tom Care
2010-07-19Reapply r108617.Zhongxing Xu
2010-07-17Revert r108617, it broke the build.Benjamin Kramer
2010-07-17Prepare the analyzer for the callee in another translation unit:Zhongxing Xu
2010-07-06Add a new path-sensitive checker for functions in <string.h>, for both null-t...Jordy Rose
2010-07-06Sort CMake file.Ted Kremenek
2010-07-06Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...Tom Care
2010-06-17Update CMake build for new attribute changes.Sean Hunt
2010-06-16Add StreamChecker. This checker models and checks stream manipulation functions.Zhongxing Xu
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-06-09Remove an entry for a now deleted file. Fixes the neglected CMake build. ;]Chandler Carruth
2010-06-08Add a checker check if a global variable holds a local variable's address afterZhongxing Xu
2010-05-30Convert DeclNodes to use TableGen.Sean Hunt
2010-05-25CastSizeChecker checks when casting a malloc'ed symbolic region to type T,Zhongxing Xu
2010-05-05Unbreak CMake build.Douglas Gregor
2010-04-19Move all C++ expression evaluation logic into its own file.Zhongxing Xu
2010-03-23update CMakeLists.txtZhongxing Xu
2010-03-22Sort calls to add_clang_library()Kovarththanan Rajaratnam
2010-02-25Add MacOSXAPIChecker, a meta checker to include various precondition checks f...Ted Kremenek
2010-02-25Enhance the unused ivar checker to not consider an ivar to be accidentally un...Ted Kremenek
2010-02-25Add UnixAPIChecker, a meta checker to include various precondition checks for...Ted Kremenek
2010-02-16Add simpler checker to check if variables captured by a block are uninitialized.Ted Kremenek
2010-02-14Add new static analyzer for checking LLVM coding conventions: -analyzer-check...Ted Kremenek
2010-02-04static analyzer: handle casts of a function to a function pointer withTed Kremenek
2010-02-03Add FlatStore.cpp (from r95214) to CMake build. Don't forget about it! =DChandler Carruth
2010-01-27Update CMake build.Ted Kremenek
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek