summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide code completion for types after the '^' that starts a blockDouglas Gregor2010-10-181-0/+5
* When we have two identifiers in a row in Objective-C, make sure toDouglas Gregor2010-09-281-1/+1
* Continue parsing more postfix expressions, even after semanticDouglas Gregor2010-09-181-29/+18
* Improve recovery when the middle expression of a ternary operator is ill-formedDouglas Gregor2010-09-171-2/+4
* When we run into an error parsing or type-checking the left-hand sideDouglas Gregor2010-09-171-24/+16
* rename variable, 'Type' seems to be present inGabor Greif2010-09-171-3/+3
* Implement automatic bracket insertion for Objective-C class messageDouglas Gregor2010-09-161-2/+56
* Handle bracket insertion for Objective-C class messages in a veryDouglas Gregor2010-09-151-37/+49
* Improve code completion for Objective-C message sends when the openingDouglas Gregor2010-09-151-4/+15
* Extend bracket insertion to message sends to "super", e.g.,Douglas Gregor2010-09-151-0/+12
* Extend bracket insertion to handle nullary selectors, e.g.Douglas Gregor2010-09-151-1/+1
* Implement bracket insertion for Objective-C instance message sends asDouglas Gregor2010-09-151-4/+29
* Introduce a new code-completion context for a parenthesizedDouglas Gregor2010-09-141-0/+8
* Eli helped me understand how evaluation contexts work.Sebastian Redl2010-09-101-0/+4
* Parse the noexcept operator and stub out sema.Sebastian Redl2010-09-101-3/+17
* Eliminate the comma locations from all of the Sema routines that dealDouglas Gregor2010-09-091-2/+1
* Microsoft's __uuidof operator implementation part 1.Francois Pichet2010-09-081-0/+3
* Implement __has_virtual_destructor. Patch by Steven Watanabe.Sebastian Redl2010-09-021-1/+2
* Implement the __has_nothrow trait family, by Steven Watanabe.Sebastian Redl2010-08-311-3/+6
* Revert my user-defined literal commits - r1124{58,60,67} pendingAlexis Hunt2010-08-301-2/+1
* Implement C++0x user-defined string literals.Alexis Hunt2010-08-291-1/+2
* Propagate whether an id-expression is the immediate argument ofJohn McCall2010-08-271-1/+5
* One who seeks knowledge learns something new every day.John McCall2010-08-261-11/+11
* Preserve invalidity of typeof operands in C++.John McCall2010-08-241-1/+2
* OwningExprResult -> ExprResult. This patch brought to you byJohn McCall2010-08-241-44/+44
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-15/+15
* Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).John McCall2010-08-231-68/+59
* Sundry incremental steps towards killing off Action.John McCall2010-08-231-13/+14
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-3/+3
* Once code completion has completed, pass a "completion context" on toDouglas Gregor2010-08-111-2/+2
* The pre-increment/pre-decrement grammar in C++ differs from that in C,Douglas Gregor2010-08-061-4/+8
* The grammar for GNU typeof in C requires an expression to beDouglas Gregor2010-07-281-4/+7
* tidy up comment.Chris Lattner2010-07-191-2/+1
* Move the "current scope" state from the Parser into Action. ThisDouglas Gregor2010-07-021-31/+31
* Minor tweaks on doug's objc recovery patch: the callerChris Lattner2010-05-311-1/+8
* When we see the a '[' in a postfix expression in Objective-C, performDouglas Gregor2010-05-311-0/+3
* Improve parser recovery when we try to parse a call expression but theDouglas Gregor2010-05-301-1/+8
* Teach code completion to adjust its completion priorities based on theDouglas Gregor2010-05-301-0/+8
* When we've parsed a nested-name-specifier in a member accessDouglas Gregor2010-05-271-0/+2
* Improve code completion in failure cases in two ways:Douglas Gregor2010-05-251-5/+5
* improve the fixit for the missing : error when parsing ?:. WhenChris Lattner2010-05-241-1/+22
* When parsing a cast-expression that starts with a scope annotation,Douglas Gregor2010-04-231-0/+8
* Implement parsing for message sends in Objective-C++. Message sends inDouglas Gregor2010-04-211-30/+7
* Rework the Parser-Sema interaction for Objective-C messageDouglas Gregor2010-04-211-9/+9
* fix the ?: fixit that ted added to recover properly.Chris Lattner2010-04-201-5/+5
* Add fixit hint for missing ':' in ternary expressions.Ted Kremenek2010-04-121-1/+2
* tighten the check for cast of super to avoid rejecting valid code,Chris Lattner2010-04-121-1/+2
* fix a rejects-valid bug that I introduced, pointed out Chris Lattner2010-04-121-5/+5
* use pointer comparison instead of isStrChris Lattner2010-04-121-3/+2
* fix a rejects-valid testcase involving super that I dreamt up.Chris Lattner2010-04-121-1/+3
OpenPOWER on IntegriCloud