1. cd707ab Fix crash at @implementation with a forward reference as base class. by Argyrios Kyrtzidis · 12 years ago
  2. 78dae24 Alternate fix to PR12248: put Sema in charge of special-casing by John McCall · 12 years ago
  3. 8ce6d21 [msvc] Honor %INCLUDE%. It should know essential search paths with vcvarsall.bat. by NAKAMURA Takumi · 12 years ago
  4. c38503b modern objective-c translator. @try/@catch translation. wip. by Fariborz Jahanian · 12 years ago
  5. 29af3c7 Add new analyzer diagnostic mode where plists can have bugs that span multiple files. by Ted Kremenek · 12 years ago
  6. e881efe [analyzer] Include inlining call stack depth in plist output. by Ted Kremenek · 12 years ago
  7. 3d71715 Address some of the concerns by Chandler. by Bill Wendling · 12 years ago
  8. e8cb554 Update FIXME. by Bill Wendling · 12 years ago
  9. bdb8f3c Have clang pay attention to the LIBRARY_PATH environment variable. by Bill Wendling · 12 years ago
  10. 860d9b7 C++11 [temp.deduct.call]p6 tweak: when given a set of overlaoded by Douglas Gregor · 12 years ago
  11. 71930e0 Make sure we treat variables captured by reference in lambda as modifiable lvalues. Regression from r152491. Fixes PR12248. by Eli Friedman · 12 years ago
  12. 9a0b6b4 [Sema] -Add an invalid objc category to the DeclContext so that it can be by Argyrios Kyrtzidis · 12 years ago
  13. d8b5ca1 ObjCBoolLiterals (__objc_yes/__objc_no) behave like C++ booleans (true/false). They are NOT objects. by Jordy Rose · 12 years ago
  14. 40a777a objective-c modern translator: ivar offset symbols by Fariborz Jahanian · 12 years ago
  15. 6f42669 Fix a crash-on-invalid found by -Wlogical-op-parentheses. by David Blaikie · 12 years ago
  16. e45b9b7 Use ZeroLengthBitfieldAlignment for AAPCS, as well as APCS-GNU. by James Molloy · 12 years ago
  17. 7796eb5 Fix parsing of trailing-return-type. Types are syntactically prohibited from by Richard Smith · 12 years ago
  18. 69730c1 Fix parsing of type-specifier-seq's. Types are syntactically allowed to be by Richard Smith · 12 years ago
  19. 0be8fb5 Fix typo in comment, 'langauge' -> 'language'. by Nick Lewycky · 12 years ago
  20. 1ca052c objective-c modern abi rewriter: provide section pragmas for by Fariborz Jahanian · 12 years ago
  21. 594f841 Document the weak-linking behavior of the availability attribute by Douglas Gregor · 12 years ago
  22. 74d2a9c Update library dependencies to add clangEdit on c-index-test and c-arcmt-test. by NAKAMURA Takumi · 12 years ago
  23. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  24. 7c02cfe llvm::SwitchInst by Stepan Dyatkovskiy · 12 years ago
  25. 93a7067 Document the availability attribute by Douglas Gregor · 12 years ago
  26. fc55a82 When template argument deduction is ignoring qualifiers, perform deep by Douglas Gregor · 12 years ago
  27. 15dcec7 cxx_status: No compiler changes are required for 'minimal support for garbage by Richard Smith · 12 years ago
  28. 8e55ed1 Add a missing 'template' keyword. by Douglas Gregor · 12 years ago
  29. 3e67814 [analyzer] Replace a static helper with existing logic. No functionality change. by Jordy Rose · 12 years ago
  30. 5a7a5bb When determining whether an identifier followed by a '<' in a member by Douglas Gregor · 12 years ago
  31. 426d6ca Fix crash & accepts-invalid for array of arrays of user defined type. by David Blaikie · 12 years ago
  32. dc72dc8 Updated the test so that it checks for ms-compatibility in addition to ms-extensions. by Aaron Ballman · 12 years ago
  33. b017ea2 Adding namespace qualifiers to the visualizers and improving their behavior. by Aaron Ballman · 12 years ago
  34. 5cc6787 [clang.py] Implement Cursor.objc_type_encoding by Gregory Szorc · 12 years ago
  35. 5b31d55 No longer defining GNUC mode when compiling for Microsoft compatibility. This allows people's cross-platform compiler-specific macros to work properly. by Aaron Ballman · 12 years ago
  36. bccda48 Clarify even further that the lambda-to-block-pointer conversion is only available in Objective-C++ by Douglas Gregor · 12 years ago
  37. 1f1988f [clang.py] Refactor get_tu and get_cursor test helper functions into util.py by Gregory Szorc · 12 years ago
  38. e5658f0 PR12225: The requirement that literal operators be namespace-scope functions by Richard Smith · 12 years ago
  39. 09c9a56 Use VersionTuple to manage macosx versions in the driver. No functionality change. by Benjamin Kramer · 12 years ago
  40. 4e494cf Simplify code. No functionality change. by Benjamin Kramer · 12 years ago
  41. ce0d897 objective-c modern rewriter: add __declspec(dllexport) to forward by Fariborz Jahanian · 12 years ago
  42. 6991bc5 objc modern rewriter: Define __OBJC2__ in written file. // rdar://11024543 by Fariborz Jahanian · 12 years ago
  43. 9b20a90 Replace a map of boolean values with a set. by Benjamin Kramer · 12 years ago
  44. 2f47c36 The type of a definition should not increase its visibility. Fixes PR12221. by Rafael Espindola · 12 years ago
  45. f4b88a4 Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to by John McCall · 12 years ago
  46. 1659c37 Slightly tweak this condition. "isTransparentContext()" was checking whether an by Nick Lewycky · 12 years ago
  47. 8d17681 Could not find this in C99. Perhaps this rule comes from a DR, but in any case by Nick Lewycky · 12 years ago
  48. f52757d Only make a call to a copy constructor elidable if in fact we are by Douglas Gregor · 12 years ago
  49. a346efa [Sema] A tag decl that is marked as invalid and is used in a decl-spec, by Argyrios Kyrtzidis · 12 years ago
  50. cb00cc4 Remove the part of test/Sema/pragma-pack-2.c that has irregular "#pragma pack"s. by Argyrios Kyrtzidis · 12 years ago
  51. dd2ecee Unify the BlockDeclRefExpr and DeclRefExpr paths so that by John McCall · 12 years ago
  52. 89da8cf Fix the dumping of BlockExprs. by John McCall · 12 years ago
  53. e6adea9 test/Rewriter/rewrite-modern-ivars-2.mm: Add "-triple i386-apple-darwin9". by NAKAMURA Takumi · 12 years ago
  54. 79a5501 Fix a use of the C99 PRI format macros not to conflict with C++11 UDLs. by Benjamin Kramer · 12 years ago
  55. 540659e Make sure the accessors for overridden methods don't return inherited constructors. Fixes PR12219. by Eli Friedman · 12 years ago
  56. 117591f objc modern rewriter: don't export @package ivar symbols. by Fariborz Jahanian · 12 years ago
  57. 337e4db [analyzer] fix regression in analyzer of NOT actually aborting on Stmts it doesn't understand. We registered by Ted Kremenek · 12 years ago
  58. edfac03 IRgen/ABI/x86_64: Avoid passing small structs using byval sometimes. by Daniel Dunbar · 12 years ago
  59. d1c84d3 Minor change to my last rewrite patch. by Fariborz Jahanian · 12 years ago
  60. e57303c objc modern rewriter: Mark class and ivar definitions with __declspec(dllexport) by Fariborz Jahanian · 12 years ago
  61. db762ef Qualifiers on a canonical array type go on the outermost type, not the by Douglas Gregor · 12 years ago
  62. 0069b84 Assign APValues by swapping from a temporary. Removes a bunch of unnecessary by Richard Smith · 12 years ago
  63. 97c1fd6 objective-c modern rewriter. More fixes related to rewriting by Fariborz Jahanian · 12 years ago
  64. 7acf23f Teach RetainCountChecker about mixing method families with explicit annotations. Fixes <rdar://problem/10824732>. by Ted Kremenek · 12 years ago
  65. 8a4e182 Document the conversion from a lambda closure type to a block pointer by Douglas Gregor · 12 years ago
  66. 26b75c0 Improve diagnostics for UCNs referring to control characters and members of the by Richard Smith · 12 years ago
  67. e7d6ca0 [Sema] Fix a diag change to include a range that appeared intended, but never by Daniel Dunbar · 12 years ago
  68. df42354 Update comment after r152140. Clarify a bit too. by Nico Weber · 12 years ago
  69. 3fd5f37 [analyzer] Add support for NoRedundancy inlining mode. by Anna Zaks · 12 years ago
  70. a5d531f CallGraph: Add getNode() method, constify. by Anna Zaks · 12 years ago
  71. ba50b3e Allow serializing an invalid ParmVarDecl and don't set access to public for by Argyrios Kyrtzidis · 12 years ago
  72. 8788b22 Revert r152430 "[AST] Mark ASTContext::getTypeInfo and some friends as by Daniel Dunbar · 12 years ago
  73. feb1f4a Add a helper to get a CXXConstructExpr from a CXXNewExpr. by Matt Beaumont-Gay · 12 years ago
  74. 216f78b Improve our semantic error recovery. by Argyrios Kyrtzidis · 12 years ago
  75. f9ff587 [AST] Mark Expr::Ignore*() functions as LLVM_READONLY. by Daniel Dunbar · 12 years ago
  76. 29c6c6e [AST] Mark ASTContext::getTypeInfo and some friends as LLVM_READONLY. by Daniel Dunbar · 12 years ago
  77. 4f31118 [AST] Mark Expr::getExprLoc() as LLVM_READONLY. by Daniel Dunbar · 12 years ago
  78. 780249b [Sema] Remove dead getSourceRange() call, caught by Clang after marking by Daniel Dunbar · 12 years ago
  79. aa49a7d [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY. by Daniel Dunbar · 12 years ago
  80. 69e7692 Add user-defined literals to release notes. by Richard Smith · 12 years ago
  81. 509fb3e lldb support: under debugger support flag, when sending message by Fariborz Jahanian · 12 years ago
  82. 96a0014 [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). by Daniel Dunbar · 12 years ago
  83. 3d4144f [AST/Sema] Add {CXXBaseSpecifier,Declarator,DeclSpec,TypeLoc,UnqualifiedId}::getLoc{Start,End}. by Daniel Dunbar · 12 years ago
  84. 8fbc6d2 [AST] Define a few more key getLocStart() implementations. by Daniel Dunbar · 12 years ago
  85. 90e25a8 [AST] Reimplement Stmt::getLoc{Start,End} to dispatch to subclass overloads. by Daniel Dunbar · 12 years ago
  86. 396ec67 [AST] Add {DeclRefExpr,MemberExpr,ImplicitCastExpr}::{getLocStart,getLocEnd} methods. by Daniel Dunbar · 12 years ago
  87. 406dac0 [AST] Add DeclaratioName::getLoc{Start,End} for consistency. by Daniel Dunbar · 12 years ago
  88. 7b14026 [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit by Daniel Dunbar · 12 years ago
  89. 15debc3 Harden test for 32 bit platforms, where size_t is unsigned int (not unsigned long). by Benjamin Kramer · 12 years ago
  90. f856264 -Wformat-non-iso: warn about positional arguments (pr12017) by Hans Wennborg · 12 years ago
  91. ef9f298 Fix statement printing for raw and template user-defined literals. by Richard Smith · 12 years ago
  92. 9c1dda7 User-defined literals are done. by Richard Smith · 12 years ago
  93. 3a5032b Literal operator suffixes and regular names live in separate namespaces. by Richard Smith · 12 years ago
  94. a9e88b2 Literal operators can't have default arguments. by Richard Smith · 12 years ago
  95. 36f5cfe Support for raw and template forms of numeric user-defined literals, by Richard Smith · 12 years ago
  96. 8a26fc1 Remove accidental binary commit. by John McCall · 12 years ago
  97. bc5419a [AST] Memoize ASTContext::getTypeInfo(). by Daniel Dunbar · 12 years ago
  98. 5aba3eb Perform l2r conversions on delete operands before doing by John McCall · 12 years ago
  99. 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
  100. 8b42ab7 Make sure constant emission handles initializer lists with strings correctly. Part of <rdar://problem/10957867>. by Eli Friedman · 12 years ago