- c363cb1 Store more information in HeaderSearchOptions so that its initialization is not by Daniel Dunbar · 15 years ago
- 6143ea2 clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions. by Daniel Dunbar · 15 years ago
- d58c03f Add TargetOptions and use it when constructing targets. by Daniel Dunbar · 15 years ago
- d10c5b8 Add pluggable action support to clang-cc, via -plugin command line option. by Daniel Dunbar · 15 years ago
- 9a8a83b Move the program action enum to FrontendOptions. by Daniel Dunbar · 15 years ago
- 4fdba99 clang-cc: Switch to using FrontendAction. Whee. by Daniel Dunbar · 15 years ago
- ccb6cb6 Add CompilerInstance::InitializeSourceManager. by Daniel Dunbar · 15 years ago
- 79b55f9 Turn -fixit it back into a mode, but make -fixit-at imply that mode this time by Daniel Dunbar · 15 years ago
- f79dced Switch -verify implementation to use VerifyDiagnosticClient. by Daniel Dunbar · 15 years ago
- 7d90199 Pass Preprocessor through DiagnosticClient::BeginSourceFile. by Daniel Dunbar · 15 years ago
- 8382cf5 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 15 years ago
- f482d59 Add CompilerInstance utility functions for creating output files. by Daniel Dunbar · 15 years ago
- a920483 Add output file list to CompilerInstance, so that it can track them instead of by Daniel Dunbar · 15 years ago
- 84c639a clang-cc: Move output file initialization closer to use. by Daniel Dunbar · 15 years ago
- 3d0dab3 Simplify, in anticipation of introducing explicit action instances. by Daniel Dunbar · 15 years ago
- c2f484f Add CodeCompletion consumer to CompilerInvocation. by Daniel Dunbar · 15 years ago
- 3a2838d Rework Sema code completion interface. by Daniel Dunbar · 15 years ago
- 0f80039 Add CompilerInstance::createPCHExternalASTSource. by Daniel Dunbar · 15 years ago
- 704e48a Add CompilerInstance::has* methods for testing if the instance has a particular by Daniel Dunbar · 15 years ago
- 5eb8100 Add ASTContext to CompilerInstance. by Daniel Dunbar · 15 years ago
- 0fbb3d9 Add CompilerInstance::createDiagnostics, and move clang-cc to it. by Daniel Dunbar · 15 years ago
- f819b25 Add a FIXME. by Daniel Dunbar · 15 years ago
- 22dacfa Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor to by Daniel Dunbar · 15 years ago
- 444be73 Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. by Daniel Dunbar · 15 years ago
- 16b7449 Add {File,Source}Manager to CompilerInstance. by Daniel Dunbar · 15 years ago
- 2a79e16 Add CompilerInstance, and starting moving clang-cc to it. by Daniel Dunbar · 15 years ago
- fbe2faf Move input kind identification (-x) into FrontendOptions. by Daniel Dunbar · 15 years ago
- eb94113 Add clang-cc option "-analyzer-experimental-checks" to enable experimental path-sensitive checks. The idea is to separate "barely working" or "skunkworks" checks from ones that should always run. Later we need more fine-grain checker control. by Ted Kremenek · 15 years ago
- 21dac5e Move -target-{triple,abi} options into FrontendOptions. by Daniel Dunbar · 15 years ago
- 914474c Move code completion options to clang-cc by Daniel Dunbar · 15 years ago
- c86804b Move FixItAtLocations into FrontendOptions by Daniel Dunbar · 15 years ago
- 1417c74 clang-cc: Keep Verbose option with HeaderSearchOptions, for now. by Daniel Dunbar · 15 years ago
- 2626688 Add FrontendOptions, and starting moving clang-cc to it. by Daniel Dunbar · 15 years ago
- 2811ccf Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. by Chandler Carruth · 15 years ago
- e0c4ff2 Disallow FIX-ITs when generating code. by Daniel Dunbar · 15 years ago
- aa57614 clang-cc: Coalesce frontend options further. by Daniel Dunbar · 15 years ago
- 6907943 Move warning options into DiagnosticOptions. by Daniel Dunbar · 15 years ago
- 11e729d Move dump-build-information option into DiagnosticOptions. by Daniel Dunbar · 15 years ago
- 00e5b8d clang-cc: Factor CreateDiagnosticEngine out of main. by Daniel Dunbar · 15 years ago
- bfbeadb clang-cc: -fixit is actually option, not an action, although its use with non by Daniel Dunbar · 15 years ago
- 32358e2 Simplify. by Daniel Dunbar · 15 years ago
- b3cb98e Move TokenCache option to PreprocessorOptions. by Daniel Dunbar · 15 years ago
- 3574f46 Switch PTHManager to using diagnostics for most errors. by Daniel Dunbar · 15 years ago
- c67a5f9 Simplify. by Daniel Dunbar · 15 years ago
- d1e7a96 clang-cc: Refactor ParseInputFollow to clearly split on the two primary cases, by Daniel Dunbar · 15 years ago
- 975790e clang-cc: Factor ReadPCHFile out of ProcessInputFile. by Daniel Dunbar · 15 years ago
- 6606864 Simplify. by Daniel Dunbar · 15 years ago
- b4373b2 clang-cc: Unify InitializeSourceManager calls. by Daniel Dunbar · 15 years ago
- 8e1bcb0 clang-cc: Move non-Consumer action handling to common location, to expose the massive amount of redundancy we have introduced through blind copy-and-paste. by Daniel Dunbar · 15 years ago
- 1ea5294 Fix PCH/preprocess test to be more useful, and unbreak -E mode with implicit by Daniel Dunbar · 15 years ago
- c8daaa4 Tweak formatting. by Daniel Dunbar · 15 years ago
- 5746f1f Move AnalyzerOptions into CompilerInvocation. by Daniel Dunbar · 15 years ago
- 961c76e Always initialize the header search object as part of InitializePreprocessor; by Daniel Dunbar · 15 years ago
- 5814e65 Allow Preprocessor to take ownership of the HeaderSearch object. I think it should probably always own the header search object, but I'm not sure... by Daniel Dunbar · 15 years ago
- ca11f61 Sink AttachDependencyFileGen into CreatePreprocessor. by Daniel Dunbar · 15 years ago
- 0e0bae8 Add DependencyOutputOptions to wrap -M... options, and propogate to by Daniel Dunbar · 15 years ago
- 387ecbd Simplify. by Daniel Dunbar · 15 years ago
- 29cf746 Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to by Daniel Dunbar · 15 years ago
- 775bee7 Add PreprocessorOutputOptions, for things like -dM, -C, -CC which control -E by Daniel Dunbar · 15 years ago
- 29a790b Simplifiy target feature handling by coalescing all the logic into by Daniel Dunbar · 15 years ago
- dc8bbac Minor formatting tweaks. by Daniel Dunbar · 15 years ago
- bd9f04b clang-cc: Refactor some -fixit-at handling. by Daniel Dunbar · 15 years ago
- aea3641 Allow TextDiagnosticPrinter to have optional ownership of its output stream. by Daniel Dunbar · 15 years ago
- 339c134 clang-cc: Move InitializeAnalyzerOptions into Options.cpp by Daniel Dunbar · 15 years ago
- d1cdcf3 clang-cc: Start coalescing "frontend" options. by Daniel Dunbar · 15 years ago
- 0db4b76 clang-cc: Move InitializeDiagnosticOptions to Options.cpp by Daniel Dunbar · 15 years ago
- f797329 clang-cc: Move HeaderSearchOptions to Options.cpp by Daniel Dunbar · 15 years ago
- dbf75fe Turn LoggingDiagnosticClient into a more general ChainedDiagnosticClient and by Daniel Dunbar · 15 years ago
- 5674908 clang-cc: Move InitializeLangOptions to Options.cpp. by Daniel Dunbar · 15 years ago
- d9beeaf Inline some trivial functions. by Daniel Dunbar · 15 years ago
- b52d243 clang-cc: Move InitializePreprocessorOptions to Options.cpp by Daniel Dunbar · 15 years ago
- d8daaa7 clang-cc: Simplify this code, now that predefines handling is uniform in the by Daniel Dunbar · 15 years ago
- 7b5a121 Redo how PCH handles its implicit include. Instead of treating this specially in by Daniel Dunbar · 15 years ago
- 5ee0aa7 Recognize -fsyntax-only as a "consumer only" action. by Daniel Dunbar · 15 years ago
- 0f9fed7 Add Diagnostic::Report method for reporting diagnostics without a location. by Daniel Dunbar · 15 years ago
- b6d1cc8 PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries. by Daniel Dunbar · 15 years ago
- e0a9581 Decouple more of clang-cc by moving ImplicitP[CT]H options into by Daniel Dunbar · 15 years ago
- 7976f59 Update CMake file. by Ted Kremenek · 15 years ago
- 0063e98 Use #include <stdio.h> when using fprintf and stderr. by Dan Gohman · 15 years ago
- 0498cfc clang-cc: Start moving "pure" option handling to Options.cpp, to separate it by Daniel Dunbar · 15 years ago
- 9773429 clang-cc: Sink more options inside codegenopts namespace. by Daniel Dunbar · 15 years ago
- e359445 Change LangOpts initialization to directly test the code generation options, by Daniel Dunbar · 15 years ago
- fcb0c3b Factor out parts of InitializeCompileOptions that depend on the LangOptions. by Daniel Dunbar · 15 years ago
- 8d35314 Localize -disable-llvm-optzns handling to BackendConsumer::CreatePasses. by Daniel Dunbar · 15 years ago
- bc2ea34 clang-cc: Start sinking (CodeGen) options into namespaces to limit their scope. by Daniel Dunbar · 15 years ago
- 9af8695 Cleanup some clang-cc FIXMEs by Daniel Dunbar · 15 years ago
- 36f4ec3 Add CompileOptions to CompilerInvocation. by Daniel Dunbar · 15 years ago
- 89f8c1d Simplify, following MemoryBuffer::getSTDIN API fix. by Daniel Dunbar · 15 years ago
- 9253e49 Remove some if-0'd code, we can resurrect this if we ever decide to support by Daniel Dunbar · 15 years ago
- 5fc7d34 Add PreprocessorOptions to CompilerInvocation. by Daniel Dunbar · 15 years ago
- 2cdafa8 Privatize InitHeaderSearch, this functionality is only exposed via by Daniel Dunbar · 15 years ago
- 26a0cac Move LangOptions, HeaderSearchOptions, and the target feature map into by Daniel Dunbar · 15 years ago
- 638c901 Switch Target* to Target&. by Daniel Dunbar · 15 years ago
- 227b238 Change clang-cc to expect that all inputs have the same language (so we can only construct a single LangInfo). This matches how it is used in practice (since the compiler only it invokes it for one file at a time). by Daniel Dunbar · 15 years ago
- 094a84c (llvm up) Convert clang-cc.cpp:GetLanguage to StringSwitch. by Daniel Dunbar · 15 years ago
- e29709f Add CompilerInvocation object, to capture all the options one needs to invoke by Daniel Dunbar · 15 years ago
- dd35ce9 Switch clang-cc to use ApplyHeaderSearchOptions, and fix a thinko. by Daniel Dunbar · 15 years ago
- e166582 Lift InitHeaderSearch::AddEnvVarPaths logic higher. by Daniel Dunbar · 15 years ago
- 8863b98 Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fix by Daniel Dunbar · 15 years ago
- 750156a Lift compiler builtin include path logic higher. by Daniel Dunbar · 15 years ago