1. 0f5897b Document RedeclarableTemplateDecl::getInstantiatedFromMemberTemplate(). by Douglas Gregor · 13 years ago
  2. 90226ac Make RecursiveASTVisitor to traverse certain statements using data recursion by Argyrios Kyrtzidis · 13 years ago
  3. 649dfbc Remove hacky temporary fix of r151585. by Argyrios Kyrtzidis · 13 years ago
  4. 1ee9b0f Add the object size checking support for a few other builtins. by Bill Wendling · 13 years ago
  5. 1d23c42 Unpluralize -Wfoo-conversions warnings for consistency. by David Blaikie · 13 years ago
  6. 95187bd Reapply r152745 (reverted in 152765) now that compiler-rt is fixed. by David Blaikie · 13 years ago
  7. 9ca33fd Revert r152745 as it's breaking the internal buildbots. by Chad Rosier · 13 years ago
  8. 8fbe385 [frontend] Add support for disabling the "inline" keyword using by Chad Rosier · 13 years ago
  9. f1c66b4 Instantiating a class template should not instantiate the definition of any by Richard Smith · 13 years ago
  10. 47bfaf1 Provide -Wnull-conversion separately from -Wconversion. by David Blaikie · 13 years ago
  11. 3183075 [analyzer] A fixup to r152734. Always initialize the flag. by Anna Zaks · 13 years ago
  12. 9373937 [analyzer] Diagnostics: Supply Caller information even if the bug occurs by Anna Zaks · 13 years ago
  13. f6b8b58 Minor cleanup in attribute-related diagnostics, from Alexander Kornienko! by Douglas Gregor · 13 years ago
  14. e5049d2 [Analyser] Removes more recursive visitations in ExprEngine that are no by Erik Verbruggen · 13 years ago
  15. 7059a1c [Basic] Change DiagnosticBuilder to use a separate status variable to track whether the builder is active. by Daniel Dunbar · 13 years ago
  16. 393eed7 [Sema] Fix SemaDiagnosticBuilder to be inline. by Daniel Dunbar · 13 years ago
  17. 3054f09 [Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit} to be inline. by Daniel Dunbar · 13 years ago
  18. 2dec85b [driver] Parse diagnostic args in the driver. by Chad Rosier · 13 years ago
  19. a2e589e [analyzer] Refactor CallGraph to use Recursive AST visitor when by Anna Zaks · 13 years ago
  20. cefcbef [Basic] Make DiagnosticBuilder::{Clear,Emit} protected. by Daniel Dunbar · 13 years ago
  21. 243d7ab [Basic] Eliminate DiagnosticBuilder::Suppress and matching ctor, this stuff is by Daniel Dunbar · 13 years ago
  22. 06265bd [Basic] Make DiagnosticBuilder::{isActive,getLocation,getDiagID} protected. by Daniel Dunbar · 13 years ago
  23. 53c83b3 [Basic] Fix ~Diagnostic() to not call Emit() when there is no diag obj (most by Daniel Dunbar · 13 years ago
  24. 981e279 [Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary size by Daniel Dunbar · 13 years ago
  25. 9cda03f Ensure that default arguments are handled correctly in sub scopes. For example: by James Molloy · 13 years ago
  26. 1b7f9cb Fix PR10447: lazily building name lookup tables for DeclContexts was broken. by Richard Smith · 13 years ago
  27. 23dde82 Make the error about assigning to lambda-captured variables by John McCall · 13 years ago
  28. a5f4441 [Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iterators instead of by Argyrios Kyrtzidis · 13 years ago
  29. 78dae24 Alternate fix to PR12248: put Sema in charge of special-casing by John McCall · 13 years ago
  30. 29af3c7 Add new analyzer diagnostic mode where plists can have bugs that span multiple files. by Ted Kremenek · 13 years ago
  31. 7796eb5 Fix parsing of trailing-return-type. Types are syntactically prohibited from by Richard Smith · 13 years ago
  32. 69730c1 Fix parsing of type-specifier-seq's. Types are syntactically allowed to be by Richard Smith · 13 years ago
  33. 0be8fb5 Fix typo in comment, 'langauge' -> 'language'. by Nick Lewycky · 13 years ago
  34. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 13 years ago
  35. 5a7a5bb When determining whether an identifier followed by a '<' in a member by Douglas Gregor · 13 years ago
  36. f4b88a4 Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to by John McCall · 13 years ago
  37. a346efa [Sema] A tag decl that is marked as invalid and is used in a decl-spec, by Argyrios Kyrtzidis · 13 years ago
  38. 337e4db [analyzer] fix regression in analyzer of NOT actually aborting on Stmts it doesn't understand. We registered by Ted Kremenek · 13 years ago
  39. 0069b84 Assign APValues by swapping from a temporary. Removes a bunch of unnecessary by Richard Smith · 13 years ago
  40. 26b75c0 Improve diagnostics for UCNs referring to control characters and members of the by Richard Smith · 13 years ago
  41. 3fd5f37 [analyzer] Add support for NoRedundancy inlining mode. by Anna Zaks · 13 years ago
  42. a5d531f CallGraph: Add getNode() method, constify. by Anna Zaks · 13 years ago
  43. 8788b22 Revert r152430 "[AST] Mark ASTContext::getTypeInfo and some friends as by Daniel Dunbar · 13 years ago
  44. feb1f4a Add a helper to get a CXXConstructExpr from a CXXNewExpr. by Matt Beaumont-Gay · 13 years ago
  45. f9ff587 [AST] Mark Expr::Ignore*() functions as LLVM_READONLY. by Daniel Dunbar · 13 years ago
  46. 29c6c6e [AST] Mark ASTContext::getTypeInfo and some friends as LLVM_READONLY. by Daniel Dunbar · 13 years ago
  47. 4f31118 [AST] Mark Expr::getExprLoc() as LLVM_READONLY. by Daniel Dunbar · 13 years ago
  48. aa49a7d [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY. by Daniel Dunbar · 13 years ago
  49. 3d4144f [AST/Sema] Add {CXXBaseSpecifier,Declarator,DeclSpec,TypeLoc,UnqualifiedId}::getLoc{Start,End}. by Daniel Dunbar · 13 years ago
  50. 8fbc6d2 [AST] Define a few more key getLocStart() implementations. by Daniel Dunbar · 13 years ago
  51. 90e25a8 [AST] Reimplement Stmt::getLoc{Start,End} to dispatch to subclass overloads. by Daniel Dunbar · 13 years ago
  52. 396ec67 [AST] Add {DeclRefExpr,MemberExpr,ImplicitCastExpr}::{getLocStart,getLocEnd} methods. by Daniel Dunbar · 13 years ago
  53. 406dac0 [AST] Add DeclaratioName::getLoc{Start,End} for consistency. by Daniel Dunbar · 13 years ago
  54. 7b14026 [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit by Daniel Dunbar · 13 years ago
  55. f856264 -Wformat-non-iso: warn about positional arguments (pr12017) by Hans Wennborg · 13 years ago
  56. a9e88b2 Literal operators can't have default arguments. by Richard Smith · 13 years ago
  57. 36f5cfe Support for raw and template forms of numeric user-defined literals, by Richard Smith · 13 years ago
  58. bc5419a [AST] Memoize ASTContext::getTypeInfo(). by Daniel Dunbar · 13 years ago
  59. 42f42c8 [AST] NestedNameSpecifier's ctor/dtor are trivial and should be inlined. by Daniel Dunbar · 13 years ago
  60. cd48592 [AST] Type::isVoidType() is trivial and should be inlined. by Daniel Dunbar · 13 years ago
  61. 3d13c5a [AST] Reduce Decl::getASTContext() calls. by Daniel Dunbar · 13 years ago
  62. 76aadc3 [analyzer] Implement basic path diagnostic pruning based on "interesting" symbols and regions. by Ted Kremenek · 13 years ago
  63. 6625335 [analyzer] Rework inlining related command line options. by Anna Zaks · 13 years ago
  64. 3376277 Fix a couple of issues with literal-operator-id parsing, and provide recovery by Richard Smith · 13 years ago
  65. 49d5174 When checking the encoding of an 8-bit string literal, don't just check the by Richard Smith · 13 years ago
  66. e13edcb [AST] Clean up NamedDecl::getUnderlyingDecl() change a bit. by Daniel Dunbar · 13 years ago
  67. 7a8c758 [AST] APValue: Split the fast path of MakeUninit to be inline. by Daniel Dunbar · 13 years ago
  68. 54e1c41 [Basic] PartialDiagnostic: Manual split out the cold part of freeStorage(), the by Daniel Dunbar · 13 years ago
  69. 6daffa5 [AST] Change NamedDecl::getUnderlyingDecl() to inline the fast (and incredibly common) path. by Daniel Dunbar · 13 years ago
  70. 0250393 Replace MarkVarRequired with a more generic by Rafael Espindola · 13 years ago
  71. b453ad3 Add support for cooked forms of user-defined-integer-literal and by Richard Smith · 13 years ago
  72. 76e035a [AST] Change Type::isIntegerType to be inlined(). It is very popular. by Daniel Dunbar · 13 years ago
  73. 2fb4ae3 Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not by Richard Smith · 13 years ago
  74. 5bc37f6 Loosen the precondition of isCXXInstanceMember() to simply return by Douglas Gregor · 13 years ago
  75. c2bd73b Sema: Don't emit a gajillion calls to sanity() -- an empty function -- in NDEBUG by Daniel Dunbar · 13 years ago
  76. dd66be7 User-defined literal support for character literals. by Richard Smith · 13 years ago
  77. d78ef5b Streamline BalancedDelimiterTracker, by eliminating the duplicate by Douglas Gregor · 13 years ago
  78. 9ae3a36 improve on diagnostic when block captures uninitialized by Fariborz Jahanian · 13 years ago
  79. 196b8cf Add a basic CallGraph to Analysis. by Anna Zaks · 13 years ago
  80. a34194f improve on diagnostic and provide a fixit hint when by Fariborz Jahanian · 13 years ago
  81. 044e645 [libclang] Enhance clang_getOverriddenCursors. by Argyrios Kyrtzidis · 13 years ago
  82. 9ea396a Remove unnecessary include in ExprObjC.h by Richard Trieu · 13 years ago
  83. 9fcce65 AST representation for user-defined literals, plus just enough of semantic by Richard Smith · 13 years ago
  84. e816c71 Add -Wc++11-compat warning for string and character literals followed by by Richard Smith · 13 years ago
  85. bef35c9 [PCH] Mark a PCH file with a flag to indicate if the serialized AST had by Argyrios Kyrtzidis · 13 years ago
  86. 8ba9a62 [driver] Don't try to generate diagnostic information for linker crashes. by Chad Rosier · 13 years ago
  87. e53ac8a Refactor Clang sema attribute handling. by Michael Han · 13 years ago
  88. 29293cd AST: fix build since r152060 by Dylan Noblesmith · 13 years ago
  89. e5de376 Missing period. by Chad Rosier · 13 years ago
  90. 634a4b1 [driver] What was implemented in r152130 was actually -fno-inline-functions, not by Chad Rosier · 13 years ago
  91. 7ba87f3 Just use memcpy directly, uninitialized_copy requires an <algorithm> include. by Benjamin Kramer · 13 years ago
  92. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 13 years ago
  93. 1a45a5f Add static analyzer support for new NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 13 years ago
  94. b3f7542 And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 13 years ago
  95. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
  96. 6e2cdfd Minor fix for r152130. Put -fno-inline in f_Group. by Chad Rosier · 13 years ago
  97. 250008b [driver] Add support for -fno-inline. rdar://10972766 by Chad Rosier · 13 years ago
  98. 27949f6 Undo patch for // rdar://10735698 by Fariborz Jahanian · 13 years ago
  99. f9aa363 AST: Move several Type::is...Type() functions to be inline. by Daniel Dunbar · 13 years ago
  100. 81e722e NamespaceDecl: Call non-virtual method inside virtual method, not the other way round. by Benjamin Kramer · 13 years ago