1. 0a9beb5 Force CaseStmt to store its child statements in source-code order, by Douglas Gregor · 14 years ago
  2. 9c6082f Revert "Add CC_Win64ThisCall and set it in the necessary places." by Tilmann Scheller · 14 years ago
  3. 75e8504 Fix the source range for a member access expression that includes a by Douglas Gregor · 14 years ago
  4. c9f8f5a Introduce CFGImplicitDtor::isNoReturn() to query whether a destructor actually returns. Use this for -Wreturn-type to prune false positives reported in PR 6884. by Ted Kremenek · 14 years ago
  5. 88d117c Add CC_Win64ThisCall and set it in the necessary places. by Tilmann Scheller · 14 years ago
  6. 9151c11 Kill off TreeTransform::TransformNestedNameSpecifier() in favor of the by Douglas Gregor · 14 years ago
  7. 1d752d7 Kill off the TreeTransform::TransformTemplateName overload that has by Douglas Gregor · 14 years ago
  8. f1fe375 Fix a thinko found by Craig Silverstein by Douglas Gregor · 14 years ago
  9. b6744ef Push nested-name-specifier source location information into template by Douglas Gregor · 14 years ago
  10. 46bb4f1 Eliminate some unused getQualifierRange() member functions. We deal in nested-name-specifier locations now. by Douglas Gregor · 14 years ago
  11. bdc49d3 Pretty up the wrong-number-of-arguments-for-attribute diagnostic by by John McCall · 14 years ago
  12. d5313b0 Provide an attribute, objc_method_family, to allow the inferred family by John McCall · 14 years ago
  13. 0ae927b Split out a subgroup of -Wconversion called -Wsign-conversion. Note that by John McCall · 14 years ago
  14. eca5d22 Support a new InheritableAttr subclass, InheritableParamAttr, which is by John McCall · 14 years ago
  15. 406f98f When we're substituting into a parameter-type-list nested inside the pattern by Douglas Gregor · 14 years ago
  16. 85f3d76 Move some of the logic about classifying Objective-C methods into by John McCall · 14 years ago
  17. 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  18. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  19. bbe8e3e Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM. by Daniel Dunbar · 14 years ago
  20. 3aea4da For C++, enhance -Warray-bounds to recursively analyze array subscript accesses in ?: expressions. by Ted Kremenek · 14 years ago
  21. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 14 years ago
  22. cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 14 years ago
  23. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 14 years ago
  24. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 14 years ago
  25. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 14 years ago
  26. 3c0349e In preparation for fixing PR 6884, rework CFGElement to have getAs<> return pointers instead of fresh CFGElements. by Ted Kremenek · 14 years ago
  27. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 14 years ago
  28. 25a792b [analyzer] Remove SVal::getAsVarDecl() and reason about MemRegions, not Decls. Suggestion by Ted! by Argyrios Kyrtzidis · 14 years ago
  29. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  30. ec8605f [analyzer] Rename CheckerV2 -> Checker. by Argyrios Kyrtzidis · 14 years ago
  31. d26a475 [analyzer] Remove Checker V1. by Argyrios Kyrtzidis · 14 years ago
  32. eb48bd1 [analyzer] Remove checker V1 registration and running from ExprEngine. by Argyrios Kyrtzidis · 14 years ago
  33. 9f8862a Improves the coding style in SValBuilder. This patch: by Zhanyong Wan · 14 years ago
  34. 2cb4222 -fwrapv should turn off the inbounds markers from geps used for pointer by Chris Lattner · 14 years ago
  35. 5f791bb Refactor the construction of nested-name-specifiers with by Douglas Gregor · 14 years ago
  36. e29425b Teach Sema::CheckTypenameType to use nested-name-specifiers with by Douglas Gregor · 14 years ago
  37. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 14 years ago
  38. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  39. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 14 years ago
  40. d655ab2 [analyzer] Run the ExprEngine depending on the CheckerManager having path-sensitive checkers. by Argyrios Kyrtzidis · 14 years ago
  41. 344500e [analyzer] The current UninitializedValuesChecker will go away, remove '-warn-uninit-values'. by Argyrios Kyrtzidis · 14 years ago
  42. a07992b Remove redundant friend declaration by Douglas Gregor · 14 years ago
  43. 7c3179c Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  44. b3d74da [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  45. deb6447 [analyzer] Introduce "event" mechanism in CheckerManager. by Argyrios Kyrtzidis · 14 years ago
  46. c304d90 From Vassil Vassilev: by Axel Naumann · 14 years ago
  47. 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 14 years ago
  48. 15348ae Add a -fcxx-exceptions flag to the frontend, which can be used to enable by Anders Carlsson · 14 years ago
  49. d3bf3c0 [analyzer] Introduce SVal::getAsVarDecl(). by Argyrios Kyrtzidis · 14 years ago
  50. cc05d51 [analyzer] Migrate UndefBranchChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  51. 0535701 [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  52. 58f2e7c [analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats by Argyrios Kyrtzidis · 14 years ago
  53. 6dd4dff [analyzer] Remove '-analyzer-experimental-checks' flag. by Argyrios Kyrtzidis · 14 years ago
  54. 312dbec [analyzer] Migrate MallocChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  55. 3fe71f4 [analyzer] Have CheckerManager::registerChecker return a pointer to the checker object and by Argyrios Kyrtzidis · 14 years ago
  56. 7a17851 Get rid of the areExceptionsEnabled() getter from LangOptions. by Anders Carlsson · 14 years ago
  57. 702e547 add a const version of this accessor. by Chris Lattner · 14 years ago
  58. aa2187d When we encounter a dependent template name within a by Douglas Gregor · 14 years ago
  59. a02411e Eliminate a silly little Parse/Sema dance when parsing typename by Douglas Gregor · 14 years ago
  60. 4171766 Implement delegating constructors partially. by Sean Hunt · 14 years ago
  61. 8e10f3b Provide a bit saying that a builtin undergoes custom type-checking, then by John McCall · 14 years ago
  62. bfdfb5a ASTStmtReader is already a friend of DependentScopeDeclRefExpr, and GCC by Matt Beaumont-Gay · 14 years ago
  63. 5e24f2a Sprinkle optional text of the "unavailable' attribute by Fariborz Jahanian · 14 years ago
  64. 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  65. 25ca421 Remove the FIXME I introduced last night, and pull the logic for by Chandler Carruth · 14 years ago
  66. 2b982b7 Print optional message for attr(unavailable) in C++ mode. // rdar://9046492 by Fariborz Jahanian · 14 years ago
  67. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 14 years ago
  68. 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 14 years ago
  69. db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 14 years ago
  70. 3002823 Rough fix for PR9323 that prevents Clang from marking copy constructor by Chandler Carruth · 14 years ago
  71. 79ac241 Give this warning a flag that can be used to turn it off in old, crufty, by Chandler Carruth · 14 years ago
  72. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  73. 7decebf Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning flag for a warning mapped to an error. by Ted Kremenek · 14 years ago
  74. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 14 years ago
  75. 116f364 Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers. by Argyrios Kyrtzidis · 14 years ago
  76. 65d3925 [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. by Argyrios Kyrtzidis · 14 years ago
  77. c34348a Retain complete source-location information for C++ by Douglas Gregor · 14 years ago
  78. 5fa05cb Simplify messages as requested by Chris. by Chandler Carruth · 14 years ago
  79. f8291a1 From Vassil Vassilev: by Axel Naumann · 14 years ago
  80. 8be5b3a [analyzer] Migrate ArrayBoundChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  81. 9c0d689 [analyzer] Don't pass a GRState to CheckerManager::runCheckersForLocation, terrible mistake. by Argyrios Kyrtzidis · 14 years ago
  82. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 14 years ago
  83. 64be137 [analyzer] Remove unused functions from CheckerManager. by Argyrios Kyrtzidis · 14 years ago
  84. 183ff98 [analyzer] Migrate CStringChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  85. 9ddba32 Tweak the CXXScopeSpec API a bit, so that we require the by Douglas Gregor · 14 years ago
  86. 2e4c34a Teach CXXScopeSpec to handle the extension of a nested-name-specifier by Douglas Gregor · 14 years ago
  87. 21206d5 Implement a warning for known shift overflows on constant shift by Chandler Carruth · 14 years ago
  88. 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 14 years ago
  89. af5800a [analyzer] Migrate StackAddrLeakChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  90. f178ac8 [analyzer] Refactor EndOfFunctionNodeBuilder. by Argyrios Kyrtzidis · 14 years ago
  91. cd50e13 [analyzer] const goodness. by Argyrios Kyrtzidis · 14 years ago
  92. e1bfb7a [analyzer] Migrate ChrootChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  93. 2ea40c0 fix typo by Matt Beaumont-Gay · 14 years ago
  94. d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 14 years ago
  95. 87fb940 Mention libclang in the Doxygen documentation by Douglas Gregor · 14 years ago
  96. 30726c6 [analyzer] Migrate UnreachableCodeChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  97. 2e471a3 [analyzer] Add LangOptions in CheckerManager. by Argyrios Kyrtzidis · 14 years ago
  98. 0761e44 Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXExceptions flag. by Anders Carlsson · 14 years ago
  99. 7da99b0 Add a CXXExceptions flag to LangOptions. by Anders Carlsson · 14 years ago
  100. 79c42c8 Add doxygen comments to Sema::DiagRuntimeBehavior(). by Ted Kremenek · 14 years ago