1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 2434dcf Merging r196454: by Bill Wendling · 11 years ago
  9. f0cc19f Merging r195163: by Bill Wendling · 11 years ago
  10. d1fa81c Warn on duplicate function specifier by Serge Pavlov · 11 years ago
  11. 7121bdb [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 11 years ago
  12. d1a32c3 [ms-cxxabi] Fix the calling convention for operator new in records by Reid Kleckner · 11 years ago
  13. fad9e13 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  14. 152b4e4 Revert "Implement a rudimentary form of generic lambdas." by Manuel Klimek · 11 years ago
  15. ecb5819 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  16. a38253c PR5066: If a declarator cannot have an identifier, and cannot possibly be by Richard Smith · 11 years ago
  17. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  18. 3e3d20b "bool" should be a context-sensitive keyword in Altivec mode. by Bill Schmidt · 11 years ago
  19. 0a664b8 C++1y n3648: parse and reject init-captures for now. by Richard Smith · 11 years ago
  20. dc17384 In VarDecl nodes, store the thread storage class specifier as written. by Enea Zaffanella · 11 years ago
  21. 14f78f4 Separate out and special-case the diagnostic for 'auto' in a by Richard Smith · 11 years ago
  22. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  23. ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 11 years ago
  24. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  25. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  26. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  27. 4cf4a5e Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. by Richard Smith · 11 years ago
  28. e462c60 Silence anonymous type in anonymous union warnings. by Eric Christopher · 11 years ago
  29. 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 11 years ago
  30. b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 11 years ago
  31. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 11 years ago
  32. 3a2b7a1 Finish semantic analysis for [[carries_dependency]] attribute. by Richard Smith · 11 years ago
  33. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 11 years ago
  34. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 11 years ago
  35. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  36. 4e24f0f s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 11 years ago
  37. 22aa690 Remove unused arguments and rename to conform to coding standards. by Chad Rosier · 12 years ago
  38. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  39. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  40. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  41. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  42. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  43. 30a2e16 Sort #include lines for all files under include/... by Chandler Carruth · 12 years ago
  44. 52b501c Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertains to a friend declaration, that declaration shall be a definition. by Michael Han · 12 years ago
  45. 66cff72 Provide the correct mangling and linkage for certain unnamed nested classes. by David Blaikie · 12 years ago
  46. d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
  47. 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
  48. f56faa0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Dmitri Gribenko · 12 years ago
  49. d11aa85 Address a long-standing FIXME: remove an unused copy constructor and make by Dmitri Gribenko · 12 years ago
  50. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  51. f66a0dd Handle deprecation diagnostics correctly for C struct fields and Objective-C properties/ivars. <rdar://problem/6642337>. by Eli Friedman · 12 years ago
  52. b9c6261 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 12 years ago
  53. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
  54. 42926a0 Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11 by Richard Smith · 12 years ago
  55. 4ae383f Documentation cleanup: by James Dennett · 12 years ago
  56. 54655be If parsing a trailing-return-type fails, don't pretend we didn't have one at by Richard Smith · 12 years ago
  57. e2010ee Inline a trivial clear() method. by Benjamin Kramer · 12 years ago
  58. a058fd4 Revert most of r154844, which was disabled in r155975. Keep around the by Richard Smith · 12 years ago
  59. 74e2fc3 Implement the last part of C++ [class.mem]p2, delaying the parsing of by Douglas Gregor · 12 years ago
  60. 5a5a971 For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is by Richard Smith · 12 years ago
  61. 52f10d5 Don't try to parse a malformed parameter list after a constructor or operator by Richard Smith · 12 years ago
  62. 7796eb5 Fix parsing of trailing-return-type. Types are syntactically prohibited from by Richard Smith · 12 years ago
  63. 69730c1 Fix parsing of type-specifier-seq's. Types are syntactically allowed to be by Richard Smith · 12 years ago
  64. aa49a7d [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY. by Daniel Dunbar · 12 years ago
  65. 3d4144f [AST/Sema] Add {CXXBaseSpecifier,Declarator,DeclSpec,TypeLoc,UnqualifiedId}::getLoc{Start,End}. by Daniel Dunbar · 12 years ago
  66. 0635aa7 Accept braced-init-lists in conditions, and, in passing, dramatically improve by Richard Smith · 12 years ago
  67. a736524 Implement support for lambda capture pack expansions, e.g., by Douglas Gregor · 12 years ago
  68. 3ac109c Allow implicit capture of 'this' in a lambda even when the capture by Douglas Gregor · 12 years ago
  69. 01d0801 Introduce basic ASTs for lambda expressions. This covers: by Douglas Gregor · 12 years ago
  70. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 12 years ago
  71. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 12 years ago
  72. 7984de3 Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: by Richard Smith · 12 years ago
  73. cb7709c PR10828: Produce a warning when a no-arguments function is declared in block by Richard Smith · 12 years ago
  74. f88c400 Add an explicit LambdaExprContext to Declarator, to parallel BlockLiteralContext. Use it to ensure semantic analysis of types isn't confused by the lack of a type specifier. by Eli Friedman · 12 years ago
  75. 45fa560 When we notice that a member function is defined with "= delete" or "= by Douglas Gregor · 13 years ago
  76. 43f5103 Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! by Douglas Gregor · 13 years ago
  77. aa4a99b Provide half floating point support as a storage only type. by Anton Korobeynikov · 13 years ago
  78. 2c712f5 Move some bool flags out of function parameter lists. by Kaelyn Uhrain · 13 years ago
  79. b001de7 Support for C1x _Atomic specifier (see testcase). This is primarily being committed at the moment to help support C++0x <atomic>, but it should be a solid base for implementing the full specification of C1x _Atomic. by Eli Friedman · 13 years ago
  80. b8b0e75 OpenCL: add a non-standard extension, cl_clang_storage_class_specifiers, by Peter Collingbourne · 13 years ago
  81. cdda47f Parse attributes written in an ObjC method parameter type as by John McCall · 13 years ago
  82. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  83. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  84. 8d267c5 Modules: introduce the __module_private__ declaration specifier, which by Douglas Gregor · 13 years ago
  85. ae7902c Parsing of C++0x lambda expressions, from John Freeman with help from by Douglas Gregor · 13 years ago
  86. 686775d now that we have a centralized place to do so, add some using declarations for by Chris Lattner · 13 years ago
  87. 51e11f7 Use the zero from the correct enumeration when initializing this variable. by Richard Smith · 13 years ago
  88. 90ebed0 Add 'mutable' to the function declarator chunk, to be used when by Douglas Gregor · 13 years ago
  89. 98a5403 Fix a bug where a local variable named 'self' is causing by Fariborz Jahanian · 13 years ago
  90. 9dc71d2 Fixed enum types can be complete without actually being valid to use by John McCall · 13 years ago
  91. 17b6399 Introduce Declarator::ObjCCatchContext, this will result in correct error for 'auto' in obj-c catch. by Argyrios Kyrtzidis · 13 years ago
  92. 0b8c98f Introduce Declarator::CXXNewContext and remove 'AutoAllowedInTypeName' parameter by Argyrios Kyrtzidis · 13 years ago
  93. 555f57e When deciding how to parse "= something" as part of a member by Douglas Gregor · 13 years ago
  94. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  95. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  96. 45937ae Restore 'atomic' as an attribute of objc properties. by Fariborz Jahanian · 13 years ago
  97. b92003b Remove 'atomic' as a property attribute keyword. by Fariborz Jahanian · 13 years ago
  98. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 13 years ago
  99. db5d44b Implement __underlying_type for libc++. by Sean Hunt · 13 years ago
  100. 7604f64 Ignore const/volatile/restrict qualifiers on anonymous structs and by Douglas Gregor · 13 years ago