1. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 13 years ago
  2. aa2187d When we encounter a dependent template name within a by Douglas Gregor · 13 years ago
  3. a02411e Eliminate a silly little Parse/Sema dance when parsing typename by Douglas Gregor · 13 years ago
  4. c34348a Retain complete source-location information for C++ by Douglas Gregor · 13 years ago
  5. 55edca9 Better parser recovery when method is by Fariborz Jahanian · 13 years ago
  6. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 13 years ago
  7. 321b817 Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions by Peter Collingbourne · 13 years ago
  8. bf36e25 Parse: add support for parsing CUDA kernel calls by Peter Collingbourne · 13 years ago
  9. 1e52dfc Support for objextive-c++ use of property-dot syntax as receiver by Fariborz Jahanian · 13 years ago
  10. 758afbc Fix a crash-on-invalid where we were trying to parse C++ constructs in by Douglas Gregor · 13 years ago
  11. 7eeb4ec Lazily initialize the 'final' and 'override' contextual keywords as suggested by Doug. by Anders Carlsson · 14 years ago
  12. b918d0f Convert "#pragma unused(...)" into tokens for the parser. by Argyrios Kyrtzidis · 14 years ago
  13. 1f3b6fd Begin work on supporting "N3206: Override control: Eliminating Attributes", from by Anders Carlsson · 14 years ago
  14. 3437f1f Speed up code-completion by skipping function bodies. by Argyrios Kyrtzidis · 14 years ago
  15. 7f040a9 Refactor how we collect attributes during parsing, and add slots for attributes by John McCall · 14 years ago
  16. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  17. 7306ebf Not content to implement just "extern" explicit template by Douglas Gregor · 14 years ago
  18. 9c4eb1f Refactoring. by Argyrios Kyrtzidis · 14 years ago
  19. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  20. 334d47e Add parsing support for Microsoft attributes. MS attributes will just be skipped and not inserted into the AST for now. by Francois Pichet · 14 years ago
  21. a6eb5f8 When we encounter a '==' in a context expecting a '=', assume the user made a typo: by Argyrios Kyrtzidis · 14 years ago
  22. c5be7b0 vla expressions used in __typeof__ must be evaluated. Fixes rdar://8476159. by Fariborz Jahanian · 14 years ago
  23. 0fbda68 Implement bracket insertion for Objective-C instance message sends as by Douglas Gregor · 14 years ago
  24. 837b1a3 Improve error recovery when we see ':' and expect a ';'. by John McCall · 14 years ago
  25. 9ba23b4 Improve recovery when there is a stray ']' or ')' before the ';' at by Douglas Gregor · 14 years ago
  26. 88e64ca Enable inline namespaces in C++03 as an extension. by Sebastian Redl · 14 years ago
  27. d078e64 Parser support for inline namespaces by Sebastian Redl · 14 years ago
  28. f312b1e One who seeks knowledge learns something new every day. by John McCall · 14 years ago
  29. c1a3e5e Initialize the translation-unit scope before lexing the first by Douglas Gregor · 14 years ago
  30. 55817af Introduce a preprocessor code-completion hook for contexts where we by Douglas Gregor · 14 years ago
  31. f29c523 Implement code completion for preprocessor expressions and in macro arguments. by Douglas Gregor · 14 years ago
  32. 1fbb447 Implement preprocessor code completion where a macro name is expected, by Douglas Gregor · 14 years ago
  33. f44e854 Introduce basic code-completion support for preprocessor directives, by Douglas Gregor · 14 years ago
  34. 09a63c9 Parse all kinds of declarations as part of a linkage-specification, by Douglas Gregor · 14 years ago
  35. 60d7b3a OwningExprResult -> ExprResult. This patch brought to you by by John McCall · 14 years ago
  36. b3d8748 Abstract out passing around types and kill off ActionBase. by John McCall · 14 years ago
  37. 9ae2f07 Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). by John McCall · 14 years ago
  38. d226f65 DeclPtrTy -> Decl * by John McCall · 14 years ago
  39. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  40. e6b1bb6 Once code completion has completed, pass a "completion context" on to by Douglas Gregor · 14 years ago
  41. 7c15353 Template keyword should not be ignored building a QualifiedTemplateName. by Abramo Bagnara · 14 years ago
  42. aa8b0d1 Implement #pragma GCC visibility. by Eli Friedman · 14 years ago
  43. cbb98ed Parser: Add support for #pragma align, which is just another spelling of #pragma by Daniel Dunbar · 14 years ago
  44. 9b36c3f Modify the pragma handlers to accept and use StringRefs instead of IdentifierInfos. by Argyrios Kyrtzidis · 14 years ago
  45. 9fc1873 revert a hunk of code that Argiris added in r106213, which is the by Chris Lattner · 14 years ago
  46. 004659a Fix PR7617 by not entering ParseFunctionDefinition when by Chris Lattner · 14 years ago
  47. c82daef add a const qualifier, refactor some code. by Chris Lattner · 14 years ago
  48. 23c94db Move the "current scope" state from the Parser into Action. This by Douglas Gregor · 14 years ago
  49. 36d3680 Make sure parens/braces/brackets are correctly balanced. by Argyrios Kyrtzidis · 14 years ago
  50. 1a15dae Fix the recently-added warning about 'typename' and 'template' by Douglas Gregor · 14 years ago
  51. 861800c Parse: Add support for '#pragma options align'. by Daniel Dunbar · 14 years ago
  52. dc84534 Improve code completion in failure cases in two ways: by Douglas Gregor · 14 years ago
  53. 1fd6d44 Improve parser recovery when we encounter a dependent template name by Douglas Gregor · 14 years ago
  54. aec0371 Propagate access specifiers to anonymous union members nested within classes. by John McCall · 14 years ago
  55. d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 14 years ago
  56. edc2877 Fix some redundant errors by changing CXXScopeSpec::isSet calls into by Jeffrey Yasskin · 14 years ago
  57. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 14 years ago
  58. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 14 years ago
  59. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 14 years ago
  60. c6fbbed Remove the capture, serialization, and deserialization of comment by Douglas Gregor · 14 years ago
  61. d6d4fcf Unbreak the build by Douglas Gregor · 14 years ago
  62. 9ea9bdb Keep an explicit stack of function and block scopes, each element of by Douglas Gregor · 14 years ago
  63. 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 14 years ago
  64. 33efe2f Retain attributes for K&R style parameter declarations. by Richard Pennington · 14 years ago
  65. 1e37765 Clean up ownership of 'AttributeList' objects in Parser. Apparently by Ted Kremenek · 14 years ago
  66. 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 · 14 years ago
  67. 63a0113 Fix assertion failure when parsing linkage specifications (PR5921), by Douglas Gregor · 14 years ago
  68. 82287d1 First stage of adding AltiVec support by John Thompson · 14 years ago
  69. 841d5e6 Fixit to remove 'volatile' in file-scope 'asm volatile'. by John McCall · 14 years ago
  70. 7a6ae74 Warn on top-level 'asm volatile' (instead of misparsing it). by John McCall · 14 years ago
  71. 046c227 allow the HandlerComment callback to push tokens into the by Chris Lattner · 15 years ago
  72. b6ac245 Whenever completing ordinary names for an Objective-C source, also by Douglas Gregor · 15 years ago
  73. 0efc2c1 Reimplement constructor declarator parsing to cope with template-ids by Douglas Gregor · 15 years ago
  74. 01dfea0 Improve code completion by introducing patterns for the various C and by Douglas Gregor · 15 years ago
  75. ae03cb5 Teach TryAnnotateTypeOrScopeToken to deal with already-annotated by John McCall · 15 years ago
  76. 08d92ec refactor the 'ColonIsSacred' argument to ParseOptionalCXXScopeSpecifier by Chris Lattner · 15 years ago
  77. d167ca0 rename ExtensionRAIIObject.h -> RAIIObjectsForParser.h by Chris Lattner · 15 years ago
  78. 3acd9aa Fixes a bogus error when declaring an extern "C" array. (fixes radar 7457109). by Fariborz Jahanian · 15 years ago
  79. bd87c0b fix a crash on invalid I found when working on something unrelated. by Chris Lattner · 15 years ago
  80. 5d1c619 simplify logic. by Chris Lattner · 15 years ago
  81. 29d9c1a remove some extraneous syntax: sourceloc implicitly converts to sourcerange. by Chris Lattner · 15 years ago
  82. bbd37c6 Added rudimentary C++0x attribute support. by Sean Hunt · 15 years ago
  83. 314b97f Improve parsing of template arguments to lay the foundation for by Douglas Gregor · 15 years ago
  84. 54abf7d Change our basic strategy for avoiding deprecation warnings when the decl use by John McCall · 15 years ago
  85. ca1bdd7 Implement support for parsing dependent template-ids that refer to by Douglas Gregor · 15 years ago
  86. 014e88d Parsing and semantic analysis for template-ids that name overloaded by Douglas Gregor · 15 years ago
  87. 6c94a6d Silence a warning by giving Parser::FieldCallback a virtual destructor, and by John McCall · 15 years ago
  88. d8ac057 Reorganize the parsing of decl groups / function definitions so that by John McCall · 15 years ago
  89. 9fa31dd Don't crash when dumping pretty stack traces, if the current tok is an by Daniel Dunbar · 15 years ago
  90. 791215b Code completion for ordinary names when we're starting a declaration, expression, or statement by Douglas Gregor · 15 years ago
  91. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  92. 45f9655 Parse extern templates, pass that information all the way to Sema, by Douglas Gregor · 15 years ago
  93. 2dd078a Rewrite of our handling of name lookup in C++ member access expressions, e.g., by Douglas Gregor · 15 years ago
  94. 495c35d Improve support for out-of-line definitions of nested templates and by Douglas Gregor · 15 years ago
  95. b13bc41 Eliminate a GCC warning by Douglas Gregor · 15 years ago
  96. c305833 Keep track of the template parameter depth properly when we have by Douglas Gregor · 15 years ago
  97. a1d71ae Top-level semicolons are allowed in C++0x. Fixes PR4755. by Douglas Gregor · 15 years ago
  98. fec5401 Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this by John McCall · 15 years ago
  99. 5c15fe1 sp. by John McCall · 15 years ago
  100. 393612e Patch to accomodate Doug's comment on default by Fariborz Jahanian · 15 years ago