1. d2b43bf Add comment by Douglas Gregor · 14 years ago
  2. 21d53e1 When we're parsing template names as part of base-specifiers, we are by Douglas Gregor · 14 years ago
  3. d6d4fcf Unbreak the build by Douglas Gregor · 14 years ago
  4. 9ea9bdb Keep an explicit stack of function and block scopes, each element of by Douglas Gregor · 14 years ago
  5. 0022554 Robustify instantiation of templates when there are errors in the by Douglas Gregor · 14 years ago
  6. 2e0a715 Don't infinite-loop if TryAnnotateCXXScopeToken fails to annotate but doesn't by John McCall · 14 years ago
  7. 1b49242 pull some altivec stuff out of line. by Chris Lattner · 14 years ago
  8. b3a4e43 Implement PR6423 by using one token of lookahead to disambiguate by Chris Lattner · 14 years ago
  9. ddeea56 Add an overload of Preprocessor::getSpelling which takes a SmallVector and by Benjamin Kramer · 14 years ago
  10. 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 14 years ago
  11. edc9050 Restore the invariant that a nested-name-specifier can only contain by Douglas Gregor · 15 years ago
  12. 396a9f2 Make sure that we finish the DeclSpec when parsing a C++ by Douglas Gregor · 15 years ago
  13. 7754908 ActOnPseudoDestructorExpr now performs all semantic analysis for by Douglas Gregor · 15 years ago
  14. d4dca08 Rework parsing of pseudo-destructor expressions and explicit by Douglas Gregor · 15 years ago
  15. 11e8ce7 Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 15 years ago
  16. 33efe2f Retain attributes for K&R style parameter declarations. by Richard Pennington · 15 years ago
  17. 83c481a Early support for declaring ivars in class extensions. wip. by Fariborz Jahanian · 15 years ago
  18. b10cd04 Implement support for parsing pseudo-destructor expression with a nested-name-specifier, e.g., by Douglas Gregor · 15 years ago
  19. 3c3aaf9 Only parse C++0x attribute specifiers in declarators when in C++0x by Douglas Gregor · 15 years ago
  20. 9e04935 Allow GNU attributes to appear in an Objective-C method declaration by Ted Kremenek · 15 years ago
  21. 31c780d Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to by Ted Kremenek · 15 years ago
  22. efbddd2 Add IBAction attribute to keep the IBOutlet attribute company. by Ted Kremenek · 15 years ago
  23. 124b878 Improve parsing and instantiation of destructor names, so that we can by Douglas Gregor · 15 years ago
  24. e0097db Issue a bettter diagnostics for incorrect property setter name. (radar 7647953). by Fariborz Jahanian · 15 years ago
  25. 23e907a Improve the diagnostic given when referring to a tag type without a tag (in C) by John McCall · 15 years ago
  26. 1e37765 Clean up ownership of 'AttributeList' objects in Parser. Apparently by Ted Kremenek · 15 years ago
  27. 39d6711 When placing an annotation token over an existing annotation token, make sure that the new token's range extends to the end of the old token. Assert that in AnnotateCachedTokens. Fixes PR6248. by Sebastian Redl · 15 years ago
  28. 63a0113 Fix assertion failure when parsing linkage specifications (PR5921), by Douglas Gregor · 15 years ago
  29. 2a3503d Add attributes to namespace decls. by Anders Carlsson · 15 years ago
  30. ae4c77d When we're parsing an expression that may have looked like a by Douglas Gregor · 15 years ago
  31. 8047f17 Revert the unused TST_pixel entry from r95335 as it is not listed in the Sema by Chandler Carruth · 15 years ago
  32. 82287d1 First stage of adding AltiVec support by John Thompson · 15 years ago
  33. d9bafa7 In some contexts, type declarations cannot occur. Pass this information down to ParseClassSpecifier, to make its decision easier. Fixes PR6200. by Sebastian Redl · 15 years ago
  34. c2e1c1a Declarators can have grouping parens. This fixes rdar://7608537. by Chris Lattner · 15 years ago
  35. 16acfee fix PR6216 by Chris Lattner · 15 years ago
  36. d219a3a Simplify setting of DeclContext for @catch variable (per Doug's comment). by Fariborz Jahanian · 15 years ago
  37. 2f764f1 Fix DeclContext of an objective-c @catch variable by Fariborz Jahanian · 15 years ago
  38. 99c9520 the declspec of a declaration can have storage-class specifiers, by Chris Lattner · 15 years ago
  39. 4ed5d91 Implement PR6180, substantially improving the diagnostics we get from by Chris Lattner · 15 years ago
  40. ae50d50 improve diagnostics for C++ struct ; issues. Before: by Chris Lattner · 15 years ago
  41. 3e156ad improve diagnostics on missing ; in a struct. Before: by Chris Lattner · 15 years ago
  42. 9db7dbb Rework base and member initialization in constructors, with several by Douglas Gregor · 15 years ago
  43. ff93dbd Use IdentifierInfo * instead of std::string for the AsmStmt names. by Anders Carlsson · 15 years ago
  44. 841d5e6 Fixit to remove 'volatile' in file-scope 'asm volatile'. by John McCall · 15 years ago
  45. 7a6ae74 Warn on top-level 'asm volatile' (instead of misparsing it). by John McCall · 15 years ago
  46. b988f9c Move the type specifier location for elaborated-type-specifiers from by Douglas Gregor · 15 years ago
  47. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 15 years ago
  48. 7e52de4 fix PR6034, a crash on invalid where the switch stack would get unbalanced. by Chris Lattner · 15 years ago
  49. 92f8831 Implement elementary access control. by John McCall · 15 years ago
  50. 046c227 allow the HandlerComment callback to push tokens into the by Chris Lattner · 15 years ago
  51. ddf889a Improve source-location information for builtin TypeLocs, from Enea by Douglas Gregor · 15 years ago
  52. 26997fd While determining when to parse inline member functions of a class, by Douglas Gregor · 15 years ago
  53. 18df52b Keep track of the source locations for each protocol reference in by Douglas Gregor · 15 years ago
  54. c38c3e1 Code-completion for @public, @protected, @private, @package. by Douglas Gregor · 15 years ago
  55. b6ac245 Whenever completing ordinary names for an Objective-C source, also by Douglas Gregor · 15 years ago
  56. cfb708c Add type source information for both kinds of typeof types. by John McCall · 15 years ago
  57. 0efc2c1 Reimplement constructor declarator parsing to cope with template-ids by Douglas Gregor · 15 years ago
  58. 84d0a19 Improve recovery for template-ids whose template-name doesn't actually by Douglas Gregor · 15 years ago
  59. d9b600c Parse dependent template-ids in base clauses and member by Douglas Gregor · 15 years ago
  60. b862b8f Eliminate an embarrassing performance regression in C/ObjC, where we by Douglas Gregor · 15 years ago
  61. 01dfea0 Improve code completion by introducing patterns for the various C and by Douglas Gregor · 15 years ago
  62. b672707 When parsing an identifier as an expression in C++, only try to annotate it by John McCall · 15 years ago
  63. 782f2f5 Change ObjCContainerDecl to contain the entire range for the '@end' by Ted Kremenek · 15 years ago
  64. 3b11fd3 Remember if the AsmStmt came from Microsoft-style inline assembly code. by Mike Stump · 15 years ago
  65. a3ddec2 Fix 80-col violation. by Zhongxing Xu · 15 years ago
  66. 64a4eb2 Make sure to give an error for template argument lists followed by junk. by Eli Friedman · 15 years ago
  67. b4debae Enter the scope of an initializer for direct-initialization as well as by Douglas Gregor · 15 years ago
  68. 6405646 fix PR5500: clang fails to parse inline asm with :: in C++ mode by Chris Lattner · 15 years ago
  69. 64cb475 refactor asm stmt parsing to avoid nesting as much, and by Chris Lattner · 15 years ago
  70. f936815 Don't inject the class name until that magical lbrace. by John McCall · 15 years ago
  71. bd0dfa5 Parse base specifiers within the scope of the class. This is possibly not by John McCall · 15 years ago
  72. 7a1dc56 Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made by John McCall · 15 years ago
  73. 731ad84 Just push a new scope when parsing an out-of-line variable definition. by John McCall · 15 years ago
  74. 2ee9b40 eliminate a call to NextToken() when parsing ::foo by Chris Lattner · 15 years ago
  75. ae03cb5 Teach TryAnnotateTypeOrScopeToken to deal with already-annotated by John McCall · 15 years ago
  76. 5ee56e9 Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Action::FullExpr to Action::MakeFullExpr to avoid name clashes. by Anders Carlsson · 15 years ago
  77. aa87d33 Remember the type name's scope specifier in the DeclSpec. by John McCall · 15 years ago
  78. 9f61aa9 Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave by Jeffrey Yasskin · 15 years ago
  79. e7e278b Don't enter a new scope for a namespace-qualified declarator unless we're by John McCall · 15 years ago
  80. 60fa3cf Implement access declarations. Most of the work here is parsing them, which by John McCall · 15 years ago
  81. 95059b5 Implement just a bit more of inline assembly. by Mike Stump · 15 years ago
  82. 648d846 Privatize class members. by Benjamin Kramer · 15 years ago
  83. 932dff7 If we enter parens, colons can become un-sacred, allowing us to emit by Chris Lattner · 15 years ago
  84. a69d0ed fix a more evil case of : / :: confusion arising in ?:. by Chris Lattner · 15 years ago
  85. a1efc8c fix incorrect parsing of bitfields pointed out by Doug. I chose by Chris Lattner · 15 years ago
  86. de138eb Second half of r91023, saving files is good. by Chris Lattner · 15 years ago
  87. d0d76f1 move GreaterThanIsOperatorScope into RAIIObjectsForParser. Add some more by Chris Lattner · 15 years ago
  88. 6fb09c8 fix PR5740: a colon is sacred when parsing case statement expressions! by Chris Lattner · 15 years ago
  89. 08d92ec refactor the 'ColonIsSacred' argument to ParseOptionalCXXScopeSpecifier by Chris Lattner · 15 years ago
  90. d167ca0 rename ExtensionRAIIObject.h -> RAIIObjectsForParser.h by Chris Lattner · 15 years ago
  91. 68f7a24 spread 'const' love to some variables. this considerably reduces the amount of dirty data around. by Nuno Lopes · 15 years ago
  92. 3acd9aa Fixes a bogus error when declaring an extern "C" array. (fixes radar 7457109). by Fariborz Jahanian · 15 years ago
  93. 5d80316 reduce nesting. by Chris Lattner · 15 years ago
  94. 9a0c85e Code completion for Objective-C @ keywords that are statements or expressions by Douglas Gregor · 15 years ago
  95. c464ae8 Code completion for Objective-C @ directives by Douglas Gregor · 15 years ago
  96. be1ea44 remove some defaulted params for consistency. by Chris Lattner · 15 years ago
  97. 4664649 reapply my patch for PR4451, which improves diagnostics for :: vs : confusion. by Chris Lattner · 15 years ago
  98. bd87c0b fix a crash on invalid I found when working on something unrelated. by Chris Lattner · 15 years ago
  99. 1ade4ca revert my previous patch, it is breaking something and I don't have time by Chris Lattner · 15 years ago
  100. a564b17 implement PR4451, improving error recovery for a mistaken : where a :: was by Chris Lattner · 15 years ago