aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/VLASizeChecker.cpp
AgeCommit message (Expand)Author
2010-08-25GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall
2010-07-06Add comment noting VLASizeChecker's duty in defining a VLA's extent.Jordy Rose
2010-07-06Add an assertion.Zhongxing Xu
2010-07-05Track extents for VLAs.Jordy Rose
2010-03-27Checker: random include cleanup.Benjamin Kramer
2010-02-08Revert 95541.Ted Kremenek
2010-02-08Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu
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