1. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago
  2. 384aff8 Remove Sema.h's dependency on DeclCXX.h. by John McCall · 14 years ago
  3. e0054f6 Remove AnalysisBasedWarnings.h's dependency on Type.h by John McCall · 14 years ago
  4. 7cd088e Struggle mightily against header inclusion in Sema.h. by John McCall · 14 years ago
  5. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  6. 3c46e8d Fix namespace polution. by Dan Gohman · 14 years ago
  7. 7a42054 Fix construction of AnalysisContext. Thanks Daniel. by Zhongxing Xu · 14 years ago
  8. 00e9cbb Add a hack to silence warnings about failing to return from functions after by Chandler Carruth · 14 years ago
  9. 16565aa Don't emit any fallthrough / missing-noreturn warnings if we can't by John McCall · 14 years ago
  10. 99e8192 Don't perform AnalysisBasedWarnings in Sema or run the static analyzer when a by Ted Kremenek · 14 years ago
  11. 259d48e An edge from a call expression to the exit block is only an abnormal edge by John McCall · 14 years ago
  12. ca7eaee If a non-noreturn virtual member function is guaranteed not to return, by Douglas Gregor · 15 years ago
  13. b7e5f14 Remove micro-optimization for not issueing CFG-based warnings for 'static inline' functions by Ted Kremenek · 15 years ago
  14. 2b60513 Removed unused object. by Ted Kremenek · 15 years ago
  15. d75fa6e Use SmallVector instead of an std::queue. by Ted Kremenek · 15 years ago
  16. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
  17. 802c66e Be a bit more consistent in using operator-> by Rafael Espindola · 15 years ago
  18. c263704 For forward-declared static inline functions, delay CFG-based warnings until we by Ted Kremenek · 15 years ago
  19. d064fdc Only perform CFG-based warnings on 'static inline' functions that by Ted Kremenek · 15 years ago
  20. d068aab Don't bother running the analysis for CFG-based warnings if the by Ted Kremenek · 15 years ago
  21. dbdbaaf Refactor CFG-based warnings in Sema to be run by a worked object called AnalysisBasedWarnings. by Ted Kremenek · 15 years ago