aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/Action.h
AgeCommit message (Expand)Author
2010-08-26One who seeks knowledge learns something new every day.John McCall
2010-08-26Implement code completion for @selector expressionsDouglas Gregor
2010-08-25Initialize the translation-unit scope before lexing the firstDouglas Gregor
2010-08-25Introduce a preprocessor code-completion hook for contexts where weDouglas Gregor
2010-08-24Implement code completion for preprocessor expressions and in macroDouglas Gregor
2010-08-24Implement preprocessor code completion where a macro name is expected,Douglas Gregor
2010-08-24Introduce basic code-completion support for preprocessor directives,Douglas Gregor
2010-08-24OwningExprResult -> ExprResult. This patch brought to you byJohn McCall
2010-08-24Abstract out passing around types and kill off ActionBase.John McCall
2010-08-24Provide code completion results for the context-sensitive Objective-CDouglas Gregor
2010-08-23Don't call this field 'Expr', it changes lookup in illegal ways thatJohn McCall
2010-08-23Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).John McCall
2010-08-23Handling remaining rule for synthesize bitfields inFariborz Jahanian
2010-08-23Introduce a code-completion hook for the Objective-C collectionDouglas Gregor
2010-08-23Introduce a new code-completion point when we're parsing aDouglas Gregor
2010-08-23Sundry incremental steps towards killing off Action.John McCall
2010-08-21DeclPtrTy -> Decl *John McCall
2010-08-20Another step in the process of making the parser depend on Sema:John McCall