1. 555f57e When deciding how to parse "= something" as part of a member by Douglas Gregor · 13 years ago
  2. 831fb96 objc-arc/mrc: Allow ns_returns_not_retained attribute on properties by Fariborz Jahanian · 13 years ago
  3. 88c1dfc Two more test cases which have been long uncommitted. by John McCall · 13 years ago
  4. 4027f09 Test case for r133840, neglectfully uncommitted. by John McCall · 13 years ago
  5. 0c24c80 Honor objc_precise_lifetime in GC mode by feeding the value by John McCall · 13 years ago
  6. 537c34611 Revert "Shorten some ARM builtin names by removing unnecessary "neon" prefix." by Bob Wilson · 13 years ago
  7. 1d323e0 Fix struct member's scope. Patch by Xi Wang. by Devang Patel · 13 years ago
  8. bc8d40d Change the IR-generation of VLAs so that we capture bounds, by John McCall · 13 years ago
  9. 89f19e4 Shorten some ARM builtin names by removing unnecessary "neon" prefix. by Bob Wilson · 13 years ago
  10. 327126e No need to warn if 'unavailable' method/property by Fariborz Jahanian · 13 years ago
  11. f2050f2 objc-arc: Give more descriptive diagnostics when by Fariborz Jahanian · 13 years ago
  12. a7bf7bb Only do delayed diagnostics if there were no errors when parsing the decl. by Argyrios Kyrtzidis · 13 years ago
  13. cf79eba [arcmt] Add test for rdar://9601437. by Argyrios Kyrtzidis · 13 years ago
  14. 921c143 objc-arc: Check on a variety of unsafe assignment of retained by Fariborz Jahanian · 13 years ago
  15. f58de90 Fix comments. by Bob Wilson · 13 years ago
  16. 7ddf6b2 Allow Lexer::getLocForEndOfToken to return the location just passed the macro instantiation by Argyrios Kyrtzidis · 13 years ago
  17. 544607e In TextDiagnosticPrinter::EmitCaretDiagnostic, don't always drop fixits if the caret location by Argyrios Kyrtzidis · 13 years ago
  18. b5303aa Allow the fixit for missing ':' in the ?: ternary operator if it is pointing by Argyrios Kyrtzidis · 13 years ago
  19. ed37ab8 SourceManager::isAtStartOfMacroInstantiation should check not only if the location by Argyrios Kyrtzidis · 13 years ago
  20. 8e27eb7 unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc. by NAKAMURA Takumi · 13 years ago
  21. e458fda Fix unused label warning. by Jay Foad · 13 years ago
  22. c39b6bc This patch started as an attempt to fix up the horrid naming by Sean Hunt · 13 years ago
  23. b8b0313 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. by Argyrios Kyrtzidis · 13 years ago
  24. a813973 When forming a cycle in objc's inheritance hierarchy, by Fariborz Jahanian · 13 years ago
  25. 89b29d1 Unbreak the CMake build. by Sean Hunt · 13 years ago
  26. b1094a0 [arcmt] Fully migrate ObjC++ classes, rdar://9660007. by Argyrios Kyrtzidis · 13 years ago
  27. 7707c75 [arcmt] Remove rewriteAllocCopyWithZone transformation; not needed anymore. by Argyrios Kyrtzidis · 13 years ago
  28. 7b3f853 Apparently at some point in the past I forgot how 'continue' by John McCall · 13 years ago
  29. d028302 Improve on warning when objc pointer is used in by Fariborz Jahanian · 13 years ago
  30. 4c4cbe5 Remove superfluous comment by Douglas Gregor · 13 years ago
  31. 8cf0f52 Move definition of template <typename T> void Decl::dropAttr by Fariborz Jahanian · 13 years ago
  32. 7f88c01 Bump Token::Kind from an unsigned char to an unsigned short, from Anton Lokhmotov by Douglas Gregor · 13 years ago
  33. cf5abc7 Support for catching objc pointer objects in c++ catch-statement by Fariborz Jahanian · 13 years ago
  34. b9b4b78 Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast expression into the LHS of a compound assignment. Fixes compound assignment of various "compatible" vector types, including NEON-vector and gcc-vector types. by Eli Friedman · 13 years ago
  35. d6bf0ef Minor tweak to my last patch per Doug's comment. by Fariborz Jahanian · 13 years ago
  36. 7140b3c cmake+lit: final cleanup related to the recent churn by Andrew Trick · 13 years ago
  37. c3ca14d Remove multiple use of weak_import attribute on by Fariborz Jahanian · 13 years ago
  38. 8785d11 Remove weak_import attribute on new declaration. // rdar://9538608 by Fariborz Jahanian · 13 years ago
  39. 89bb614 fix autoconf build from r133710 by Dylan Noblesmith · 13 years ago
  40. 1626601 avoid using config.h in public headers by Dylan Noblesmith · 13 years ago
  41. d962499 Add documentation about __has_feature(cxx_delegationg_constructors) by Sean Hunt · 13 years ago
  42. 115f2b9 Fix this test on machines that don't run clang -cc1as when asked to assemble. by Nick Lewycky · 13 years ago
  43. 64f857b Fix a minor copy-paste-o that broke the stylesheets by Sean Hunt · 13 years ago
  44. 7e98b47 Fix a bunch of HTML compliance problems with LanguageExtensions.html by Sean Hunt · 13 years ago
  45. 2b1ad8b Move all of Sema's member-access-related checking out of SemaExpr.cpp by Douglas Gregor · 13 years ago
  46. 647ba1b Revert "-fexceptions does not, in fact, enable C++ exceptions" by Sean Hunt · 13 years ago
  47. 572bbec Allow unavailable function calls inside unavailable functions in C++/ObjC++ as well. rdar://9660196 by Argyrios Kyrtzidis · 13 years ago
  48. 4cc12c6 Clean up the heart of the caching code and miss fewer edge cases. by Sean Hunt · 13 years ago
  49. 4b4ba8b -fexceptions does not, in fact, enable C++ exceptions by Sean Hunt · 13 years ago
  50. b7bca25 lit support for REQUIRES: asserts. by Andrew Trick · 13 years ago
  51. 4f0845e Check for placeholders early on in by Douglas Gregor · 13 years ago
  52. ab183df Fix a think-o that amazingly didn't show up until I started writing by Sean Hunt · 13 years ago
  53. d543130 Issue warning if weak_import attribute is added to an already by Fariborz Jahanian · 13 years ago
  54. 9c7f469 test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in by Daniel Dunbar · 13 years ago
  55. 9d96bce Alloa catching Objective-C id's being thrown with C++ throw by Fariborz Jahanian · 13 years ago
  56. 0d9106f Changes ParenListExpr to always require a type. by Manuel Klimek · 13 years ago
  57. c09ce12 Copy diagnostic pragmas to the preprocessed output, from Richard Osborne! by Douglas Gregor · 13 years ago
  58. b27c7a1 Fix the starting location of the Fix-It note for suspicious precedence by Douglas Gregor · 13 years ago
  59. 1d441ee When instantiating a function template declaration that was expressed by Douglas Gregor · 13 years ago
  60. 7bf952e [arcmt] Make -Warc-unsafe-retained-assign an error when migrating. rdar://8939557 by Argyrios Kyrtzidis · 13 years ago
  61. 5b27b6d Put all ARC-related warnings into the "arc" diagnostic group. by Argyrios Kyrtzidis · 13 years ago
  62. d26fef0 Change "cannot assign retained object.." warning to "assigning retained object.." by Argyrios Kyrtzidis · 13 years ago
  63. 3404fe7 Build and use libcompiler_rt whenever possible. by Eric Christopher · 13 years ago
  64. 34aace8 Try to silence GCC warning by Douglas Gregor · 13 years ago
  65. 8295b7b objc-arc: Allow unbridged cast of retainable object to by Fariborz Jahanian · 13 years ago
  66. d1bd98a Implement the C++0x move optimization for Automatic Reference Counting by Douglas Gregor · 13 years ago
  67. d7b2316 When binding a reference to an Automatic Reference Counting temporary, by Douglas Gregor · 13 years ago
  68. b4b7b50 Give MaterializeTemporaryExpr the exact type of the lvalue it binds by Douglas Gregor · 13 years ago
  69. 45ba8a6 Fix typo in comment by Douglas Gregor · 13 years ago
  70. 9735760 Replace the existing forms of ConstantArray::get() with a single form by Jay Foad · 13 years ago
  71. 25a7676 Introduce DelayedCleanupPool useful for simplifying clean-up of certain resources that, while their by Argyrios Kyrtzidis · 13 years ago
  72. fc0f40a Only do config-time substitution of LLVM_BUILD_MODE in by Andrew Trick · 13 years ago
  73. 431a1cb Actually, you know, fix the problem. by Sean Hunt · 13 years ago
  74. d768e9d Emit @finally blocks completely lazily instead of forcing their by John McCall · 13 years ago
  75. 4dba7b56 Avoid making assumption that this is either a CXXMethodDecl or a by Sean Hunt · 13 years ago
  76. 0a17cae Extend the deleted overload candidate note to cover all cases. It by Sean Hunt · 13 years ago
  77. 1ccbc54 Ensure that we delete implict copy members when explicit move members by Sean Hunt · 13 years ago
  78. d71315c It is possible to request the nonfragile ABI with -fobjc-abi-version=2; by John McCall · 13 years ago
  79. 661c67a Attempt to reapply this patch for caching copy assignment operator by Sean Hunt · 13 years ago
  80. e3499ca Fix PR10168: don't warn for unused non-dependent variables in both the template definition and each instantiation. by Richard Smith · 13 years ago
  81. 0894976 Fix a missing space noticed by matthewbg in code review. by Chandler Carruth · 13 years ago
  82. cd6f366 First part of PR9968: the __range variable in a dependent C++11 for-range statement is implicitly used by that statement. by Richard Smith · 13 years ago
  83. a72a12f Fix some grammar nits in the comments from Nick. by Chandler Carruth · 13 years ago
  84. 9d5353c Revert r133526 which re-orders the suggestions for -Wparentheses on ?: by Chandler Carruth · 13 years ago
  85. e4aba6d Unbreak the CMake build by Sean Hunt · 13 years ago
  86. 26a6ec7 Fix the mangling of dependent-scope decl ref expressions so that they by John McCall · 13 years ago
  87. 57b9d98 Fix a case that I missed in r133550. by Bob Wilson · 13 years ago
  88. 5dd45f1 Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent by Bob Wilson · 13 years ago
  89. a68e1c3 Driver/Darwin: Fixup version check for -object_path_lto support. by Daniel Dunbar · 13 years ago
  90. 13c4f21 Fix the default libc++ header search path to be sysrooted. Radar 9639692. by Bob Wilson · 13 years ago
  91. ee273b3 Fix cut-and-paste error: --stdlib is an alias for -stdlib, not -std. by Bob Wilson · 13 years ago
  92. 5bfa656 Driver/Darwin: When invoking the linker, automatically pass -object_path_lto so by Daniel Dunbar · 13 years ago
  93. ed79895 Driver: Factor out IsUsingLTO helper function. by Daniel Dunbar · 13 years ago
  94. fd3455a [arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to cut down on one compilation by Argyrios Kyrtzidis · 13 years ago
  95. 7196d06 [arcmt] Break apart Transforms.cpp. by Argyrios Kyrtzidis · 13 years ago
  96. c8505ad objc-arc: Add support for unbridged cast of by Fariborz Jahanian · 13 years ago
  97. e26bdb9 IRgen: Add a -fuse-register-sized-bitfield-access option, for testing. by Daniel Dunbar · 13 years ago
  98. 08737c4 Basic: Add TargetInfo::getRegisterWidth hook. by Daniel Dunbar · 13 years ago
  99. 08d4792 IRgen: Add CGOptions to CGTypes. by Daniel Dunbar · 13 years ago
  100. 0626942 ^cat^cast^ by Fariborz Jahanian · 13 years ago