summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/GRExprEngineInternalChecks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust wording of bug names.Ted Kremenek2009-03-011-8/+8
* Implemented simple check in <rdar://problem/6600344>: When the receiver of aTed Kremenek2009-02-191-1/+31
* Tidy up bug descriptions.Ted Kremenek2009-02-071-1/+1
* Overhaul BugReporter interface and implementation. The new interface cleans upTed Kremenek2009-02-041-132/+117
* more SourceLocation lexicon change: instead of referring to theChris Lattner2009-01-161-2/+3
* [static analyzer] Extend VLA size checking to look for undefined sizes.Ted Kremenek2008-12-091-10/+30
* Add checking for zero-sized VLAs.Ted Kremenek2008-12-081-1/+29
* Add out-of-bound memory access warning report code.Zhongxing Xu2008-11-231-0/+11
* - Clean up transfer function logic for 'return' statements.Ted Kremenek2008-11-211-2/+12
* Enhance return-of-stack-address checker to recognize regions created by alloc...Ted Kremenek2008-11-021-0/+9
* Use llvm::raw_string_ostream instead of std::ostringstream.Ted Kremenek2008-10-311-4/+4
* Enhance path-sensitive return-of-stack-address check to print out the line nu...Ted Kremenek2008-10-311-3/+20
* This patch did the following renaming. There should be no functional changes.Zhongxing Xu2008-10-171-6/+6
* This is a big patch, but the functionality change is small and the rest of th...Ted Kremenek2008-10-041-3/+4
* Built-in checks now have a category: "Logic Errors"Ted Kremenek2008-09-211-4/+6
* Add "category" to BugTypes, allowing bugs to be grouped.Ted Kremenek2008-09-201-1/+1
* Rename ValueState -> GRState.Ted Kremenek2008-08-131-11/+11
* Enhanced path-sensitive return-of-stack-address check to print out the name o...Ted Kremenek2008-07-311-9/+21
* Add range highlighting for path-sensitive return-of-stack-address check.Ted Kremenek2008-07-301-5/+18
* Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GR...Ted Kremenek2008-07-221-0/+332
OpenPOWER on IntegriCloud