summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/GRExprEngineInternalChecks.h
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-53/+0
* Implement: <rdar://problem/6351970> rule request: warn if @synchronized mutex...Ted Kremenek2010-09-101-0/+1
* Removed IdempotentOperationChecker from default analysis and returned back to...Tom Care2010-08-061-1/+0
* Improved false positive rate for the idempotent operations checker and moved ...Tom Care2010-07-161-0/+1
* Merge StackAddrLeakChecker and ReturnStackAddressChecker.Zhongxing Xu2010-06-091-1/+0
* Add a checker check if a global variable holds a local variable's address afterZhongxing Xu2010-06-081-0/+1
* CastSizeChecker checks when casting a malloc'ed symbolic region to type T,Zhongxing Xu2010-05-251-0/+1
* Add MacOSXAPIChecker, a meta checker to include various precondition checks f...Ted Kremenek2010-02-251-0/+1
* Add UnixAPIChecker, a meta checker to include various precondition checks for...Ted Kremenek2010-02-251-0/+1
* Divide list of registration functions in API and foundational checks. Also t...Ted Kremenek2010-02-251-2/+6
* Sort list of checker registration functions.Ted Kremenek2010-02-251-12/+12
* Add simpler checker to check if variables captured by a block are uninitialized.Ted Kremenek2010-02-161-1/+1
* static analyzer: handle casts of a function to a function pointer withTed Kremenek2010-02-041-0/+1
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+44
OpenPOWER on IntegriCloud