1. 77b5025 Fix a gcc warning. by Rafael Espindola · 11 years ago
  2. 6af701f OpenMP threadprivate with qualified names. by Alexey Bataev · 11 years ago
  3. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  4. d248e58 Fix stack overflow in linkage computation when a function with a deduced return by Richard Smith · 11 years ago
  5. 284b3cb C++1y: support for 'switch' statements in constexpr functions. This is somewhat by Richard Smith · 11 years ago
  6. 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
  7. 2ad77cd Allocate memory for the new number of subexpressions. Fixup for r181572 by Dmitri Gribenko · 11 years ago
  8. 15f92ba Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 11 years ago
  9. 27365ee ArrayRef'ize ShuffleVectorExpr::setExprs by Dmitri Gribenko · 11 years ago
  10. f1e08ac Debug Info: include address-of ('&') operator and qualified names in template argument lists by David Blaikie · 11 years ago
  11. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  12. f4030ae [doc parsing]: make single character command impostures warn in pedantic mode. by Fariborz Jahanian · 11 years ago
  13. 5cd4c41 [doc parsing]: So, in this patch, single character by Fariborz Jahanian · 11 years ago
  14. 9d6b1cb [doc parsing]: don't attempt to fix single character by Fariborz Jahanian · 11 years ago
  15. 6391ea2 Implement C++1y constant initializer rules: in a constant initializer for an by Richard Smith · 11 years ago
  16. d7ceab3 Objective-C: Correctly encode 'retain' and 'copy' for readonly properties. by Nico Weber · 11 years ago
  17. ad91e54 [doc parsing]: Also do typo correction for by Fariborz Jahanian · 11 years ago
  18. abbfa67 Turn off a warning caused by my last patch. by Fariborz Jahanian · 11 years ago
  19. 0089bc4 documentation parsing. Patch to do typo correction for by Fariborz Jahanian · 11 years ago
  20. 2fca802 Fix one FIXME in VTableBuilder by Timur Iskhodzhanov · 11 years ago
  21. e756563 C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. by Richard Smith · 11 years ago
  22. a49a7fe C++1y constant expression evaluation: compound assignment support for floating-point and pointer types. by Richard Smith · 11 years ago
  23. 28b34d8 Fix crash on invalid in template type diffing. by Richard Trieu · 11 years ago
  24. d20afcb C++1y constant expression evaluation: support for compound assignments on integers. by Richard Smith · 11 years ago
  25. a8942d7 C++1y: an assignment operator is implicitly 'constexpr' if it would only call 'constexpr' assignment operators for a literal class type. by Richard Smith · 11 years ago
  26. 993f43f Grab-bag of bit-field fixes: by John McCall · 11 years ago
  27. b840921 by Ulrich Weigand · 11 years ago
  28. 6b20351 by Ulrich Weigand · 11 years ago
  29. dbce2c6 Add llvm_unreachable at end of fully covered switch by Hans Wennborg · 11 years ago
  30. 10f6f06 Require the containing type to be complete when we see __alignof__ of a field. by John McCall · 11 years ago
  31. 692eafd C++1y: support range-based for loops in constant expressions. by Richard Smith · 11 years ago
  32. ce61715 C++1y: support 'for', 'while', and 'do ... while' in constant expressions. by Richard Smith · 11 years ago
  33. 5528ac9 C++1y: support for increment and decrement in constant expression evaluation. by Richard Smith · 11 years ago
  34. b476a14 Factor out duplication between lvalue-to-rvalue conversions and variable by Richard Smith · 11 years ago
  35. d8ffd0b Make all 'is in extern "C"' tests use the lexical context. by Rafael Espindola · 11 years ago
  36. 5543169 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 11 years ago
  37. f973424 Reverting r181004 since it has broken test/Sema/wchar.c. by Aaron Ballman · 11 years ago
  38. dc17384 In VarDecl nodes, store the thread storage class specifier as written. by Enea Zaffanella · 11 years ago
  39. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 11 years ago
  40. 9fd6b8f Implement template support for CapturedStmt by Wei Pan · 11 years ago
  41. cd904e8 Added a function to check whether a Decl is in by Sean Callanan · 11 years ago
  42. efa78d1 [doc parsing]: Make warning about unknown command by Fariborz Jahanian · 11 years ago
  43. ad6fd9f [Doc parsing] Provide diagnostics for unknown documentation by Fariborz Jahanian · 11 years ago
  44. 2f72900 Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consistency with ObjCInterfaceDecl::getSuperClassLoc() by Argyrios Kyrtzidis · 11 years ago
  45. dc5be4f Serialization for captured statements by Ben Langmuir · 11 years ago
  46. 8c045ac Move CapturedStmt parameters to CapturedDecl by Ben Langmuir · 11 years ago
  47. 634c563 Keep track of an @implementation's super class name location, if one was provided. by Argyrios Kyrtzidis · 11 years ago
  48. 000817b Micro-optimization: check the overloaded operator kind before by John McCall · 11 years ago
  49. 6f464bb Support __wchar_t in -fms-extensions and -fms-compatibility modes. by Hans Wennborg · 11 years ago
  50. f5ebf9b Correctly emit certain implicit references to 'self' even within a lambda. by John McCall · 11 years ago
  51. aeeacf7 Move parsing of identifiers in MS-style inline assembly into by John McCall · 11 years ago
  52. 4857fdc [document parsing]: support c++11 type aliases by Fariborz Jahanian · 11 years ago
  53. a3ae52b [documenting declaration]: Remove arc liftime qualifiers by Fariborz Jahanian · 11 years ago
  54. 28fff53 Fix spurious trailing comma when printing some of the __c11_atomic_* builtins. Patch by Joe Sprowes! by Richard Smith · 11 years ago
  55. a07a6c3 PR15884: In the 'taking the address of a temporary' extension, materialize the by Richard Smith · 11 years ago
  56. db1519a [ObjC declaration documentation] declaration of by Fariborz Jahanian · 11 years ago
  57. dc7a4f5 Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there by Richard Smith · 11 years ago
  58. 91efca0 documenttion parsing. Provide a c-index test by Fariborz Jahanian · 11 years ago
  59. fff418b In the ASTImporter, when checking whether two by Sean Callanan · 11 years ago
  60. 888d345 Move helper classes into anonymous namespaces. by Benjamin Kramer · 11 years ago
  61. 622bb4a document parsing. When a sub-class (c++ Objective-C) missing by Fariborz Jahanian · 11 years ago
  62. 002f928 Comment parsing: -fparse-all-comments: recognize empty line comments by Dmitri Gribenko · 11 years ago
  63. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  64. bebf5b1 C++1y: support simple variable assignments in constexpr functions. by Richard Smith · 11 years ago
  65. e5e575d Add r180263 back, but fix hasBraces() to be correct during parsing. by Rafael Espindola · 11 years ago
  66. d247842 Revert r180263. It's causing failures. by Bill Wendling · 11 years ago
  67. f3f0f35 Objective-C: This is a small modification to my by Fariborz Jahanian · 11 years ago
  68. f49d9c9 Fix a case in linkage computation that should check for single line extern "C". by Rafael Espindola · 11 years ago
  69. 65dfa2b Don't mark 'extern "C" void f(void)' as having extern storage class. by Rafael Espindola · 11 years ago
  70. b70d1c3 [ms-cxxabi] Fix a number of bugs in the mangler. by Peter Collingbourne · 11 years ago
  71. c775b1a Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 11 years ago
  72. a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 12 years ago
  73. 99ad359 Fix array constant expression evaluation bug: we can have different values for by Richard Smith · 12 years ago
  74. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 12 years ago
  75. b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 12 years ago
  76. 3a58912 Comment parsing: simplify code. As a side effect, this also silences GCC's by Dmitri Gribenko · 12 years ago
  77. 099ecfb [document parsing]: When tag declaration (but not definition!) by Fariborz Jahanian · 12 years ago
  78. 673c5d5 Correct the range returned by ParmVarDecl::getSourceRange(), for parameters in ObjC methods with postfix types. by Argyrios Kyrtzidis · 12 years ago
  79. e7a7772 Use the extra info in global method pool to speed up looking for ObjC overridden methods. by Argyrios Kyrtzidis · 12 years ago
  80. 685d104 In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden_methods_end directly. by Argyrios Kyrtzidis · 12 years ago
  81. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 12 years ago
  82. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 12 years ago
  83. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 12 years ago
  84. 77670f1 Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()." by Argyrios Kyrtzidis · 12 years ago
  85. 90cc390 Remove hasExternalLinkageUncached. by Rafael Espindola · 12 years ago
  86. 72fdc89 Fix the storage class of method instantiations. by Rafael Espindola · 12 years ago
  87. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 12 years ago
  88. 175c8e2 Speed-up ObjCMethodDecl::getOverriddenMethods(). by Argyrios Kyrtzidis · 12 years ago
  89. a3609b0 [ms-cxxabi] Implement member pointer emission and dereferencing by Reid Kleckner · 12 years ago
  90. 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 12 years ago
  91. 6fd7d30 Add an option to parse all comments as documentation comments by Dmitri Gribenko · 12 years ago
  92. 0baaabb Don't crash when mangling types defined in ObjC class extensions. by John McCall · 12 years ago
  93. cb5949d [ms-cxxabi] Add "$$C" when mangling template arg QualTypes by Reid Kleckner · 12 years ago
  94. 109f5fc <rdar://problem/12806802> Propagate access specifiers for conversion functions to the conversion function set eagerly. by Douglas Gregor · 12 years ago
  95. a83297b Make helpers static & 80 cols. by Benjamin Kramer · 12 years ago
  96. c855ce7 Add hasExternalLinkageUncached back with the test that Richard provided, but by Rafael Espindola · 12 years ago
  97. 6a7664c Avoid computing the linkage instead of avoiding caching it. by Rafael Espindola · 12 years ago
  98. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 12 years ago
  99. d2615cc Add 178663 back. by Rafael Espindola · 12 years ago
  100. 4f8a3eb Revert 178663. by Rafael Espindola · 12 years ago