Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
869824e87940f97b87064db2df2861e82e08a8c6
/
tools
/
driver
/
Makefile
2108577
Implement clang -cc1.
by Daniel Dunbar
· 15 years ago
c88aa79
Put CompilerInvocation testing code in clang-cc instead of clang for now, I can't bear to link all of clang into 'clang' yet. :)
by Daniel Dunbar
· 15 years ago
217acbf
Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation.
by Daniel Dunbar
· 15 years ago
f4961da
Use TOOLALIAS so that clang++ gets 'built'.
by Daniel Dunbar
· 15 years ago
f44c585
Push "clang-is-production" logic up to tools/driver, and make it hittable by
by Daniel Dunbar
· 15 years ago
7ec3daf
Rename clang-driver to clang.
by Daniel Dunbar
· 16 years ago
073777f
Move <root>/Driver into <root>/tools/clang-cc.
by Daniel Dunbar
· 16 years ago
510d732
Driver: Use custom diag printer to drop dependency on libFrontend and libLex.
by Daniel Dunbar
· 16 years ago
a393e9e
Build system changes to use TableGen to generate the various
by Douglas Gregor
· 16 years ago
4ad4b3e
Driver: Use standard Diagnostic interface for diagnostics.
by Daniel Dunbar
· 16 years ago
2c6f6f3
Driver: More Option implementation.
by Daniel Dunbar
· 16 years ago
3ede8d0
Stub out some structure for C++ driver.
by Daniel Dunbar
· 16 years ago