1. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 13 years ago
  2. 25a792b [analyzer] Remove SVal::getAsVarDecl() and reason about MemRegions, not Decls. Suggestion by Ted! by Argyrios Kyrtzidis · 13 years ago
  3. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  4. ec8605f [analyzer] Rename CheckerV2 -> Checker. by Argyrios Kyrtzidis · 13 years ago
  5. d26a475 [analyzer] Remove Checker V1. by Argyrios Kyrtzidis · 13 years ago
  6. eb48bd1 [analyzer] Remove checker V1 registration and running from ExprEngine. by Argyrios Kyrtzidis · 13 years ago
  7. 9f8862a Improves the coding style in SValBuilder. This patch: by Zhanyong Wan · 13 years ago
  8. 2cb4222 -fwrapv should turn off the inbounds markers from geps used for pointer by Chris Lattner · 13 years ago
  9. 5f791bb Refactor the construction of nested-name-specifiers with by Douglas Gregor · 13 years ago
  10. e29425b Teach Sema::CheckTypenameType to use nested-name-specifiers with by Douglas Gregor · 13 years ago
  11. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 13 years ago
  12. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  13. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 13 years ago
  14. d655ab2 [analyzer] Run the ExprEngine depending on the CheckerManager having path-sensitive checkers. by Argyrios Kyrtzidis · 13 years ago
  15. 344500e [analyzer] The current UninitializedValuesChecker will go away, remove '-warn-uninit-values'. by Argyrios Kyrtzidis · 13 years ago
  16. a07992b Remove redundant friend declaration by Douglas Gregor · 13 years ago
  17. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  18. b3d74da [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  19. deb6447 [analyzer] Introduce "event" mechanism in CheckerManager. by Argyrios Kyrtzidis · 13 years ago
  20. c304d90 From Vassil Vassilev: by Axel Naumann · 13 years ago
  21. 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 13 years ago
  22. 15348ae Add a -fcxx-exceptions flag to the frontend, which can be used to enable by Anders Carlsson · 13 years ago
  23. d3bf3c0 [analyzer] Introduce SVal::getAsVarDecl(). by Argyrios Kyrtzidis · 13 years ago
  24. cc05d51 [analyzer] Migrate UndefBranchChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  25. 0535701 [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  26. 58f2e7c [analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats by Argyrios Kyrtzidis · 13 years ago
  27. 6dd4dff [analyzer] Remove '-analyzer-experimental-checks' flag. by Argyrios Kyrtzidis · 13 years ago
  28. 312dbec [analyzer] Migrate MallocChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  29. 3fe71f4 [analyzer] Have CheckerManager::registerChecker return a pointer to the checker object and by Argyrios Kyrtzidis · 13 years ago
  30. 7a17851 Get rid of the areExceptionsEnabled() getter from LangOptions. by Anders Carlsson · 13 years ago
  31. 702e547 add a const version of this accessor. by Chris Lattner · 13 years ago
  32. aa2187d When we encounter a dependent template name within a by Douglas Gregor · 13 years ago
  33. a02411e Eliminate a silly little Parse/Sema dance when parsing typename by Douglas Gregor · 13 years ago
  34. 4171766 Implement delegating constructors partially. by Sean Hunt · 13 years ago
  35. 8e10f3b Provide a bit saying that a builtin undergoes custom type-checking, then by John McCall · 13 years ago
  36. bfdfb5a ASTStmtReader is already a friend of DependentScopeDeclRefExpr, and GCC by Matt Beaumont-Gay · 13 years ago
  37. 5e24f2a Sprinkle optional text of the "unavailable' attribute by Fariborz Jahanian · 13 years ago
  38. 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  39. 25ca421 Remove the FIXME I introduced last night, and pull the logic for by Chandler Carruth · 13 years ago
  40. 2b982b7 Print optional message for attr(unavailable) in C++ mode. // rdar://9046492 by Fariborz Jahanian · 13 years ago
  41. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 13 years ago
  42. 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 13 years ago
  43. db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 13 years ago
  44. 3002823 Rough fix for PR9323 that prevents Clang from marking copy constructor by Chandler Carruth · 13 years ago
  45. 79ac241 Give this warning a flag that can be used to turn it off in old, crufty, by Chandler Carruth · 13 years ago
  46. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 13 years ago
  47. 7decebf Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning flag for a warning mapped to an error. by Ted Kremenek · 13 years ago
  48. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 13 years ago
  49. 116f364 Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers. by Argyrios Kyrtzidis · 13 years ago
  50. 65d3925 [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. by Argyrios Kyrtzidis · 13 years ago
  51. c34348a Retain complete source-location information for C++ by Douglas Gregor · 13 years ago
  52. 5fa05cb Simplify messages as requested by Chris. by Chandler Carruth · 13 years ago
  53. f8291a1 From Vassil Vassilev: by Axel Naumann · 13 years ago
  54. 8be5b3a [analyzer] Migrate ArrayBoundChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  55. 9c0d689 [analyzer] Don't pass a GRState to CheckerManager::runCheckersForLocation, terrible mistake. by Argyrios Kyrtzidis · 13 years ago
  56. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 13 years ago
  57. 64be137 [analyzer] Remove unused functions from CheckerManager. by Argyrios Kyrtzidis · 13 years ago
  58. 183ff98 [analyzer] Migrate CStringChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  59. 9ddba32 Tweak the CXXScopeSpec API a bit, so that we require the by Douglas Gregor · 13 years ago
  60. 2e4c34a Teach CXXScopeSpec to handle the extension of a nested-name-specifier by Douglas Gregor · 13 years ago
  61. 21206d5 Implement a warning for known shift overflows on constant shift by Chandler Carruth · 13 years ago
  62. 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 13 years ago
  63. af5800a [analyzer] Migrate StackAddrLeakChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  64. f178ac8 [analyzer] Refactor EndOfFunctionNodeBuilder. by Argyrios Kyrtzidis · 13 years ago
  65. cd50e13 [analyzer] const goodness. by Argyrios Kyrtzidis · 13 years ago
  66. e1bfb7a [analyzer] Migrate ChrootChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  67. 2ea40c0 fix typo by Matt Beaumont-Gay · 13 years ago
  68. d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 13 years ago
  69. 87fb940 Mention libclang in the Doxygen documentation by Douglas Gregor · 13 years ago
  70. 30726c6 [analyzer] Migrate UnreachableCodeChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  71. 2e471a3 [analyzer] Add LangOptions in CheckerManager. by Argyrios Kyrtzidis · 13 years ago
  72. 0761e44 Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXExceptions flag. by Anders Carlsson · 13 years ago
  73. 7da99b0 Add a CXXExceptions flag to LangOptions. by Anders Carlsson · 13 years ago
  74. 79c42c8 Add doxygen comments to Sema::DiagRuntimeBehavior(). by Ted Kremenek · 13 years ago
  75. 0423fc6 Sema: diagnose kernel calls to non-global functions by Peter Collingbourne · 13 years ago
  76. 351ba91 Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the related code is reachable. This suppresses some by Ted Kremenek · 13 years ago
  77. 42461ee Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and into its own analysis file. by Ted Kremenek · 13 years ago
  78. 283a358 Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext. by Ted Kremenek · 13 years ago
  79. 3ed6fc0 Issue AnalysisBasedWarnings as part of calling Sema::PopBlockOrFunctionScope(). No real functionality change. by Ted Kremenek · 13 years ago
  80. 762696f Update Sema::DiagRuntimeBehavior() to take an optional Stmt* to indicate the code the diagnostic is associated with. by Ted Kremenek · 13 years ago
  81. 5ef04ee Switch the VerifyDiagnosticsClient to use PresumedLocs now that they by Chandler Carruth · 13 years ago
  82. 406c38e Fix PR9276: We were missing the checks for auto deducing to different types in the same declaration group in the template instantiation case. by Richard Smith · 13 years ago
  83. fc26107 Silence a MSVC warning. by Argyrios Kyrtzidis · 13 years ago
  84. 404fc3a [analyzer] Refactor BugTypes and their ownership model. by Argyrios Kyrtzidis · 13 years ago
  85. b80f668 DeclGroup's operator[] always returned the first Decl in the group. by Richard Smith · 13 years ago
  86. 65b34d7 Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This by Matt Beaumont-Gay · 13 years ago
  87. 12e3ece Provide Fixit warning when 'auto' is intended as storage by Fariborz Jahanian · 13 years ago
  88. 8178df3 Emit the structure layout of the block literal parameter to a block by John McCall · 13 years ago
  89. 201e519 Give ImplicitParamDecl a public constructor so that it can be allocated on by John McCall · 13 years ago
  90. aab9e31 Provide a Decl::getNonClosureContext to look through any "closure" (i.e. by John McCall · 13 years ago
  91. 86f208c Enable enumeration types with a fixed underlying type, e.g., by Douglas Gregor · 13 years ago
  92. cd9ec3b Implement the GNU C extension which permits the initialization of an by Douglas Gregor · 13 years ago
  93. 769ce3e [analyzer] Start moving the path-sensitive checkers to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  94. 6bcb48d [analyzer] Separate CheckerContext into its own include file. No functionality change. by Argyrios Kyrtzidis · 13 years ago
  95. 9fc8fdd [analyzer] Fix GRStatePartialTrait<bool> and introduce GRStatePartialTrait<unsigned>. by Argyrios Kyrtzidis · 13 years ago
  96. 0bb208c Remove the storage for -cxx-system-include. Make libcxx toolchain by Joerg Sonnenberger · 13 years ago
  97. a5ef584 Reimplement __pragma support using a TokenLexer by Peter Collingbourne · 13 years ago
  98. b2eb53d Make TokenLexer capable of storing preprocessor directive tokens by Peter Collingbourne · 13 years ago
  99. b907560 Fix a little bug in the handling of enumeration types with a fixed by Douglas Gregor · 13 years ago
  100. 284cc8d Warn about implicit conversions between values of different, named by Douglas Gregor · 13 years ago