1. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  2. a08fcb8 Make -Wignored-qualifiers point to the first ignored qualifier. by Hans Wennborg · 13 years ago
  3. 36f255c Improve the instantiation of static data members in by Douglas Gregor · 13 years ago
  4. f15748a When performing template argument deduction given a function argument by Douglas Gregor · 13 years ago
  5. e4d645c Enhance Clang to start instantiating static data member definitions by Chandler Carruth · 13 years ago
  6. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 13 years ago
  7. 9625e44 It's considered poor form to create references to the overloaded by Douglas Gregor · 13 years ago
  8. db5d44b Implement __underlying_type for libc++. by Sean Hunt · 13 years ago
  9. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  10. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  11. 414d896 Implement ARM pcs attribute. Basically it's another way of calling convention selection (AAPCS or by Anton Korobeynikov · 13 years ago
  12. fb8721c Simplify calling CheckPlaceholderExpr, converge on it in a few places, by John McCall · 13 years ago
  13. a5fc472 Fix a bunch of major problems with __unknown_anytype and properly test by John McCall · 13 years ago
  14. a49218e PR8369: make __attribute((regparm(0))) work correctly. Original patch by by Eli Friedman · 13 years ago
  15. 429bb27 Use ExprResult& instead of Expr *& in Sema by John Wiegley · 13 years ago
  16. 7ea2193 Properly move attributes to the decl spec when applying them there. by John McCall · 13 years ago
  17. 0b7e678 Insomniac refactoring: change how the parser allocates attributes so that by John McCall · 13 years ago
  18. c05a94b Call out ObjC parameter types as a different kind of declarator context by John McCall · 13 years ago
  19. 148f1f7 Only objects are declared const by a constexpr specifier, per C++0x [dcl.constexpr]p9 by Peter Collingbourne · 13 years ago
  20. 207f4d8 Add support for language-specific address spaces. On top of that, by Peter Collingbourne · 13 years ago
  21. 0daaf32 Use ElaboratedType also for C. by Abramo Bagnara · 13 years ago
  22. 8999fe1 Make deallocation functions implicitly noexcept in C++0x. by Sebastian Redl · 13 years ago
  23. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 13 years ago
  24. 796aa44 Forgotten part of previous commit. by Abramo Bagnara · 13 years ago
  25. 1e15394 Fix PR9453 by not trying to print a warning about ignored qualifiers by Rafael Espindola · 13 years ago
  26. 91ce2c4 Fixed class type generation for MemberPointerType. by Abramo Bagnara · 13 years ago
  27. eecf5fa Add a bit to ParmVarDecl indicating whether the parameter undergoes by John McCall · 13 years ago
  28. 1598797 Fixed isEmbeddedInDeclarator flag loading. by Abramo Bagnara · 13 years ago
  29. 834e3f6 Fix my earlier commit to work with escaped newlines and leave breadcrumbs by John McCall · 13 years ago
  30. 2792fa5 objc_gc wants a pointer type, not a function type; give it a more appropriate by John McCall · 13 years ago
  31. fd9c42e Used a nicer cast. by Abramo Bagnara · 13 years ago
  32. 8b5b409 Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. by Sebastian Redl · 13 years ago
  33. 708a866 Revert r127112, "Propagate new-style exception spec information to ExtProtoInfo." by NAKAMURA Takumi · 13 years ago
  34. 06bfa84 Propagate new-style exception spec information to ExtProtoInfo. by Sebastian Redl · 13 years ago
  35. 6e5d319 Propagate new-style exception spec information to Declarator. by Sebastian Redl · 13 years ago
  36. b6ab6c1 Improved MemberPointerType source locations. by Abramo Bagnara · 13 years ago
  37. 14aa217 Make AttributedTypes for GC-qualified types and fix some miscellaneous by John McCall · 14 years ago
  38. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 14 years ago
  39. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 14 years ago
  40. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 14 years ago
  41. fff9513 When digging into a cv-qualified return type that is a pointer type to by Douglas Gregor · 14 years ago
  42. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 14 years ago
  43. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 14 years ago
  44. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 14 years ago
  45. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
  46. 14aba76 Teach NestedNameSpecifier to keep track of namespace aliases the same by Douglas Gregor · 14 years ago
  47. d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 14 years ago
  48. 8110f04 In Objective-C, there are no trailing return types, so don't produce diagnostics suggesting they are missing. by Richard Smith · 14 years ago
  49. e7397c6 Fix a few auto-related issues: by Richard Smith · 14 years ago
  50. ddc83f9 C++0x's deduced auto is illegal in typedefs. by Richard Smith · 14 years ago
  51. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  52. 39d3e7a OpenCL: semantic analysis support for cl_khr_fp64 extension by Peter Collingbourne · 14 years ago
  53. da26379 dgregor accidentally killed this assert, but on investigation, it can fire by John McCall · 14 years ago
  54. 8ef6c8c Improve our uniquing of file entries when files are re-saved or are by Douglas Gregor · 14 years ago
  55. 683a81f Implement the suggested resolution to core issue 547, extended to also by Douglas Gregor · 14 years ago
  56. 944aa60 Cope with parenthesized function declarators when emitting a by Douglas Gregor · 14 years ago
  57. c938c16 Rvalue references for *this: by Douglas Gregor · 14 years ago
  58. 83f5172 Rvalue references for *this: parse ref-qualifiers. by Douglas Gregor · 14 years ago
  59. a4356ad Correct r124242 making sure function chunk that gets diagnosed is really about the block. by Argyrios Kyrtzidis · 14 years ago
  60. ce95566 Diagnose calling convention attribute incompatibilities. Fixes rdar://8876096. by Argyrios Kyrtzidis · 14 years ago
  61. 9865044 Change error "function cannot return array type" -> "blocks cannot return array type" when blocks are involved. by Argyrios Kyrtzidis · 14 years ago
  62. c21c7e9 Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually by Douglas Gregor · 14 years ago
  63. 69d8316 Add some tests for reference-collapsing and referencing binding by Douglas Gregor · 14 years ago
  64. 5ce5f52 Downgrade the "variadic templates are a C++0x feature" error to an by Douglas Gregor · 14 years ago
  65. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  66. cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 14 years ago
  67. ae278a3 Slight bugfix to the attribute-distribution logic for GC attributes. by John McCall · 14 years ago
  68. 07fa2fa Fix the -Asserts build. by John McCall · 14 years ago
  69. 711c52b Refactor the application of type attributes so that attributes from by John McCall · 14 years ago
  70. b2b5cc0 Enhance the diagnostic for negative array sizes to include the by Chandler Carruth · 14 years ago
  71. 7f040a9 Refactor how we collect attributes during parsing, and add slots for attributes by John McCall · 14 years ago
  72. 10738d3 Add an AST representation for non-type template parameter packs, e.g., by Douglas Gregor · 14 years ago
  73. a8bc8c9 Implement parsing of function parameter packs and non-type template by Douglas Gregor · 14 years ago
  74. e6a365d Motions towards simplifying how we deal with attribute-qualified function types. by John McCall · 14 years ago
  75. 5e3c67b Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital by John McCall · 14 years ago
  76. 373920b Improve some comments, shrink FunctionType::ExtInfo, and fix a bug found by John McCall · 14 years ago
  77. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  78. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  79. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  80. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  81. eb0eb49 Use TypeAlignment constant rather than fixed alignment of 8 by Douglas Gregor · 14 years ago
  82. 253e80b Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661. by Nico Weber · 14 years ago
  83. 916c870 Add an ExternalASTSource hook to complete a type on demand. by John McCall · 14 years ago
  84. 4211bb6 Add support for "neon_vector_type" and "neon_polyvector_type" attributes by Bob Wilson · 14 years ago
  85. 56affbc Fix a comment typo. by Bob Wilson · 14 years ago
  86. e86d78c Add a variant of GCC-style vector types for ARM NEON. by Bob Wilson · 14 years ago
  87. 613ef3d Uncomputable contexts are always records but can exist. by John McCall · 14 years ago
  88. 708f3b8 Make sure that we diagnose invalid qualifiers on friend functions. by Douglas Gregor · 14 years ago
  89. 008df5d Whoops. This really shouldn't compile in clang, either. by John McCall · 14 years ago
  90. 1e030eb Perform range restrictions on regparm when applied to a type and not a decl. by John McCall · 14 years ago
  91. 2a984ca Add some infrastructure for dealing with expressions of 'placeholder' type, by John McCall · 14 years ago
  92. 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
  93. 730e175 Issue deprecated warning when typeof uses typedef by Fariborz Jahanian · 14 years ago
  94. aca7f7b Ue TagType, added a FIXME. Per John's comment. by Fariborz Jahanian · 14 years ago
  95. 2b1d51b Issue deprecated warning when typeof uses an expression of deprecated type. by Fariborz Jahanian · 14 years ago
  96. dab60ad Implement the C++0x "trailing return type" feature, e.g., by Douglas Gregor · 14 years ago
  97. 47423bd Don't crash on _Imaginary. by Argyrios Kyrtzidis · 14 years ago
  98. 56a965c Reverse r113397 until we decide what to do with by Fariborz Jahanian · 14 years ago
  99. d187795 Fix a crash when overloading id with objc_object*. Radar 8400356. by Fariborz Jahanian · 14 years ago
  100. 52fc314 Add symantic support for the Pascal calling convention via by Dawn Perchik · 14 years ago