summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Core/Checker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer] Be more plugin-friendly by moving static locals into .cpp files.Artem Dergachev2018-10-201-0/+2
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-1/+1
* Analyzer: Replace a set of particularly ugly faux variadics.Benjamin Kramer2015-02-151-8/+0
* [analyzer] Improved checker naming in CFG dump.Anton Yartsev2014-02-171-2/+15
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-111-0/+2
* Reapply r149311 which I reverted by mistake.Argyrios Kyrtzidis2012-01-311-0/+1
* Revert r149311 which failed to compile.Argyrios Kyrtzidis2012-01-311-1/+0
* Convert ProgramStateRef to a smart pointer for managing the reference counts ...Ted Kremenek2012-01-311-0/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+8
* [analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.Ted Kremenek2011-08-121-0/+22
* [analyzer] Remove Checker V1.Argyrios Kyrtzidis2011-03-011-35/+0
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-1/+1
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-081-0/+35