summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/GRExprEngineInternalChecks.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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