1. 2b982b7 Print optional message for attr(unavailable) in C++ mode. // rdar://9046492 by Fariborz Jahanian · 14 years ago
  2. f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 14 years ago
  3. 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 14 years ago
  4. db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 14 years ago
  5. 3002823 Rough fix for PR9323 that prevents Clang from marking copy constructor by Chandler Carruth · 14 years ago
  6. 79ac241 Give this warning a flag that can be used to turn it off in old, crufty, by Chandler Carruth · 14 years ago
  7. c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
  8. 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
  9. dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 14 years ago
  10. 116f364 Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers. by Argyrios Kyrtzidis · 14 years ago
  11. 65d3925 [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. by Argyrios Kyrtzidis · 14 years ago
  12. c34348a Retain complete source-location information for C++ by Douglas Gregor · 14 years ago
  13. 5fa05cb Simplify messages as requested by Chris. by Chandler Carruth · 14 years ago
  14. f8291a1 From Vassil Vassilev: by Axel Naumann · 14 years ago
  15. 8be5b3a [analyzer] Migrate ArrayBoundChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  16. 9c0d689 [analyzer] Don't pass a GRState to CheckerManager::runCheckersForLocation, terrible mistake. by Argyrios Kyrtzidis · 14 years ago
  17. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 14 years ago
  18. 64be137 [analyzer] Remove unused functions from CheckerManager. by Argyrios Kyrtzidis · 14 years ago
  19. 183ff98 [analyzer] Migrate CStringChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  20. 9ddba32 Tweak the CXXScopeSpec API a bit, so that we require the by Douglas Gregor · 14 years ago
  21. 2e4c34a Teach CXXScopeSpec to handle the extension of a nested-name-specifier by Douglas Gregor · 14 years ago
  22. 21206d5 Implement a warning for known shift overflows on constant shift by Chandler Carruth · 14 years ago
  23. 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 14 years ago
  24. af5800a [analyzer] Migrate StackAddrLeakChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  25. f178ac8 [analyzer] Refactor EndOfFunctionNodeBuilder. by Argyrios Kyrtzidis · 14 years ago
  26. cd50e13 [analyzer] const goodness. by Argyrios Kyrtzidis · 14 years ago
  27. e1bfb7a [analyzer] Migrate ChrootChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  28. 2ea40c0 fix typo by Matt Beaumont-Gay · 14 years ago
  29. d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 14 years ago
  30. 87fb940 Mention libclang in the Doxygen documentation by Douglas Gregor · 14 years ago
  31. 30726c6 [analyzer] Migrate UnreachableCodeChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  32. 2e471a3 [analyzer] Add LangOptions in CheckerManager. by Argyrios Kyrtzidis · 14 years ago
  33. 0761e44 Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXExceptions flag. by Anders Carlsson · 14 years ago
  34. 7da99b0 Add a CXXExceptions flag to LangOptions. by Anders Carlsson · 14 years ago
  35. 79c42c8 Add doxygen comments to Sema::DiagRuntimeBehavior(). by Ted Kremenek · 14 years ago
  36. 0423fc6 Sema: diagnose kernel calls to non-global functions by Peter Collingbourne · 14 years ago
  37. 351ba91 Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the related code is reachable. This suppresses some by Ted Kremenek · 14 years ago
  38. 42461ee Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and into its own analysis file. by Ted Kremenek · 14 years ago
  39. 283a358 Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext. by Ted Kremenek · 14 years ago
  40. 3ed6fc0 Issue AnalysisBasedWarnings as part of calling Sema::PopBlockOrFunctionScope(). No real functionality change. by Ted Kremenek · 14 years ago
  41. 762696f Update Sema::DiagRuntimeBehavior() to take an optional Stmt* to indicate the code the diagnostic is associated with. by Ted Kremenek · 14 years ago
  42. 5ef04ee Switch the VerifyDiagnosticsClient to use PresumedLocs now that they by Chandler Carruth · 14 years ago
  43. 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 · 14 years ago
  44. fc26107 Silence a MSVC warning. by Argyrios Kyrtzidis · 14 years ago
  45. 404fc3a [analyzer] Refactor BugTypes and their ownership model. by Argyrios Kyrtzidis · 14 years ago
  46. b80f668 DeclGroup's operator[] always returned the first Decl in the group. by Richard Smith · 14 years ago
  47. 65b34d7 Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This by Matt Beaumont-Gay · 14 years ago
  48. 12e3ece Provide Fixit warning when 'auto' is intended as storage by Fariborz Jahanian · 14 years ago
  49. 8178df3 Emit the structure layout of the block literal parameter to a block by John McCall · 14 years ago
  50. 201e519 Give ImplicitParamDecl a public constructor so that it can be allocated on by John McCall · 14 years ago
  51. aab9e31 Provide a Decl::getNonClosureContext to look through any "closure" (i.e. by John McCall · 14 years ago
  52. 86f208c Enable enumeration types with a fixed underlying type, e.g., by Douglas Gregor · 14 years ago
  53. cd9ec3b Implement the GNU C extension which permits the initialization of an by Douglas Gregor · 14 years ago
  54. 769ce3e [analyzer] Start moving the path-sensitive checkers to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  55. 6bcb48d [analyzer] Separate CheckerContext into its own include file. No functionality change. by Argyrios Kyrtzidis · 14 years ago
  56. 9fc8fdd [analyzer] Fix GRStatePartialTrait<bool> and introduce GRStatePartialTrait<unsigned>. by Argyrios Kyrtzidis · 14 years ago
  57. 0bb208c Remove the storage for -cxx-system-include. Make libcxx toolchain by Joerg Sonnenberger · 14 years ago
  58. a5ef584 Reimplement __pragma support using a TokenLexer by Peter Collingbourne · 14 years ago
  59. b2eb53d Make TokenLexer capable of storing preprocessor directive tokens by Peter Collingbourne · 14 years ago
  60. b907560 Fix a little bug in the handling of enumeration types with a fixed by Douglas Gregor · 14 years ago
  61. 284cc8d Warn about implicit conversions between values of different, named by Douglas Gregor · 14 years ago
  62. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 14 years ago
  63. 8110f04 In Objective-C, there are no trailing return types, so don't produce diagnostics suggesting they are missing. by Richard Smith · 14 years ago
  64. 2df6647 Bug#8945: Add -cxx-isystem option to specify C++ system directories. by Joerg Sonnenberger · 14 years ago
  65. e7397c6 Fix a few auto-related issues: by Richard Smith · 14 years ago
  66. 21761c8 Warn when type modifiers on objc method declarations in by Fariborz Jahanian · 14 years ago
  67. ddc83f9 C++0x's deduced auto is illegal in typedefs. by Richard Smith · 14 years ago
  68. 935f0f0 add one more case of mismatched input/output constraints. by Chris Lattner · 14 years ago
  69. 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 14 years ago
  70. b0c2301 Remove warning on future change in ivar lookup rule by Fariborz Jahanian · 14 years ago
  71. 2882eca Pseudo-revirtualize CallExpr::getSourceRange by making it follow the by John McCall · 14 years ago
  72. 7519699 Allow -Wformat to be enabled without -Wformat-security. GCC gates by Chandler Carruth · 14 years ago
  73. c8da1ec New function for tablegenning: clang_tablegen. by Oscar Fuentes · 14 years ago
  74. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  75. bee5a79 Add const qualifier to getTypeInfoInChars(). by Ken Dyck · 14 years ago
  76. c1cfdf8 Add a LangOptions::areExceptionsEnabled and start using it. by Anders Carlsson · 14 years ago
  77. da4b7cf Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). by Anders Carlsson · 14 years ago
  78. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 14 years ago
  79. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 14 years ago
  80. 1be8eec Handle the resolution of a reference to a function template (which by Douglas Gregor · 14 years ago
  81. 6c94837 Reimplement Token::isAnnotation() using TokenKinds.def. No functionality change. by Peter Collingbourne · 14 years ago
  82. 7f11d9c Disallow try/catch/throw when exceptions are disabled. by Anders Carlsson · 14 years ago
  83. da2142f Revert all of my commits that devirtualized the Decl hierarchy, which by Douglas Gregor · 14 years ago
  84. 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 14 years ago
  85. 09fe4a5 Change 'StoreRef' back to 'Store' in GRState, shrinking the size of GRState back by one pointer. by Ted Kremenek · 14 years ago
  86. 15e310a Warn about code that uses variables and functions with internal linkage by John McCall · 14 years ago
  87. 370e6e9 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  88. 77a4d56 Add 'StoreRef' smart pointer to allow more fine-grain memory lifetime control of Store objects. by Ted Kremenek · 14 years ago
  89. 45f11b7 Fix PR8767, improve diagnostic wording when allocating an object of an by Chandler Carruth · 14 years ago
  90. 82214a8 Initial steps to improve diagnostics when there is a NULL and by Chandler Carruth · 14 years ago
  91. 0656e5b Check for NULL child expressions before visiting them, as the first by Chandler Carruth · 14 years ago
  92. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 14 years ago
  93. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 14 years ago
  94. febb5b8 fix rdar://9024687, a crash on invalid that we used to silently ignore. by Chris Lattner · 14 years ago
  95. f4699d1 [analyzer] Fix a crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
  96. 16f744b Introduce ASTContext::getLogicalOperationType() to return bool or int, depending on language. by Argyrios Kyrtzidis · 14 years ago
  97. 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 14 years ago
  98. ef9a1d0 Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo by Peter Collingbourne · 14 years ago
  99. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 14 years ago
  100. eaca05b Handle UsingDecl in CFGRecStmtDeclVisitor. by Argyrios Kyrtzidis · 14 years ago