1. d99bd55 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 15 years ago[Renamed (94%) from clang/lib/EntoSA/Checkers/CheckSizeofPointer.cpp]
  2. ef33f09 Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 15 years ago[Renamed (95%) from clang/lib/GR/Checkers/CheckSizeofPointer.cpp]
  3. 98857c9 Rename static analyzer namespace 'GR' to 'ento'. by Ted Kremenek · 15 years ago
  4. ca08fba [analyzer] Refactoring: Move stuff into namespace 'GR'. by Argyrios Kyrtzidis · 15 years ago
  5. a700e97 [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 15 years ago[Renamed from clang/lib/GR/CheckSizeofPointer.cpp]
  6. 2ff5ab1 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 15 years ago[Renamed from clang/lib/Checker/CheckSizeofPointer.cpp]
  7. 8d602a8 [analyzer] Refactoring: include/clang/Checker -> include/clang/GR by Argyrios Kyrtzidis · 15 years ago
  8. 6296e09 Move 'LocalCheckers.h' to the 'Checkers' subdirectory. by Ted Kremenek · 16 years ago
  9. fe0fc40 Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' by Ted Kremenek · 16 years ago
  10. d6b8708 Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 16 years ago[Renamed (95%) from clang/lib/Analysis/CheckSizeofPointer.cpp]
  11. 65c6566 lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace by Kovarththanan Rajaratnam · 16 years ago
  12. f966722 Ignore parentheses when check the type of the expr. by Zhongxing Xu · 16 years ago
  13. 537db5d SizeofPointerChecker: Many false positives have the form 'sizeof *p'. by Zhongxing Xu · 16 years ago
  14. 456706c Now we can safely use the argument expression's source range. by Zhongxing Xu · 16 years ago
  15. 9a7448c SizeofPointerChecker: If an explicit type specifier is used, do not issue warnings. by Zhongxing Xu · 16 years ago
  16. 77c470e Use the source range of the whole sizeof expression, otherwise it crashes when by Zhongxing Xu · 16 years ago
  17. 8500020 Put all long strings in 80-col. by Zhongxing Xu · 16 years ago
  18. 0f92ec6 Add a test case for CWE-467, and simplify the wording of the warning. by Zhongxing Xu · 16 years ago
  19. b0a05f7c Add a checker for CWE-467: Use of sizeof() on a Pointer Type. by Zhongxing Xu · 16 years ago