| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Minor cleanup. | Rafael Espindola | 2012-12-29 | 1 | -5/+1 |
* | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor | 2012-12-11 | 1 | -1/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -5/+5 |
* | Move PrettyStackTraceParserEntry to ParseAST.cpp | Nico Weber | 2012-11-27 | 1 | -23/+0 |
* | Made the "expected string literal" diagnostic more expressive | Andy Gibbs | 2012-11-17 | 1 | -1/+2 |
* | PR12713 - crash on invalid due to unmatched parens in decltype | David Blaikie | 2012-11-07 | 1 | -2/+2 |
* | Have the parser initialize Sema before it consumes the first | Douglas Gregor | 2012-11-05 | 1 | -3/+5 |
* | Decouple code-completion for the SkipFunctionBodies frontend option and | Argyrios Kyrtzidis | 2012-10-31 | 1 | -2/+3 |
* | Currently the initial value of Tok is dependent an the stack contents | Chris Lattner | 2012-10-27 | 1 | -0/+1 |
* | Reverted back the changes made in 166868 and in 166869 | Mahesha S | 2012-10-27 | 1 | -234/+0 |
* | Feature: | Mahesha S | 2012-10-27 | 1 | -0/+235 |
* | Permanently end the whole "pragma got handled by the parser too early" | Eli Friedman | 2012-10-04 | 1 | -10/+31 |
* | If a comma operator is followed by a token which unambiguously indicates the | Richard Smith | 2012-09-18 | 1 | -1/+2 |
* | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -11/+4 |
* | Remove ASTOwningVector, it doesn't own anything and provides no value over Sm... | Benjamin Kramer | 2012-08-23 | 1 | -4/+4 |
* | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -3/+3 |
* | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko | 2012-08-23 | 1 | -1/+1 |
* | PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and | Richard Smith | 2012-08-18 | 1 | -29/+151 |
* | Removed an unused function I added a while back. | Fariborz Jahanian | 2012-08-10 | 1 | -21/+0 |
* | objective-C++: dalyed parsing of ctors with member | Fariborz Jahanian | 2012-08-10 | 1 | -2/+3 |
* | objective-C++: delayed parsing of member function with | Fariborz Jahanian | 2012-08-10 | 1 | -1/+2 |
* | objective-C++: Delayed parsing of most common | Fariborz Jahanian | 2012-08-10 | 1 | -1/+20 |
* | Add diagnostics for comma at end of enum and for extra semicolon at namespace | Richard Smith | 2012-07-23 | 1 | -11/+20 |
* | Allow the parser to recover gracefully if a typename is used to introduce a d... | Francois Pichet | 2012-07-22 | 1 | -3/+5 |
* | Move helper class into an anonymous namespace. | Benjamin Kramer | 2012-07-13 | 1 | -0/+2 |
* | Better parser recovery in Objective-C containers. | Jordan Rose | 2012-07-09 | 1 | -1/+1 |
* | Added a new memberfor Parser, to be used soon | Fariborz Jahanian | 2012-07-06 | 1 | -0/+21 |
* | objective-c++ parsing. Turn off delayed parsing | Fariborz Jahanian | 2012-07-05 | 1 | -3/+1 |
* | Obj-C++11 parser: fix broken parsing of c-function | Fariborz Jahanian | 2012-07-03 | 1 | -1/+0 |
* | Obj-C++11 parser: turn off buffering of | Fariborz Jahanian | 2012-07-03 | 1 | -0/+1 |
* | objective-c: just as we have done for method definitions, | Fariborz Jahanian | 2012-07-02 | 1 | -2/+4 |
* | Support the use of "=delete" and "=default" with delayed template | Douglas Gregor | 2012-06-28 | 1 | -0/+1 |
* | Clean up a large number of C++11 attribute parse issues, including parsing | Alexis Hunt | 2012-06-23 | 1 | -13/+20 |
* | Unbreak GCC build: GCC doesn't like clang::Parser::CommentHandler and class c... | Dmitri Gribenko | 2012-06-20 | 1 | -3/+3 |
* | Structured comment parsing, first step. | Dmitri Gribenko | 2012-06-20 | 1 | -1/+21 |
* | Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope | Douglas Gregor | 2012-06-06 | 1 | -4/+4 |
* | Remove unused private member variables found by clang's new -Wunused-private-... | Benjamin Kramer | 2012-06-06 | 1 | -4/+3 |
* | Add pedantic warning -Wempty-translation-unit (C11 6.9p1). | Jordan Rose | 2012-06-06 | 1 | -4/+0 |
* | Move the warnings for extra semi-colons under -Wextra-semi. Also, added | Richard Trieu | 2012-05-16 | 1 | -5/+28 |
* | Recover properly from a redundant 'typename' before a non-nested name. This is | Richard Smith | 2012-05-14 | 1 | -5/+17 |
* | Recover properly if a class member declaration starts with a scope specifier | Richard Smith | 2012-05-09 | 1 | -2/+1 |
* | Replace a ConsumeAnyToken() call with ConsumeToken() when we know | Douglas Gregor | 2012-05-02 | 1 | -1/+1 |
* | switch some uses of ExpectAndConsume(tok::semi to use ExpectAndConsumeSemi. ... | Chris Lattner | 2012-04-28 | 1 | -4/+1 |
* | Typo. | Chad Rosier | 2012-04-25 | 1 | -1/+1 |
* | Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool. | Benjamin Kramer | 2012-04-14 | 1 | -4/+24 |
* | Added a flag to the parser to skip method bodies. | Erik Verbruggen | 2012-04-12 | 1 | -2/+3 |
* | Fix bugs found by -Wconstant-conversion improvements currently under review. | David Blaikie | 2012-04-09 | 1 | -4/+3 |
* | Remove "parse error" in favor of more descriptive diagnostics. | David Blaikie | 2012-04-06 | 1 | -3/+3 |
* | From Vassil Vassilev: | Axel Naumann | 2012-03-16 | 1 | -2/+9 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -30/+30 |