1. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  2. 7094dee Add missing cctype includes. by Joerg Sonnenberger · 12 years ago
  3. 44b8e46 Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They are now just simple wrappers around method families, and method decls can cache method family lookups. Also, no one is using them right now. by Jordy Rose · 12 years ago
  4. 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  5. 1c87980 Teach the static analyzer to not treat XPC types as CF types. by Ted Kremenek · 13 years ago
  6. 7723fec Keep track of all declarations of an Objective-C class (both forward by Douglas Gregor · 13 years ago
  7. 7df2ff4 Tweak the interface for analyzing the CF conventions for a name by John McCall · 13 years ago
  8. 80cb6e6 Warn on missing [super finalize] calls. by Nico Weber · 13 years ago
  9. 3060178 Fix else style. No functionality change intended. by Chad Rosier · 13 years ago
  10. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  11. 797a7be [analyzer] Per discussions with the Cocoa team, extend CF naming conventions to extend to camel case functions instead of just title case functions. Fixes <rdar://problem/9732321>. by Ted Kremenek · 13 years ago
  12. 0556048 [analyzer] Place checking for Core Foundation "Create" rule into a proper API. No functionality change. by Ted Kremenek · 13 years ago
  13. 786dcd9 Teach the static analyzer's interpretation of Cocoa conventions to by Douglas Gregor · 13 years ago
  14. 170579f Added a missing case label. by Fariborz Jahanian · 13 years ago
  15. 6970155 Finish 2 sentences. by Francois Pichet · 13 years ago
  16. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  17. 85f3d76 Move some of the logic about classifying Objective-C methods into by John McCall · 13 years ago
  18. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  19. 5078d46 [analyzer] Add 'bool ignorePrefix' parameter to cocoa::deriveNamingConvention to control whether by Argyrios Kyrtzidis · 14 years ago
  20. 9ef6537 Rename static analyzer namespace 'GR' to 'ento'. by Ted Kremenek · 14 years ago
  21. 5a4f98f [analyzer] Refactoring: Move stuff into namespace 'GR'. by Argyrios Kyrtzidis · 14 years ago
  22. 5eef59e Fix assertion failure in cocoa::deriveNamingConvention() by Ted Kremenek · 14 years ago
  23. bb8fef3 Move CocoaConventions.[h,cpp] from libChecker by Ted Kremenek · 14 years ago[Renamed (98%) from lib/Checker/CocoaConventions.cpp]
  24. af86b0c Revise Cocoa conventions detection: 'copy' and 'mutableCopy' by Ted Kremenek · 14 years ago
  25. 4019c4f Correctly handle 'Class<...>' when examining Cocoa conventions in the static analyzer. Fixes a crash reported in <rdar://problem/8272168>. Patch by Henry Mason! by Ted Kremenek · 14 years ago
  26. b6f3c70 Reapply r95546, no intended change in performance or functionality. by Benjamin Kramer · 14 years ago
  27. e7d0312 Revert 95546 since it changed the algorithmic characteristics of the convention lookup. by Ted Kremenek · 14 years ago
  28. de69f70 Simplify code with StringRef. by Benjamin Kramer · 14 years ago
  29. 78acdbf Move more naming conventions logic out of the retain/release checker to CocoaConventions.h. by Ted Kremenek · 15 years ago
  30. a64e89b Start pulling out pieces of the monolithic retain/release checker into by Ted Kremenek · 15 years ago