1. b1f3968 Remove 'new' from virt-specifier since it's going to be removed in the next C++0x draft by Anders Carlsson · 13 years ago
  2. 0b7e678 Insomniac refactoring: change how the parser allocates attributes so that by John McCall · 13 years ago
  3. c05a94b Call out ObjC parameter types as a different kind of declarator context by John McCall · 13 years ago
  4. 0a0d2b1 Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 13 years ago
  5. 97d2d2e Merge with clang upstream r127980 (Mar 20th 2011) by Logan Chien · 13 years ago
  6. 614f96a Migrate 'PrettySTackTraceParserEntry' object out of Parser, and have it constructed within ParseAST. This avoids double crashes by Ted Kremenek · 13 years ago
  7. 8e02635 Merge with clang upstream r127869 (Mar 18th 2011) by Logan Chien · 13 years ago
  8. 207f4d8 Add support for language-specific address spaces. On top of that, by Peter Collingbourne · 13 years ago
  9. 934a571 Construct 'Sema' object on the stack, so that crash recovery can recovery it's associated resources without walking over dead stack space. by Ted Kremenek · 13 years ago
  10. 965fe84 Use CrashRecoveryContextCleanup objects to release resources associated with Sema during a crash while parsing. by Ted Kremenek · 13 years ago
  11. 0daaf32 Use ElaboratedType also for C. by Abramo Bagnara · 13 years ago
  12. c9977d0 Make sure that we always pop a function's scope *before* we call by Douglas Gregor · 13 years ago
  13. 18d8b79 Disable 'auto' type deduction in Objective-C. It likes 'id' a bit too by Douglas Gregor · 13 years ago
  14. 90ba78c Place duplicate argument declaration in in by Fariborz Jahanian · 13 years ago
  15. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 13 years ago
  16. 796aa44 Forgotten part of previous commit. by Abramo Bagnara · 13 years ago
  17. fadb53b Fixes for some more expressions containing function templateids that by Douglas Gregor · 13 years ago
  18. 6f4596c Implement a hack intended to allow Clang to parse libstdc++ 4.5's by Douglas Gregor · 13 years ago
  19. f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 13 years ago
  20. 27d7065 Merge with clang upstream (Nov 6th 2011) by Logan Chien · 13 years ago
  21. b77cab9 Clarify the context in which an Objective-C type name is being parsed by Douglas Gregor · 13 years ago
  22. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 13 years ago
  23. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 13 years ago
  24. 6e5d319 Propagate new-style exception spec information to Declarator. by Sebastian Redl · 13 years ago
  25. 6784304 Fixed LabelDecl source range and cleaned creation code. by Abramo Bagnara · 13 years ago
  26. 7acafd0 Parser support for noexcept specifications. by Sebastian Redl · 13 years ago
  27. 6cd9d4a Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType by Douglas Gregor · 13 years ago
  28. 21e006e Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. by Abramo Bagnara · 13 years ago
  29. 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 13 years ago
  30. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 13 years ago
  31. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 13 years ago
  32. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 13 years ago
  33. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 13 years ago
  34. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 13 years ago
  35. 640519e Fix some regressions in the GCC testsuite due to bad souce-location by Douglas Gregor · 13 years ago
  36. 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 13 years ago
  37. aa2187d When we encounter a dependent template name within a by Douglas Gregor · 13 years ago
  38. a02411e Eliminate a silly little Parse/Sema dance when parsing typename by Douglas Gregor · 13 years ago
  39. 053ec96 Merge with clang upstream Nov 10th 2010. by Logan · 13 years ago
  40. b17cb9e Make sure to give CXXScopeSpec::SetInvalid() a valid source by Douglas Gregor · 13 years ago
  41. c34348a Retain complete source-location information for C++ by Douglas Gregor · 13 years ago
  42. 9ddba32 Tweak the CXXScopeSpec API a bit, so that we require the by Douglas Gregor · 13 years ago
  43. 2e4c34a Teach CXXScopeSpec to handle the extension of a nested-name-specifier by Douglas Gregor · 13 years ago
  44. d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 13 years ago
  45. 55edca9 Better parser recovery when method is by Fariborz Jahanian · 13 years ago
  46. 12e3ece Provide Fixit warning when 'auto' is intended as storage by Fariborz Jahanian · 13 years ago
  47. 86f208c Enable enumeration types with a fixed underlying type, e.g., by Douglas Gregor · 13 years ago
  48. b907560 Fix a little bug in the handling of enumeration types with a fixed by Douglas Gregor · 13 years ago
  49. 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 13 years ago
  50. 6c6b0eb Turn on 'auto' in plain objc mode. by Fariborz Jahanian · 13 years ago
  51. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 13 years ago
  52. febb5b8 fix rdar://9024687, a crash on invalid that we used to silently ignore. by Chris Lattner · 13 years ago
  53. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 13 years ago
  54. 337e550 Switch labels over to using normal name lookup, instead of their by Chris Lattner · 13 years ago
  55. d9015ee The internal -fdump-record-layouts flag already dumps the layout when it was computed; no need to do so again at the end of the translation unit by Douglas Gregor · 13 years ago
  56. b72c778 Improve parser recovery in "for" statements, from Richard Smith! by Douglas Gregor · 13 years ago
  57. 4706e87 When Parser::ParseExpressionList isn't given a completer, fall back to by Douglas Gregor · 13 years ago
  58. afc4578 Implement a special code-completion pattern for "IBAction". Fixes by Douglas Gregor · 13 years ago
  59. 68e3c2e When code-completing within a list of declaration specifiers, by Douglas Gregor · 13 years ago
  60. 97d7ff0 When we encounter an Objective-C class name in an expression, followed by Douglas Gregor · 13 years ago
  61. eee1d54 When parsing an out-of-line member function declaration, we must delay by John McCall · 13 years ago
  62. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 13 years ago
  63. 321b817 Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions by Peter Collingbourne · 13 years ago
  64. e2f82f7 Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! by Peter Collingbourne · 13 years ago
  65. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 13 years ago
  66. 7f53253 Fix scoping of method declarations and issue by Fariborz Jahanian · 13 years ago
  67. bf36e25 Parse: add support for parsing CUDA kernel calls by Peter Collingbourne · 13 years ago
  68. 1e52dfc Support for objextive-c++ use of property-dot syntax as receiver by Fariborz Jahanian · 13 years ago
  69. 758afbc Fix a crash-on-invalid where we were trying to parse C++ constructs in by Douglas Gregor · 13 years ago
  70. 683a81f Implement the suggested resolution to core issue 547, extended to also by Douglas Gregor · 13 years ago
  71. dfaa5fb Allow Microsoft attributes in a constructor's parameter list. by Francois Pichet · 13 years ago
  72. 4867347 PR9037: Allow override, final, and new as an extension on inline members. by Nico Weber · 13 years ago
  73. 9f36113 Implement the Microsoft __is_convertible_to type trait, modeling the by Douglas Gregor · 13 years ago
  74. 1f38106 Improve the extension warning for the use of ref-qualifiers, to by Douglas Gregor · 13 years ago
  75. e3c7a7c Rvalue references for *this: tentative parsing and template argument deduction. by Douglas Gregor · 13 years ago
  76. 83f5172 Rvalue references for *this: parse ref-qualifiers. by Douglas Gregor · 13 years ago
  77. 16cf8f5 Downgrade the error about rvalue references to an extension warning by Douglas Gregor · 13 years ago
  78. 15e14a2 Get rid of [[hiding]], [[override]] and [[base_check]]. by Anders Carlsson · 13 years ago
  79. f89e042 Get rid of the [[final]] C++0x attribute. by Anders Carlsson · 13 years ago
  80. ce93a7c Accept the C++0x override control keywords as an extension in C++98. This is OK since the new syntax is unambiguous and can't be confused with C++98 syntax. If anyone disagrees, please shout! by Anders Carlsson · 13 years ago
  81. dfc2f10 Mark classes as final or explicit. Diagnose when a class marked 'final' is used as a base. by Anders Carlsson · 13 years ago
  82. cc54d59 Parse class-virt-specifier-seqs. by Anders Carlsson · 13 years ago
  83. 46127a9 More work on ClassVirtSpecifiers. by Anders Carlsson · 13 years ago
  84. f6a3ab0 Improve our parse recovery on 'case blah;' and 'default;'. by John McCall · 13 years ago
  85. 69d8316 Add some tests for reference-collapsing and referencing binding by Douglas Gregor · 13 years ago
  86. 69a8735 Pass the VirtSpecifiers along to Sema::ActOnCXXMemberDeclarator. by Anders Carlsson · 13 years ago
  87. 7eeb4ec Lazily initialize the 'final' and 'override' contextual keywords as suggested by Doug. by Anders Carlsson · 13 years ago
  88. 5ce5f52 Downgrade the "variadic templates are a C++0x feature" error to an by Douglas Gregor · 13 years ago
  89. 6952f1e Implement support for non-type template parameter packs whose type is by Douglas Gregor · 13 years ago
  90. 9ea416e Parse the optional semicolon after a C++ in-class member function by Douglas Gregor · 13 years ago
  91. 150e0ef Add build rules for clang executable. by Logan · 13 years ago
  92. dbee341 Add support for explicit constructor calls in Microsoft mode. For example: by Francois Pichet · 14 years ago
  93. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  94. b918d0f Convert "#pragma unused(...)" into tokens for the parser. by Argyrios Kyrtzidis · 14 years ago
  95. d6c4eb6 Remove dead code. by Anders Carlsson · 14 years ago
  96. b971dbd Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct. by Anders Carlsson · 14 years ago
  97. 1f3b6fd Begin work on supporting "N3206: Override control: Eliminating Attributes", from by Anders Carlsson · 14 years ago
  98. 4f3018e Make sure that we parse a '>>' that closes two template argument lists by Douglas Gregor · 14 years ago
  99. bc61bd8 When we're inside a functional cast, '>' is an operator. Fixes PR8912. by Douglas Gregor · 14 years ago
  100. cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 14 years ago