1. 9063302 [ms-cxxabi] Emit and install appropriately mangled vbtables by Reid Kleckner · 11 years ago
  2. b0f9314 Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functions/methods." by NAKAMURA Takumi · 11 years ago
  3. 0601700 Introduce a new mangling for protocol-qualified ObjC types in C++. This allows by Eli Friedman · 11 years ago
  4. 7e5e2d0 doc. parsing: Allow parameter name "..." for variadic functions/methods. by Fariborz Jahanian · 11 years ago
  5. 3ed4d1c PR14503: Don't assert if a constexpr constructor temploid instantiates to a by Richard Smith · 11 years ago
  6. 6e40c95 Fix source range of CXXNewExpr with parentheses around the type. PR15569. by Eli Friedman · 11 years ago
  7. 26e5178 Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204. by Eli Friedman · 11 years ago
  8. 9610d77 Cleanup linkage computation for static locals. by Rafael Espindola · 11 years ago
  9. cff1512 [AST] Don't include RecursiveASTVisitor.h in ASTContext.h by Reid Kleckner · 11 years ago
  10. d6b6987 PR16263: Implement current direction of core issue 1376. Binding a reference to by Richard Smith · 11 years ago
  11. 3282b84 Emit initializers for static-storage-duration temporaries as constants where by Richard Smith · 11 years ago
  12. 2f9c035 InheritViz.cpp uses sys::Path, include PathV1.h by Rafael Espindola · 11 years ago
  13. 8b81df3 Use version of DisplayGraph that takes a StringRef. by Rafael Espindola · 11 years ago
  14. 5350ded More for PR12457: fix handling of __builtin_isinf_sign and test. by Richard Smith · 11 years ago
  15. acaf72a Towards PR12457: constant expression evaluation support for __builtin_parity{,l,ll}, __builtin_ffs{,l,ll}, and __builtin_fpclassify. by Richard Smith · 11 years ago
  16. 4dbf408 Fix part of PR12457. Patch by Justin Bogner! by Richard Smith · 11 years ago
  17. f050d24 Implement core issue 903: only integer literals with value 0 and prvalues of by Richard Smith · 11 years ago
  18. 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
  19. 0567a79 Use FPT::getArgTypes() instead of manually building ArrayRefs by Reid Kleckner · 11 years ago
  20. c910d4c Revert "[Sema] Make FunctionType's TSI use unadjusted argument types" by Reid Kleckner · 11 years ago
  21. 63c9a92 [Sema] Make FunctionType's TSI use unadjusted argument types by Reid Kleckner · 11 years ago
  22. 44ee0a7 Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 11 years ago
  23. 20387ef Reverts r183466: "Perform dynamic alignment computations..." by Manuel Klimek · 11 years ago
  24. 86875b1 Perform dynamic alignment computations so that the data in TypeLocs is by Eli Friedman · 11 years ago
  25. 49a246f [analyzer; new edges] Simplify edges in a C++11 for-range loop. by Jordan Rose · 11 years ago
  26. f69dd33 When a static storage duration temporary appears in a constant expression, it by Richard Smith · 11 years ago
  27. fb6f75f [analyzer] Look through ExprWithCleanups to see if an expr's consumed. by Jordan Rose · 11 years ago
  28. 2aae5ba Recommit r183298+r183300 'Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers()' by Timur Iskhodzhanov · 11 years ago
  29. d38a21f Revert r183298 and r183300 as the former broke the virtual function lookup in libcxx __locale by Timur Iskhodzhanov · 11 years ago
  30. 391faea Fix fallout from r183298, unused function (CollectPrimaryBases) causing the -Werror build to fail by David Blaikie · 11 years ago
  31. c65ee8f Fix the DUMP_OVERRIDERS macro in the VTableBuilder.cpp by Timur Iskhodzhanov · 11 years ago
  32. f19759e Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers(); also add some tests for the VTable indices output to make sure we don't regress by Timur Iskhodzhanov · 11 years ago
  33. 211c8dd Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 11 years ago
  34. 48eff6c Objective-C encoding. Fixes up encodeing for by Fariborz Jahanian · 11 years ago
  35. ec0d96f Fix linkage computation for local types in template functions. by Rafael Espindola · 11 years ago
  36. 8fcb045 Pacify compilers that think you can drop off a fully covered switch. by Benjamin Kramer · 11 years ago
  37. f0f353b Fix memory leak for APValues that do memory allocation. by Manuel Klimek · 11 years ago
  38. d1b55dc Do not walk through member-accesses on bitfields when looking for the object by Richard Smith · 11 years ago
  39. 8a66bf7 Refactor constant expression evaluation to associate the complete object of a by Richard Smith · 11 years ago
  40. 4e43dec Fix handling of pointers-to-members and comma expressions when by Richard Smith · 11 years ago
  41. e980890 Fix PR16060. by Rafael Espindola · 11 years ago
  42. df08c4b Fix potential infinite loop when iterating over redeclarations of an ObjMethodDecl, resulting from invalid code. by Argyrios Kyrtzidis · 11 years ago
  43. 42b7861 Remove unused field. by Rafael Espindola · 11 years ago
  44. 5a8b049 [ms-cxxabi] There are no key functions in the Microsoft C++ ABI by Reid Kleckner · 11 years ago
  45. 74caf01 Don't compute the visibility unless we really have to. by Rafael Espindola · 11 years ago
  46. dc07056 Check the linkage cache at every recursive step. by Rafael Espindola · 11 years ago
  47. 538bbe5 Patch to issue error when target of MacOS and iOS by Fariborz Jahanian · 11 years ago
  48. 5bbb058 Fix a crash when we were trying to compute the linkage too early. by Rafael Espindola · 11 years ago
  49. e832854 Propagate VisibleNoLinkage down to class members. by Rafael Espindola · 11 years ago
  50. 24639c4 use getLVForDecl for consistency. by Rafael Espindola · 11 years ago
  51. bdf2bba Fix the linkage of local types in inline VisibleNoLinkage functions. by Rafael Espindola · 11 years ago
  52. 88ce12a Move 3 helper function to Linkage.h by Rafael Espindola · 11 years ago
  53. a99ecbc Fix linkage computation for derived types in inline functions. by Rafael Espindola · 11 years ago
  54. 9779fdd Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 11 years ago
  55. d3bb9ff Fix printing CXXTemporaryObjectExpr with default args. by Rafael Espindola · 11 years ago
  56. e565bfa Fix bitcode desynchronization when loading a PCH containing a class template by Richard Smith · 11 years ago
  57. 5705f21 PR14772: Support constant expression evaluation for _Atomic types. by Richard Smith · 11 years ago
  58. 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
  59. 5fc764a Remove unused #include <map> by Reid Kleckner · 11 years ago
  60. f0219cd Use StringMap in MicrosoftMangle to resolve FIXME. by Reid Kleckner · 11 years ago
  61. bdaeaed PR16090: C++1y: treat undeduced 'auto' as a literal type, so that constexpr by Richard Smith · 11 years ago
  62. 0a74a4c In -ast-dump, only dump comments when dumping the actual Decl to which they by Richard Smith · 11 years ago
  63. dbed7cc doc. parsing. HeaderDoc documentaton allows use of by Fariborz Jahanian · 11 years ago
  64. 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
  65. fa047c5 Removed invalid character. by Serge Pavlov · 11 years ago
  66. b9fdfb5 [analyzer] "Fix" ParentMap to handle non-syntactic OpaqueValueExprs. by Jordan Rose · 11 years ago
  67. bb51899 Revert "[analyzer; alternate edges] improve support for edges with PseudoObjectExprs." by Jordan Rose · 11 years ago
  68. ac8b151 Handle local enum types too. by Rafael Espindola · 11 years ago
  69. e9aae62 [analyzer; alternate edges] improve support for edges with PseudoObjectExprs. by Ted Kremenek · 11 years ago
  70. 7a9f7c7 A little ArrayRef'ization. by Richard Smith · 11 years ago
  71. c077dbe AST dumping: if a declaration has an uncomputed or uninstantiated exception specification, include that in the dump. by Richard Smith · 11 years ago
  72. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  73. c45c8dd Tidy up now that PointerUnion has an operator== that works. by Richard Smith · 11 years ago
  74. 1229e20 Fix pr15930. by Rafael Espindola · 11 years ago
  75. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  76. 1069b73 Add static_cast to assertion to silence sign/unsigned comparison warning. by Richard Trieu · 11 years ago
  77. 910f17e When computing the size of large arrays, use char units instead of bits. by Richard Trieu · 11 years ago
  78. e7e94c9 Fix clang -Werror build due to -Wreorder violation introduced in r181825 by David Blaikie · 11 years ago
  79. 17828ca Provide operator<< for stream output of DeclarationNames by David Blaikie · 11 years ago
  80. d6a08d1 [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64 by Reid Kleckner · 11 years ago
  81. f039e3e Suppress bogus "use of undefined constexpr function" error if the function body by Richard Smith · 11 years ago
  82. 1071b9f Suppress GCC warning for no return after covered switch, and remove some by Richard Smith · 11 years ago
  83. fbff0c4 Objective-C error recovery. This patch makes a quick by Fariborz Jahanian · 11 years ago
  84. 77b5025 Fix a gcc warning. by Rafael Espindola · 11 years ago
  85. 6af701f OpenMP threadprivate with qualified names. by Alexey Bataev · 11 years ago
  86. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  87. d248e58 Fix stack overflow in linkage computation when a function with a deduced return by Richard Smith · 11 years ago
  88. 284b3cb C++1y: support for 'switch' statements in constexpr functions. This is somewhat by Richard Smith · 11 years ago
  89. 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
  90. 2ad77cd Allocate memory for the new number of subexpressions. Fixup for r181572 by Dmitri Gribenko · 11 years ago
  91. 15f92ba Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 11 years ago
  92. 27365ee ArrayRef'ize ShuffleVectorExpr::setExprs by Dmitri Gribenko · 11 years ago
  93. f1e08ac Debug Info: include address-of ('&') operator and qualified names in template argument lists by David Blaikie · 11 years ago
  94. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  95. f4030ae [doc parsing]: make single character command impostures warn in pedantic mode. by Fariborz Jahanian · 11 years ago
  96. 5cd4c41 [doc parsing]: So, in this patch, single character by Fariborz Jahanian · 11 years ago
  97. 9d6b1cb [doc parsing]: don't attempt to fix single character by Fariborz Jahanian · 11 years ago
  98. 6391ea2 Implement C++1y constant initializer rules: in a constant initializer for an by Richard Smith · 11 years ago
  99. d7ceab3 Objective-C: Correctly encode 'retain' and 'copy' for readonly properties. by Nico Weber · 11 years ago
  100. ad91e54 [doc parsing]: Also do typo correction for by Fariborz Jahanian · 11 years ago