1. 540659e Make sure the accessors for overridden methods don't return inherited constructors. Fixes PR12219. by Eli Friedman · 12 years ago
  2. 117591f objc modern rewriter: don't export @package ivar symbols. by Fariborz Jahanian · 12 years ago
  3. 337e4db [analyzer] fix regression in analyzer of NOT actually aborting on Stmts it doesn't understand. We registered by Ted Kremenek · 12 years ago
  4. edfac03 IRgen/ABI/x86_64: Avoid passing small structs using byval sometimes. by Daniel Dunbar · 12 years ago
  5. d1c84d3 Minor change to my last rewrite patch. by Fariborz Jahanian · 12 years ago
  6. e57303c objc modern rewriter: Mark class and ivar definitions with __declspec(dllexport) by Fariborz Jahanian · 12 years ago
  7. db762ef Qualifiers on a canonical array type go on the outermost type, not the by Douglas Gregor · 12 years ago
  8. 0069b84 Assign APValues by swapping from a temporary. Removes a bunch of unnecessary by Richard Smith · 12 years ago
  9. 97c1fd6 objective-c modern rewriter. More fixes related to rewriting by Fariborz Jahanian · 12 years ago
  10. 7acf23f Teach RetainCountChecker about mixing method families with explicit annotations. Fixes <rdar://problem/10824732>. by Ted Kremenek · 12 years ago
  11. 8a4e182 Document the conversion from a lambda closure type to a block pointer by Douglas Gregor · 12 years ago
  12. 26b75c0 Improve diagnostics for UCNs referring to control characters and members of the by Richard Smith · 12 years ago
  13. e7d6ca0 [Sema] Fix a diag change to include a range that appeared intended, but never by Daniel Dunbar · 12 years ago
  14. df42354 Update comment after r152140. Clarify a bit too. by Nico Weber · 12 years ago
  15. 3fd5f37 [analyzer] Add support for NoRedundancy inlining mode. by Anna Zaks · 12 years ago
  16. a5d531f CallGraph: Add getNode() method, constify. by Anna Zaks · 12 years ago
  17. ba50b3e Allow serializing an invalid ParmVarDecl and don't set access to public for by Argyrios Kyrtzidis · 12 years ago
  18. 8788b22 Revert r152430 "[AST] Mark ASTContext::getTypeInfo and some friends as by Daniel Dunbar · 12 years ago
  19. feb1f4a Add a helper to get a CXXConstructExpr from a CXXNewExpr. by Matt Beaumont-Gay · 12 years ago
  20. 216f78b Improve our semantic error recovery. by Argyrios Kyrtzidis · 12 years ago
  21. f9ff587 [AST] Mark Expr::Ignore*() functions as LLVM_READONLY. by Daniel Dunbar · 12 years ago
  22. 29c6c6e [AST] Mark ASTContext::getTypeInfo and some friends as LLVM_READONLY. by Daniel Dunbar · 12 years ago
  23. 4f31118 [AST] Mark Expr::getExprLoc() as LLVM_READONLY. by Daniel Dunbar · 12 years ago
  24. 780249b [Sema] Remove dead getSourceRange() call, caught by Clang after marking by Daniel Dunbar · 12 years ago
  25. aa49a7d [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY. by Daniel Dunbar · 12 years ago
  26. 69e7692 Add user-defined literals to release notes. by Richard Smith · 12 years ago
  27. 509fb3e lldb support: under debugger support flag, when sending message by Fariborz Jahanian · 12 years ago
  28. 96a0014 [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). by Daniel Dunbar · 12 years ago
  29. 3d4144f [AST/Sema] Add {CXXBaseSpecifier,Declarator,DeclSpec,TypeLoc,UnqualifiedId}::getLoc{Start,End}. by Daniel Dunbar · 12 years ago
  30. 8fbc6d2 [AST] Define a few more key getLocStart() implementations. by Daniel Dunbar · 12 years ago
  31. 90e25a8 [AST] Reimplement Stmt::getLoc{Start,End} to dispatch to subclass overloads. by Daniel Dunbar · 12 years ago
  32. 396ec67 [AST] Add {DeclRefExpr,MemberExpr,ImplicitCastExpr}::{getLocStart,getLocEnd} methods. by Daniel Dunbar · 12 years ago
  33. 406dac0 [AST] Add DeclaratioName::getLoc{Start,End} for consistency. by Daniel Dunbar · 12 years ago
  34. 7b14026 [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit by Daniel Dunbar · 12 years ago
  35. 15debc3 Harden test for 32 bit platforms, where size_t is unsigned int (not unsigned long). by Benjamin Kramer · 12 years ago
  36. f856264 -Wformat-non-iso: warn about positional arguments (pr12017) by Hans Wennborg · 12 years ago
  37. ef9f298 Fix statement printing for raw and template user-defined literals. by Richard Smith · 12 years ago
  38. 9c1dda7 User-defined literals are done. by Richard Smith · 12 years ago
  39. 3a5032b Literal operator suffixes and regular names live in separate namespaces. by Richard Smith · 12 years ago
  40. a9e88b2 Literal operators can't have default arguments. by Richard Smith · 12 years ago
  41. 36f5cfe Support for raw and template forms of numeric user-defined literals, by Richard Smith · 12 years ago
  42. 8a26fc1 Remove accidental binary commit. by John McCall · 12 years ago
  43. bc5419a [AST] Memoize ASTContext::getTypeInfo(). by Daniel Dunbar · 12 years ago
  44. 5aba3eb Perform l2r conversions on delete operands before doing by John McCall · 12 years ago
  45. 71cba34 Make sure we update the static local decl address map when we are forced to rebuild a global because of the initializer. <rdar://problem/10957867>. by Eli Friedman · 12 years ago
  46. 8b42ab7 Make sure constant emission handles initializer lists with strings correctly. Part of <rdar://problem/10957867>. by Eli Friedman · 12 years ago
  47. 42f42c8 [AST] NestedNameSpecifier's ctor/dtor are trivial and should be inlined. by Daniel Dunbar · 12 years ago
  48. cd48592 [AST] Type::isVoidType() is trivial and should be inlined. by Daniel Dunbar · 12 years ago
  49. 3d13c5a [AST] Reduce Decl::getASTContext() calls. by Daniel Dunbar · 12 years ago
  50. 76aadc3 [analyzer] Implement basic path diagnostic pruning based on "interesting" symbols and regions. by Ted Kremenek · 12 years ago
  51. d95e0b8 [analyzer] Use call graph to determine order in which functions are analyzed. by Anna Zaks · 12 years ago
  52. 6625335 [analyzer] Rework inlining related command line options. by Anna Zaks · 12 years ago
  53. d277661 Call Graph: Only the root node is allowed to have an invalid Decl*. by Anna Zaks · 12 years ago
  54. e093404 Remove a test FIXME for a case which is already fixed. by Richard Smith · 12 years ago
  55. 3376277 Fix a couple of issues with literal-operator-id parsing, and provide recovery by Richard Smith · 12 years ago
  56. 1e5bc4f Don't crash when a statement in a block is ill-formed but by John McCall · 12 years ago
  57. 49d5174 When checking the encoding of an 8-bit string literal, don't just check the by Richard Smith · 12 years ago
  58. 188158d Turn explicit construction of temporaries using initializer list syntax into CXXTemporaryObjectExprs, not just CXXConstructExprs, which have a worrying tendency to vanish. Fixes PR12167. by Sebastian Redl · 12 years ago
  59. 56757e9 Untangle getUnderlyingDeclImpl, no functionality change. by Benjamin Kramer · 12 years ago
  60. 2a6dc14 [utils/FuzzTest] Add '--stop-on-fail' to stop the script on the first failure by Argyrios Kyrtzidis · 12 years ago
  61. e13edcb [AST] Clean up NamedDecl::getUnderlyingDecl() change a bit. by Daniel Dunbar · 12 years ago
  62. a50a5cd Remove stray semi-colon. by Daniel Dunbar · 12 years ago
  63. 7a8c758 [AST] APValue: Split the fast path of MakeUninit to be inline. by Daniel Dunbar · 12 years ago
  64. 3cb8e2f [utils/FuzzTest] The help message says that if you don't specify --max-tests by Argyrios Kyrtzidis · 12 years ago
  65. 00f1f27 [utils/FuzzTest] For --filelist the option type is string, not integer. by Argyrios Kyrtzidis · 12 years ago
  66. 54e1c41 [Basic] PartialDiagnostic: Manual split out the cold part of freeStorage(), the by Daniel Dunbar · 12 years ago
  67. 6daffa5 [AST] Change NamedDecl::getUnderlyingDecl() to inline the fast (and incredibly common) path. by Daniel Dunbar · 12 years ago
  68. 0250393 Replace MarkVarRequired with a more generic by Rafael Espindola · 12 years ago
  69. 4fae2d9 Also test pr12104 with pch. by Rafael Espindola · 12 years ago
  70. 701ec8d Implement -fno-dwarf2-cfi-asm on linux too. by Rafael Espindola · 12 years ago
  71. 9168830 Ensure we don't print 123ULL_foo when printing a user-defined integer literal. by Richard Smith · 12 years ago
  72. b453ad3 Add support for cooked forms of user-defined-integer-literal and by Richard Smith · 12 years ago
  73. aae1d8b Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 12 years ago
  74. 76e035a [AST] Change Type::isIntegerType to be inlined(). It is very popular. by Daniel Dunbar · 12 years ago
  75. 2fb4ae3 Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not by Richard Smith · 12 years ago
  76. 5bc37f6 Loosen the precondition of isCXXInstanceMember() to simply return by Douglas Gregor · 12 years ago
  77. 9df08bb Spelling. by Daniel Dunbar · 12 years ago
  78. c2bd73b Sema: Don't emit a gajillion calls to sanity() -- an empty function -- in NDEBUG by Daniel Dunbar · 12 years ago
  79. dd66be7 User-defined literal support for character literals. by Richard Smith · 12 years ago
  80. ffea6b4 Fix -Wuninitialized to catch the case of a class being initialized with a call by Richard Trieu · 12 years ago
  81. 29f98b4 [libclang] Fix a crash when serializing a preprocessing record that contains by Argyrios Kyrtzidis · 12 years ago
  82. d78ef5b Streamline BalancedDelimiterTracker, by eliminating the duplicate by Douglas Gregor · 12 years ago
  83. 9ae3a36 improve on diagnostic when block captures uninitialized by Fariborz Jahanian · 12 years ago
  84. 196b8cf Add a basic CallGraph to Analysis. by Anna Zaks · 12 years ago
  85. a34194f improve on diagnostic and provide a fixit hint when by Fariborz Jahanian · 12 years ago
  86. 044e645 [libclang] Enhance clang_getOverriddenCursors. by Argyrios Kyrtzidis · 12 years ago
  87. e286d9b Workaround module test failures by removing the version info from module hashes. by Bob Wilson · 12 years ago
  88. 9ea396a Remove unnecessary include in ExprObjC.h by Richard Trieu · 12 years ago
  89. cbf8209 Be smarter in discovering list-initialization of temporaries. Fixes PR12182. by Sebastian Redl · 12 years ago
  90. 8013458 Correct the documentation to give a legal example of a raw string literal. by Richard Smith · 12 years ago
  91. 9fcce65 AST representation for user-defined literals, plus just enough of semantic by Richard Smith · 12 years ago
  92. b65e24a Test fix-it added in r152198. by Richard Smith · 12 years ago
  93. e816c71 Add -Wc++11-compat warning for string and character literals followed by by Richard Smith · 12 years ago
  94. 946e272 Don't even try to directly emit the value of a DeclRefExpr if that declaration by Richard Smith · 12 years ago
  95. bef35c9 [PCH] Mark a PCH file with a flag to indicate if the serialized AST had by Argyrios Kyrtzidis · 12 years ago
  96. 4a90e1a Correct test from r152189. by Eli Friedman · 12 years ago
  97. 9e9c454 Make sure we consistently canonicalize types when canonicalizing TemplateTemplateParmDecls. PR12179. by Eli Friedman · 12 years ago
  98. 458a7fb objective-c lldb support: don't perform ivar access control check by Fariborz Jahanian · 12 years ago
  99. fddfbdb More git-svn compatible version string, by request. by Andrew Trick · 12 years ago
  100. 485ea8e The constant folder's diagnosic mechanism is irrelevant for C; don't bother by Richard Smith · 12 years ago