Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
369bddf5ad8cb1543d38d4afd12cce768292114a
/
clang
/
lib
/
Frontend
/
ASTMerge.cpp
0a79167
Introduce the notion of a "minimal" import of ASTs, to better support LLDB.
by Douglas Gregor
· 15 years ago
5159f61
now the FileManager has a FileSystemOpts ivar, stop threading
by Chris Lattner
· 15 years ago
c79346a
Since multiple diagnostics can share one diagnostic client, have the client keeping track
by Argyrios Kyrtzidis
· 15 years ago
d004064
Refactoring of Diagnostic class.
by Argyrios Kyrtzidis
· 15 years ago
71731d6
Implement -working-directory.
by Argyrios Kyrtzidis
· 15 years ago
d44cd6a
More PCH -> AST renaming.
by Sebastian Redl
· 15 years ago
6fd55e0
Teach ASTUnit to hold on to the Sema object and ASTConsumer that are
by Douglas Gregor
· 15 years ago
fcb2e6d
FrontendAction: Track active file kind.
by Daniel Dunbar
· 15 years ago
fa6214c
Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.
by Daniel Dunbar
· 15 years ago
7f95d26
Make Diagnostic reference-counted, which is simpler than juggling
by Douglas Gregor
· 16 years ago
d03e823
Clarify the ownership semantics of the Diagnostic object used by
by Douglas Gregor
· 16 years ago
1951192
ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support this as an argument.
by Daniel Dunbar
· 16 years ago
9503c46
Don't import __va_list_tag or __builtin_va_list when merging
by Douglas Gregor
· 16 years ago
522e22d
Tell ASTMerge to merge every declaration it sees, rather than cherry-picking those declarations that we know will work.
by Douglas Gregor
· 16 years ago
7eeb597
When AST merging for record declarations fails, warn about the
by Douglas Gregor
· 16 years ago
bb7930c
Implement basic support for merging function declarations across
by Douglas Gregor
· 16 years ago
2fbe558
Teach AST merging that variables with incomplete array types can be
by Douglas Gregor
· 16 years ago
811663e
Implement basic support for importing source locations from one AST
by Douglas Gregor
· 16 years ago
6b2a474
Hook up the diagnostics-argument printer when merging AST files, so
by Douglas Gregor
· 16 years ago
62d311f
Introduce a testbed for merging multiple ASTs into a single AST
by Douglas Gregor
· 16 years ago