Age | Commit message (Expand) | Author |
2010-04-10 | Diagnose misordered initializers in constructor templates immediately instead of | John McCall |
2010-04-07 | Fix some redundant errors by changing CXXScopeSpec::isSet calls into | Jeffrey Yasskin |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-19 | Remove the capture, serialization, and deserialization of comment | Douglas Gregor |
2010-03-01 | Unbreak the build | Douglas Gregor |
2010-03-01 | Keep an explicit stack of function and block scopes, each element of | Douglas Gregor |
2010-02-26 | Fix an assertion-on-error during tentative constructor parsing by | John McCall |
2010-02-23 | Retain attributes for K&R style parameter declarations. | Richard Pennington |
2010-02-11 | Clean up ownership of 'AttributeList' objects in Parser. Apparently | Ted Kremenek |
2010-02-08 | When placing an annotation token over an existing annotation token, make sure... | Sebastian Redl |
2010-02-07 | Fix assertion failure when parsing linkage specifications (PR5921), | Douglas Gregor |
2010-02-05 | First stage of adding AltiVec support | John Thompson |
2010-01-25 | Fixit to remove 'volatile' in file-scope 'asm volatile'. | John McCall |
2010-01-25 | Warn on top-level 'asm volatile' (instead of misparsing it). | John McCall |
2010-01-18 | allow the HandlerComment callback to push tokens into the | Chris Lattner |
2010-01-13 | Whenever completing ordinary names for an Objective-C source, also | Douglas Gregor |
2010-01-13 | Reimplement constructor declarator parsing to cope with template-ids | Douglas Gregor |
2010-01-10 | Improve code completion by introducing patterns for the various C and | Douglas Gregor |
2009-12-19 | Teach TryAnnotateTypeOrScopeToken to deal with already-annotated | John McCall |
2009-12-10 | refactor the 'ColonIsSacred' argument to ParseOptionalCXXScopeSpecifier | Chris Lattner |
2009-12-10 | rename ExtensionRAIIObject.h -> RAIIObjectsForParser.h | Chris Lattner |
2009-12-09 | Fixes a bogus error when declaring an extern "C" array. | Fariborz Jahanian |
2009-12-07 | fix a crash on invalid I found when working on something unrelated. | Chris Lattner |
2009-12-06 | simplify logic. | Chris Lattner |
2009-12-06 | remove some extraneous syntax: sourceloc implicitly converts to sourcerange. | Chris Lattner |
2009-11-21 | Added rudimentary C++0x attribute support. | Sean Hunt |
2009-11-10 | Improve parsing of template arguments to lay the foundation for | Douglas Gregor |
2009-11-04 | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-11-03 | Parsing and semantic analysis for template-ids that name overloaded | Douglas Gregor |
2009-11-03 | Silence a warning by giving Parser::FieldCallback a virtual destructor, and | John McCall |
2009-11-03 | Reorganize the parsing of decl groups / function definitions so that | John McCall |
2009-10-17 | Don't crash when dumping pretty stack traces, if the current tok is an | Daniel Dunbar |
2009-09-21 | Code completion for ordinary names when we're starting a declaration, express... | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-04 | Parse extern templates, pass that information all the way to Sema, | Douglas Gregor |
2009-09-02 | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor |
2009-08-25 | Improve support for out-of-line definitions of nested templates and | Douglas Gregor |
2009-08-25 | Eliminate a GCC warning | Douglas Gregor |
2009-08-24 | Keep track of the template parameter depth properly when we have | Douglas Gregor |
2009-08-24 | Top-level semicolons are allowed in C++0x. Fixes PR4755. | Douglas Gregor |
2009-08-03 | Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this | John McCall |
2009-07-31 | sp. | John McCall |
2009-07-21 | Patch to accomodate Doug's comment on default | Fariborz Jahanian |
2009-07-15 | Added ASTs to destructor decl AST for default destruction of object's | Fariborz Jahanian |
2009-07-14 | Build AST for default ctor-initializer when constructor has | Fariborz Jahanian |
2009-07-02 | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor |
2009-06-27 | Fix screwup with my previous patch which broke tests. (The patch is | Eli Friedman |