| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that we always pop a function's scope *before* we call | Douglas Gregor | 2011-03-16 | 1 | -7/+15 |
* | Implement a hack intended to allow Clang to parse libstdc++ 4.5's | Douglas Gregor | 2011-03-11 | 1 | -1/+10 |
* | Fixed LabelDecl source range and cleaned creation code. | Abramo Bagnara | 2011-03-05 | 1 | -1/+1 |
* | implement basic support for __label__. I wouldn't be shocked if there are | Chris Lattner | 2011-02-18 | 1 | -4/+33 |
* | Switch labels over to using normal name lookup, instead of their | Chris Lattner | 2011-02-18 | 1 | -6/+11 |
* | Improve parser recovery in "for" statements, from Richard Smith! | Douglas Gregor | 2011-02-17 | 1 | -7/+18 |
* | Improve our parse recovery on 'case blah;' and 'default;'. | John McCall | 2011-01-22 | 1 | -6/+18 |
* | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -4/+1 |
* | Convert "#pragma unused(...)" into tokens for the parser. | Argyrios Kyrtzidis | 2011-01-17 | 1 | -0/+6 |
* | Rename MaybeSkipFunctionBodyForCodeCompletion -> trySkippingFunctionBodyForCo... | Argyrios Kyrtzidis | 2011-01-04 | 1 | -8/+9 |
* | When in code-completion, skip obj-c method bodies for speed up. | Argyrios Kyrtzidis | 2011-01-03 | 1 | -12/+25 |
* | Speed up code-completion by skipping function bodies. | Argyrios Kyrtzidis | 2011-01-03 | 1 | -0/+13 |
* | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -54/+47 |
* | Improve the diagnostic and recovery for missing colons after 'case' | Douglas Gregor | 2010-12-23 | 1 | -12/+16 |
* | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall | 2010-12-04 | 1 | -3/+9 |
* | Fixed source range for MS asm statement. | Abramo Bagnara | 2010-12-02 | 1 | -4/+7 |
* | Revert r119838 "Don't warn for empty 'if' body if there is a macro that expan... | Argyrios Kyrtzidis | 2010-11-20 | 1 | -15/+7 |
* | Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: | Argyrios Kyrtzidis | 2010-11-19 | 1 | -3/+13 |
* | Region-allocate all AttributeList objects from a factory object instead of ma... | Ted Kremenek | 2010-11-10 | 1 | -34/+19 |
* | Properly handle temporaries that are created in a AsmStmt. | Argyrios Kyrtzidis | 2010-11-02 | 1 | -1/+1 |
* | Clean up temporaries created by an asm statement. Fixes rdar://8540491 | Argyrios Kyrtzidis | 2010-11-01 | 1 | -0/+1 |
* | vla expressions used in __typeof__ must be evaluated. | Fariborz Jahanian | 2010-09-28 | 1 | -9/+10 |
* | Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://848... | Argyrios Kyrtzidis | 2010-09-28 | 1 | -2/+1 |
* | Implement bracket insertion for Objective-C instance message sends as | Douglas Gregor | 2010-09-15 | 1 | -1/+2 |
* | Improve recovery when there is a stray ']' or ')' before the ';' at | Douglas Gregor | 2010-09-07 | 1 | -2/+2 |
* | when emitting an error about a missing } in a compound statement, emit | Chris Lattner | 2010-09-01 | 1 | -0/+1 |
* | Revert my user-defined literal commits - r1124{58,60,67} pending | Alexis Hunt | 2010-08-30 | 1 | -2/+1 |
* | Implement C++0x user-defined string literals. | Alexis Hunt | 2010-08-29 | 1 | -1/+2 |
* | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -9/+8 |
* | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -61/+61 |
* | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -37/+37 |
* | Introduce a code-completion hook for the Objective-C collection | Douglas Gregor | 2010-08-23 | 1 | -0/+10 |
* | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -16/+16 |
* | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -13/+13 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -2/+2 |
* | Add a slightly better hack for microsoft style inline asm, | Chris Lattner | 2010-08-17 | 1 | -2/+2 |
* | Once code completion has completed, pass a "completion context" on to | Douglas Gregor | 2010-08-11 | 1 | -3/+3 |
* | Remove ElseScope which is also dead code now. | Nick Lewycky | 2010-08-06 | 1 | -6/+0 |
* | Fix PR7673 by allowing an empty clobbers section in an ASM statement. | Chandler Carruth | 2010-07-22 | 1 | -8/+10 |
* | Move the "current scope" state from the Parser into Action. This | Douglas Gregor | 2010-07-02 | 1 | -13/+13 |
* | Make sure parens/braces/brackets are correctly balanced. | Argyrios Kyrtzidis | 2010-06-17 | 1 | -0/+2 |
* | Teach code completion to adjust its completion priorities based on the | Douglas Gregor | 2010-05-30 | 1 | -0/+7 |
* | Make -code-completion-patterns only cover multi-line code | Douglas Gregor | 2010-05-28 | 1 | -1/+1 |
* | Improve code completion in failure cases in two ways: | Douglas Gregor | 2010-05-25 | 1 | -2/+2 |
* | Improve parser recovery when a switch condition is invalid; fixes | Douglas Gregor | 2010-05-20 | 1 | -3/+4 |
* | Fixed DISABLE_SMART_POINTERS breakage | Douglas Gregor | 2010-05-06 | 1 | -1/+3 |
* | Rework our handling of temporary objects within the conditions of | Douglas Gregor | 2010-05-06 | 1 | -32/+55 |
* | change Scope::WithinElse to be a normal scope flag, widen the | Chris Lattner | 2010-04-12 | 1 | -5/+8 |
* | fix PR6782, an accept invalid. We weren't emitting the diagnostic | Chris Lattner | 2010-04-05 | 1 | -1/+1 |
* | Don't skip past the '}' if an expression has error and is not followed by ';'. | Argyrios Kyrtzidis | 2010-03-31 | 1 | -3/+5 |