index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
ASTMerge.cpp
Age
Commit message (
Expand
)
Author
2010-11-18
Since multiple diagnostics can share one diagnostic client, have the client k...
Argyrios Kyrtzidis
2010-11-18
Refactoring of Diagnostic class.
Argyrios Kyrtzidis
2010-11-03
Implement -working-directory.
Argyrios Kyrtzidis
2010-08-18
More PCH -> AST renaming.
Sebastian Redl
2010-08-13
Teach ASTUnit to hold on to the Sema object and ASTConsumer that are
Douglas Gregor
2010-06-07
FrontendAction: Track active file kind.
Daniel Dunbar
2010-06-07
Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.
Daniel Dunbar
2010-04-05
Make Diagnostic reference-counted, which is simpler than juggling
Douglas Gregor
2010-04-05
Clarify the ownership semantics of the Diagnostic object used by
Douglas Gregor
2010-02-16
ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support thi...
Daniel Dunbar
2010-02-16
Don't import __va_list_tag or __builtin_va_list when merging
Douglas Gregor
2010-02-15
Tell ASTMerge to merge every declaration it sees, rather than cherry-picking ...
Douglas Gregor
2010-02-11
When AST merging for record declarations fails, warn about the
Douglas Gregor
2010-02-10
Implement basic support for merging function declarations across
Douglas Gregor
2010-02-10
Teach AST merging that variables with incomplete array types can be
Douglas Gregor
2010-02-10
Implement basic support for importing source locations from one AST
Douglas Gregor
2010-02-09
Hook up the diagnostics-argument printer when merging AST files, so
Douglas Gregor
2010-02-09
Introduce a testbed for merging multiple ASTs into a single AST
Douglas Gregor