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