1. 6296e09 Move 'LocalCheckers.h' to the 'Checkers' subdirectory. by Ted Kremenek · 16 years ago
  2. fe0fc40 Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' by Ted Kremenek · 16 years ago
  3. d6b8708 Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 16 years ago[Renamed (95%) from clang/lib/Analysis/CheckSizeofPointer.cpp]
  4. 65c6566 lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace by Kovarththanan Rajaratnam · 16 years ago
  5. f966722 Ignore parentheses when check the type of the expr. by Zhongxing Xu · 16 years ago
  6. 537db5d SizeofPointerChecker: Many false positives have the form 'sizeof *p'. by Zhongxing Xu · 16 years ago
  7. 456706c Now we can safely use the argument expression's source range. by Zhongxing Xu · 16 years ago
  8. 9a7448c SizeofPointerChecker: If an explicit type specifier is used, do not issue warnings. by Zhongxing Xu · 16 years ago
  9. 77c470e Use the source range of the whole sizeof expression, otherwise it crashes when by Zhongxing Xu · 16 years ago
  10. 8500020 Put all long strings in 80-col. by Zhongxing Xu · 16 years ago
  11. 0f92ec6 Add a test case for CWE-467, and simplify the wording of the warning. by Zhongxing Xu · 16 years ago
  12. b0a05f7c Add a checker for CWE-467: Use of sizeof() on a Pointer Type. by Zhongxing Xu · 16 years ago