aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/Analyses.def
AgeCommit message (Expand)Author
2009-07-29Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek
2009-07-27(1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"Ted Kremenek
2009-07-23Add initial implementation of checking for uses of floating point as a loop c...Ted Kremenek
2009-07-10Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek
2009-07-06Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek
2009-06-26Introduce a new concept to the static analyzer: SValuator.Ted Kremenek
2009-05-19Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to Eli Friedman