index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Sema
/
Action.h
Age
Commit message (
Expand
)
Author
2010-08-26
One who seeks knowledge learns something new every day.
John McCall
2010-08-26
Implement code completion for @selector expressions
Douglas Gregor
2010-08-25
Initialize the translation-unit scope before lexing the first
Douglas Gregor
2010-08-25
Introduce a preprocessor code-completion hook for contexts where we
Douglas Gregor
2010-08-24
Implement code completion for preprocessor expressions and in macro
Douglas Gregor
2010-08-24
Implement preprocessor code completion where a macro name is expected,
Douglas Gregor
2010-08-24
Introduce basic code-completion support for preprocessor directives,
Douglas Gregor
2010-08-24
OwningExprResult -> ExprResult. This patch brought to you by
John McCall
2010-08-24
Abstract out passing around types and kill off ActionBase.
John McCall
2010-08-24
Provide code completion results for the context-sensitive Objective-C
Douglas Gregor
2010-08-23
Don't call this field 'Expr', it changes lookup in illegal ways that
John McCall
2010-08-23
Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).
John McCall
2010-08-23
Handling remaining rule for synthesize bitfields in
Fariborz Jahanian
2010-08-23
Introduce a code-completion hook for the Objective-C collection
Douglas Gregor
2010-08-23
Introduce a new code-completion point when we're parsing a
Douglas Gregor
2010-08-23
Sundry incremental steps towards killing off Action.
John McCall
2010-08-21
DeclPtrTy -> Decl *
John McCall
2010-08-20
Another step in the process of making the parser depend on Sema:
John McCall