Age | Commit message (Expand) | Author |
2009-11-11 | Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to | Daniel Dunbar |
2009-11-11 | Add PreprocessorOutputOptions, for things like -dM, -C, -CC which control -E | Daniel Dunbar |
2009-11-11 | Simplifiy target feature handling by coalescing all the logic into | Daniel Dunbar |
2009-11-11 | Minor formatting tweaks. | Daniel Dunbar |
2009-11-11 | clang-cc: Refactor some -fixit-at handling. | Daniel Dunbar |
2009-11-11 | Allow TextDiagnosticPrinter to have optional ownership of its output stream. | Daniel Dunbar |
2009-11-11 | clang-cc: Move InitializeAnalyzerOptions into Options.cpp | Daniel Dunbar |
2009-11-11 | clang-cc: Start coalescing "frontend" options. | Daniel Dunbar |
2009-11-11 | clang-cc: Move InitializeDiagnosticOptions to Options.cpp | Daniel Dunbar |
2009-11-11 | clang-cc: Move HeaderSearchOptions to Options.cpp | Daniel Dunbar |
2009-11-11 | Turn LoggingDiagnosticClient into a more general ChainedDiagnosticClient and | Daniel Dunbar |
2009-11-11 | clang-cc: Move InitializeLangOptions to Options.cpp. | Daniel Dunbar |
2009-11-11 | Inline some trivial functions. | Daniel Dunbar |
2009-11-11 | clang-cc: Move InitializePreprocessorOptions to Options.cpp | Daniel Dunbar |
2009-11-11 | clang-cc: Simplify this code, now that predefines handling is uniform in the | Daniel Dunbar |
2009-11-11 | Redo how PCH handles its implicit include. Instead of treating this specially in | Daniel Dunbar |
2009-11-11 | Recognize -fsyntax-only as a "consumer only" action. | Daniel Dunbar |
2009-11-10 | Add Diagnostic::Report method for reporting diagnostics without a location. | Daniel Dunbar |
2009-11-10 | PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries. | Daniel Dunbar |
2009-11-10 | Decouple more of clang-cc by moving ImplicitP[CT]H options into | Daniel Dunbar |
2009-11-10 | Update CMake file. | Ted Kremenek |
2009-11-10 | Use #include <stdio.h> when using fprintf and stderr. | Dan Gohman |
2009-11-10 | clang-cc: Start moving "pure" option handling to Options.cpp, to separate it | Daniel Dunbar |
2009-11-10 | clang-cc: Sink more options inside codegenopts namespace. | Daniel Dunbar |
2009-11-10 | Change LangOpts initialization to directly test the code generation options, | Daniel Dunbar |
2009-11-10 | Factor out parts of InitializeCompileOptions that depend on the LangOptions. | Daniel Dunbar |
2009-11-10 | Localize -disable-llvm-optzns handling to BackendConsumer::CreatePasses. | Daniel Dunbar |
2009-11-10 | clang-cc: Start sinking (CodeGen) options into namespaces to limit their scope. | Daniel Dunbar |
2009-11-10 | Cleanup some clang-cc FIXMEs | Daniel Dunbar |
2009-11-10 | Add CompileOptions to CompilerInvocation. | Daniel Dunbar |
2009-11-10 | Simplify, following MemoryBuffer::getSTDIN API fix. | Daniel Dunbar |
2009-11-10 | Remove some if-0'd code, we can resurrect this if we ever decide to support | Daniel Dunbar |
2009-11-09 | Add PreprocessorOptions to CompilerInvocation. | Daniel Dunbar |
2009-11-09 | Privatize InitHeaderSearch, this functionality is only exposed via | Daniel Dunbar |
2009-11-09 | Move LangOptions, HeaderSearchOptions, and the target feature map into | Daniel Dunbar |
2009-11-09 | Switch Target* to Target&. | Daniel Dunbar |
2009-11-09 | Change clang-cc to expect that all inputs have the same language (so we can o... | Daniel Dunbar |
2009-11-09 | (llvm up) Convert clang-cc.cpp:GetLanguage to StringSwitch. | Daniel Dunbar |
2009-11-09 | Add CompilerInvocation object, to capture all the options one needs to invoke | Daniel Dunbar |
2009-11-07 | Switch clang-cc to use ApplyHeaderSearchOptions, and fix a thinko. | Daniel Dunbar |
2009-11-07 | Lift InitHeaderSearch::AddEnvVarPaths logic higher. | Daniel Dunbar |
2009-11-07 | Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fix | Daniel Dunbar |
2009-11-07 | Lift compiler builtin include path logic higher. | Daniel Dunbar |
2009-11-07 | Various improvements to Clang's code-completion infrastructure: | Douglas Gregor |
2009-11-05 | Eliminate tabls | John Thompson |
2009-11-05 | Adding -fshort-wchar option. | John Thompson |
2009-11-05 | Replace DiagnosticClient::setLangOptions with {Begin,End}SourceFile, and clarify | Daniel Dunbar |
2009-11-05 | Convert CreateAnalysisConsumer and friends to just take a const Preprocessor&... | Daniel Dunbar |
2009-11-05 | Remove clang-cc -html-diags option, this doesn't fit in well and we get plenty | Daniel Dunbar |
2009-11-05 | Simplify. | Daniel Dunbar |