Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
1b0969590e712d7d52fc9c0d43d3ab85c36d07a6
/
lib
/
Frontend
/
CompilerInvocation.cpp
1b09695
Change LangOptions::ObjCConstantStringClass to an std::string to avoid worrying about the lifetime.
by Daniel Dunbar
· 15 years ago
7d065d0
Move MainFileName option variable into CodeGenOptions instead of LangOptions.
by Daniel Dunbar
· 15 years ago
0ff679f
Add clang -cc1 parsing for preprocessor options.
by Daniel Dunbar
· 15 years ago
d8c7806
Add clang -cc1 parsing for header search options.
by Daniel Dunbar
· 15 years ago
eb01ac8
Add clang -cc1 parsing for frontend options.
by Daniel Dunbar
· 15 years ago
21affc0
Add clang -cc1 parsing of diagnostic options.
by Daniel Dunbar
· 15 years ago
e2814d8
Add clang -cc1 parsing of analyzer options.
by Daniel Dunbar
· 15 years ago
50a4487
Add clang -cc1 parsing of CodeGenOptions.
by Daniel Dunbar
· 15 years ago
1be3b3b
Fix some default in the option classes, and some CompilerInvocation argification
by Daniel Dunbar
· 15 years ago
217acbf
Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation.
by Daniel Dunbar
· 15 years ago
c59dc92
clang-cc: Remove some more llvm::cl::init arguments, by only setting values when
by Daniel Dunbar
· 15 years ago
4db166b
Change -code-completion-debug-printer to -no-code-completion-debug-printer.
by Daniel Dunbar
· 15 years ago
a51ca52
Simplify CompilerInvocation::toArgs, now that LangOptions handling is more predictable.
by Daniel Dunbar
· 15 years ago
c5a97ec
Move -fnext-runtime defaulting to driver (and change clang-cc default to
by Daniel Dunbar
· 15 years ago
b3375cb
Add initial cut at CompilerInvocation::toArgs, which "serializes" the CompilerInvocation into a list of arguments which can be passed to clang-cc (eventually, clang -cc1).
by Daniel Dunbar
· 15 years ago