1. 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
  2. a4bb99c Move detection of reference members binding to temporaries from building of by Richard Smith · 11 years ago
  3. 8a07cd3 Reapply r183721, reverted in r183776, with a fix for a bug in the former (we by Richard Smith · 11 years ago
  4. 81359b0 Tweak r183791 so we don't print a note without a source location. by Eli Friedman · 11 years ago
  5. 188ddb1 Correctly handle designated initializers which modify an array initialized by Eli Friedman · 11 years ago
  6. a57be56 Revert r183721. It caused cleanups to be delayed too long in some cases. by Richard Smith · 11 years ago
  7. 0f9b855 Remove some unicode that sneaked in. by David Majnemer · 11 years ago
  8. 01e0b1f Implement DR61: Address of ambiguous bound methods should be disallowed by David Majnemer · 11 years ago
  9. 2ec2b84 Implement DR85: Redeclaration of member is forbidden by David Majnemer · 11 years ago
  10. 85af7ce Rework IR emission for lifetime-extended temporaries. Instead of trying to walk by Richard Smith · 11 years ago
  11. 4017d73 Objective-C [qoi]: Issue better warning when nsstring literal is missing by Fariborz Jahanian · 11 years ago
  12. 0567a79 Use FPT::getArgTypes() instead of manually building ArrayRefs by Reid Kleckner · 11 years ago
  13. ef0e4e6 Add a new warning, -Wlogical-not-parentheses, to -Wparentheses. by Richard Trieu · 11 years ago
  14. 7acc5a6 Support for contextual conversion tweaks (N3323) was added, as Revision 183637 by Larisse Voufo · 11 years ago
  15. 50b60b3 reverted test by Larisse Voufo · 11 years ago
  16. 817e01f test by Larisse Voufo · 11 years ago
  17. c910d4c Revert "[Sema] Make FunctionType's TSI use unadjusted argument types" by Reid Kleckner · 11 years ago
  18. 63c9a92 [Sema] Make FunctionType's TSI use unadjusted argument types by Reid Kleckner · 11 years ago
  19. 122e601 Recognition of empty structures and unions is moved to semantic stage by Serge Pavlov · 11 years ago
  20. cc28eff Added a type checking which handle the case of an ext vector and integral scalar by Jin-Gu Kang · 11 years ago
  21. b6e3808 Recursively lifetime-extend into array temporaries. These can get implicitly by Richard Smith · 11 years ago
  22. 80e8ea9 address some comments on r183474: by Adrian Prantl · 11 years ago
  23. f9eaf98 Revert "Properly consider the range of enum for range comparisons in C mode" by David Majnemer · 11 years ago
  24. d88d7ab Add missing file from r183563 (the recommit of 183466). by Eli Friedman · 11 years ago
  25. 44ee0a7 Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 11 years ago
  26. 6071af9 Objective-C: Another case of issuing warning about misusing by Fariborz Jahanian · 11 years ago
  27. 33f0faa PR16273: Weaken a bogus assertion. by Richard Smith · 11 years ago
  28. a6ba40c Objective-C: Removes a bogus warning about auto-synthesis by Fariborz Jahanian · 11 years ago
  29. b165fdd fix up recogtion of block pointer type in my last patch. by Fariborz Jahanian · 11 years ago
  30. 20387ef Reverts r183466: "Perform dynamic alignment computations..." by Manuel Klimek · 11 years ago
  31. cafeb94 PR16243: Use CXXThisOverride during template instantiation, and fix up the by Richard Smith · 11 years ago
  32. 8150da3 When we're synthesizing copy/move-assignment, we can't form a reference to an by Eli Friedman · 11 years ago
  33. 7523606 blocks: fixes an ast bug when block pointer variable by Fariborz Jahanian · 11 years ago
  34. 86875b1 Perform dynamic alignment computations so that the data in TypeLocs is by Eli Friedman · 11 years ago
  35. 585bee4 Implement DR7 by David Majnemer · 11 years ago
  36. 48a1e81 Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of the by Joey Gouly · 11 years ago
  37. 40cba90 Implement DR1270: braces can be elided in all aggregate initialization, not by Richard Smith · 11 years ago
  38. 649c6c5 Disallow reinterpret_cast from pointer to bool on Windows by Hans Wennborg · 11 years ago
  39. 4fe9644 Don't create a StringRef from a temporary string. by Richard Trieu · 11 years ago
  40. 9464a08 Objective-C: Provide fixit with suggested spelling correction by Fariborz Jahanian · 11 years ago
  41. d62d901 When the template specialization header is missing, set a valid source location for the template keyword when recovering. by Argyrios Kyrtzidis · 11 years ago
  42. 6f773e8 Silence GCC warning. by Benjamin Kramer · 11 years ago
  43. 211c8dd Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 11 years ago
  44. a7ff62f Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. by Aaron Ballman · 11 years ago
  45. c2fe818 Bound member function diagnostic - suggest no-args calls and note overload candidates by David Blaikie · 11 years ago
  46. b45a4d2 Fix a couple of bugs where jump diagnostics would not notice that a variable by Richard Smith · 11 years ago
  47. 4e43dec Fix handling of pointers-to-members and comma expressions when by Richard Smith · 11 years ago
  48. c063cb1 Allow paren casted throw statements inside of ternary expressions by David Majnemer · 11 years ago
  49. ad69e0c Properly consider the range of enum for range comparisons in C mode by David Majnemer · 11 years ago
  50. 923cada Fix the indentation on the AST visitors used in -Wloop-analysis. by Richard Trieu · 11 years ago
  51. 69f86d9 Objective-C: Fixes an ivar lookup bug where by Fariborz Jahanian · 11 years ago
  52. 6242a45 Fix handling of braced-init-list as reference initializer within aggregate by Richard Smith · 11 years ago
  53. 858c2c3 Walk over MaterializeTemporaryExpr when reverting an initializer to its by Richard Smith · 11 years ago
  54. 639aa52 fixes a comment in my last patch. by Fariborz Jahanian · 11 years ago
  55. f98c688 Objective-C: Implements gcc's -Wselector option by Fariborz Jahanian · 11 years ago
  56. df08c4b Fix potential infinite loop when iterating over redeclarations of an ObjMethodDecl, resulting from invalid code. by Argyrios Kyrtzidis · 11 years ago
  57. 76eed42 Microsoft has a language extension which allows union members to be by Aaron Ballman · 11 years ago
  58. 5537e0a Add support to fallback on operator new when a placement operator new[] is called for which there is no valid declaration. This fallback only happens in Microsoft compatibility mode. This patch addresses PR13164, and improves support for the WDK. by Aaron Ballman · 11 years ago
  59. 2628b44 Split off casts to void* for -Wint-to-pointer-cast to subgroup -Wint-to-void-pointer-cast. by Ted Kremenek · 11 years ago
  60. fe038a3 [libclang] For "@import .." code-completion results, associate a CXCursor_ModuleImportDecl cursor instead of CXCursor_NotImplemented. by Argyrios Kyrtzidis · 11 years ago
  61. aa71567 Disallow extern decls of type void in C++ mode by David Majnemer · 11 years ago
  62. 538bbe5 Patch to issue error when target of MacOS and iOS by Fariborz Jahanian · 11 years ago
  63. b07d448 Warn on va_start() when called with a reference parameter. by Nico Weber · 11 years ago
  64. 942dfe2 [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen by Chad Rosier · 11 years ago
  65. 89735b9 Suffixing #pragma comment(lib) library names with .lib if necessary. This matches MSVC behavior, as well as allows us to properly link libraries such as the ones provided by the MSDN examples. by Aaron Ballman · 11 years ago
  66. 2c2f09e Fix crash-on-invalid if list-initialization works, but we bail out when by Richard Smith · 11 years ago
  67. b1a4d37 Make helper functions static. by Benjamin Kramer · 11 years ago
  68. 5705f21 PR14772: Support constant expression evaluation for _Atomic types. by Richard Smith · 11 years ago
  69. aa9df09 Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes. by Aaron Ballman · 11 years ago
  70. 82b0001 Fix crash-on-invalid: only use TransformAddressOfOperand when transforming the by Richard Smith · 11 years ago
  71. 569b4ad Objective-C arc: don't count use of __weak by Fariborz Jahanian · 11 years ago
  72. 097e0a2 Refactor places which perform contextual implicit conversions to go through a by Richard Smith · 11 years ago
  73. beba3e8 Warn on and drop dllimport attrs from variable definitions by Reid Kleckner · 11 years ago
  74. 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
  75. f51cfb8 [ms-cxxabi] Look up operator delete() at every virtual dtor declaration. by Peter Collingbourne · 11 years ago
  76. a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
  77. 5c6134f Thread safety analysis: add two new attributes to the thread safety analysis: by DeLesley Hutchins · 11 years ago
  78. 2521dfa Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extension by Fariborz Jahanian · 11 years ago
  79. 8fbda8e Refactor diagnostics for MS attributes without -fms-extensions by Reid Kleckner · 11 years ago
  80. 7a9f7c7 A little ArrayRef'ization. by Richard Smith · 11 years ago
  81. b5eb3f5 PR15757: When we instantiate an inheriting constructor template, also by Richard Smith · 11 years ago
  82. b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
  83. c1fb1e0 SemaInit.cpp: give both IsStringInit() functions the same return type. by Hans Wennborg · 11 years ago
  84. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  85. 62ab010 Check a pointer is not null before attempting to use it. This prevents a by Richard Trieu · 11 years ago
  86. ee2f8f2 Return QualType() when a too large array is attempting to be created. This by Richard Trieu · 11 years ago
  87. a1bfe1c Objective-C: More cases of -Wsign-conversion not by Fariborz Jahanian · 11 years ago
  88. 6f2a9fa Objective-C: patch to issue the conversion by Fariborz Jahanian · 11 years ago
  89. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  90. 0ff5074 Better diagnostics for string initialization. by Hans Wennborg · 11 years ago
  91. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  92. 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
  93. 86a8730 Don't mark a type specifier as "owned" if there is no declaration to own. by Douglas Gregor · 11 years ago
  94. 17828ca Provide operator<< for stream output of DeclarationNames by David Blaikie · 11 years ago
  95. fbff0c4 Objective-C error recovery. This patch makes a quick by Fariborz Jahanian · 11 years ago
  96. 6af701f OpenMP threadprivate with qualified names. by Alexey Bataev · 11 years ago
  97. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  98. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  99. 9cbcab8 Avoid patching storage class for block scope thread_local variables. by Enea Zaffanella · 11 years ago
  100. 42860f1 PR15966: don't get confused by a complex integer -> complex integer conversion by Richard Smith · 11 years ago