aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/CheckSecuritySyntaxOnly.cpp
AgeCommit message (Expand)Author
2010-08-25GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall
2010-08-22Detabify.Eli Friedman
2010-08-17StringRef'ication of lots stuff, patch by Peter Davies!Daniel Dunbar
2010-06-22Type Type::isRealFloatingType() that vectors are not floating-pointDouglas Gregor
2010-04-17Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer
2010-03-24Use llvm::SmallString instead of std::string.Ted Kremenek
2010-03-24Improve static analyzer diagnostic concerning the use of 'mktemp'Ted Kremenek
2010-01-26Move 'LocalCheckers.h' to the 'Checkers' subdirectory.Ted Kremenek
2010-01-25Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...Ted Kremenek
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek