summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-88/+0
* Move CocoaConventions.[h,cpp] from libCheckerTed Kremenek2010-12-171-1/+0
* Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as ...Argyrios Kyrtzidis2010-12-031-0/+1
* Merge ValueManager into SValBuilder.Ted Kremenek2010-12-021-1/+0
* Rename 'SValuator' to 'SValBuilder'. The new nameTed Kremenek2010-12-011-2/+2
* Unbreak the CMake build.Francois Pichet2010-10-101-0/+1
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-14/+4
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-4/+14
* Implement: <rdar://problem/6351970> rule request: warn if @synchronized mutex...Ted Kremenek2010-09-101-1/+2
* Added AnalyzerStatsChecker, a path sensitive check that reports visitation st...Tom Care2010-09-101-0/+1
* Clean up CMake dependenciesDouglas Gregor2010-09-091-0/+2
* Extracted out some useful common functions in IdempotentOperationChecker to t...Tom Care2010-07-271-0/+1
* Added an path-sensitive unreachable code checker to the experimental analyzer...Tom Care2010-07-231-0/+1
* Reapply r108617.Zhongxing Xu2010-07-191-1/+1
* Revert r108617, it broke the build.Benjamin Kramer2010-07-171-1/+1
* Prepare the analyzer for the callee in another translation unit:Zhongxing Xu2010-07-171-1/+1
* Add a new path-sensitive checker for functions in <string.h>, for both null-t...Jordy Rose2010-07-061-0/+1
* Sort CMake file.Ted Kremenek2010-07-061-9/+9
* Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...Tom Care2010-07-061-0/+1
* Update CMake build for new attribute changes.Alexis Hunt2010-06-171-1/+2
* Add StreamChecker. This checker models and checks stream manipulation functions.Zhongxing Xu2010-06-161-0/+1
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-0/+4
* Remove an entry for a now deleted file. Fixes the neglected CMake build. ;]Chandler Carruth2010-06-091-1/+0
* Add a checker check if a global variable holds a local variable's address afterZhongxing Xu2010-06-081-0/+1
* Convert DeclNodes to use TableGen.Alexis Hunt2010-05-301-1/+1
* CastSizeChecker checks when casting a malloc'ed symbolic region to type T,Zhongxing Xu2010-05-251-1/+2
* Unbreak CMake build.Douglas Gregor2010-05-051-0/+2
* Move all C++ expression evaluation logic into its own file.Zhongxing Xu2010-04-191-0/+1
* update CMakeLists.txtZhongxing Xu2010-03-231-0/+1
* Sort calls to add_clang_library()Kovarththanan Rajaratnam2010-03-221-8/+8
* Add MacOSXAPIChecker, a meta checker to include various precondition checks f...Ted Kremenek2010-02-251-0/+1
* Enhance the unused ivar checker to not consider an ivar to be accidentally un...Ted Kremenek2010-02-251-1/+1
* Add UnixAPIChecker, a meta checker to include various precondition checks for...Ted Kremenek2010-02-251-0/+1
* Add simpler checker to check if variables captured by a block are uninitialized.Ted Kremenek2010-02-161-0/+1
* Add new static analyzer for checking LLVM coding conventions: -analyzer-check...Ted Kremenek2010-02-141-0/+1
* static analyzer: handle casts of a function to a function pointer withTed Kremenek2010-02-041-1/+2
* Add FlatStore.cpp (from r95214) to CMake build. Don't forget about it! =DChandler Carruth2010-02-031-0/+1
* Update CMake build.Ted Kremenek2010-01-271-0/+1
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+62
OpenPOWER on IntegriCloud