Age | Commit message (Expand) | Author |
2009-12-12 | Remove clang-cc tool, it has joined in unholy union with clang. | Daniel Dunbar |
2009-12-05 | Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-proje... | Steve Naroff |
2009-12-05 | Integrate the following from the 'objective-rewrite' branch: | Steve Naroff |
2009-12-03 | Kill off one last exit() call. | Daniel Dunbar |
2009-12-03 | clang-cc: Move to CompilerInvocation based command line parsing. | Daniel Dunbar |
2009-12-03 | clang-cc: Honor -help and -version when using new style option parsing. | Daniel Dunbar |
2009-12-03 | Add clang -cc1 -load option. | Daniel Dunbar |
2009-11-30 | clang-cc: Add code (currently disabled) for parsing arguments using clang -cc... | Daniel Dunbar |
2009-11-30 | Eliminate CodeGenOptions::TimePasses. | Daniel Dunbar |
2009-11-30 | Simplify. | Daniel Dunbar |
2009-11-30 | Put CompilerInvocation testing code in clang-cc instead of clang for now, I c... | Daniel Dunbar |
2009-11-29 | This patch moves the frontend timer from clang-cc into CompilerInstance. | Kovarththanan Rajaratnam |
2009-11-28 | Move program actions implications to clang::InitializeFrontendOptions which a... | Kovarththanan Rajaratnam |
2009-11-25 | Add a missing include <cstdio> | Daniel Dunbar |
2009-11-20 | clang-cc: Lift setForcedLangOptions out of options initialization. | Daniel Dunbar |
2009-11-17 | Fix -Asserts warning. | Daniel Dunbar |
2009-11-16 | Trim includes. | Daniel Dunbar |
2009-11-16 | Store more information in HeaderSearchOptions so that its initialization is not | Daniel Dunbar |
2009-11-16 | clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions. | Daniel Dunbar |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-15 | Add pluggable action support to clang-cc, via -plugin command line option. | Daniel Dunbar |
2009-11-14 | Move the program action enum to FrontendOptions. | Daniel Dunbar |
2009-11-14 | clang-cc: Switch to using FrontendAction. Whee. | Daniel Dunbar |
2009-11-14 | Add CompilerInstance::InitializeSourceManager. | Daniel Dunbar |
2009-11-14 | Turn -fixit it back into a mode, but make -fixit-at imply that mode this time | Daniel Dunbar |
2009-11-14 | Switch -verify implementation to use VerifyDiagnosticClient. | Daniel Dunbar |
2009-11-14 | Pass Preprocessor through DiagnosticClient::BeginSourceFile. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance utility functions for creating output files. | Daniel Dunbar |
2009-11-13 | Add output file list to CompilerInstance, so that it can track them instead of | Daniel Dunbar |
2009-11-13 | clang-cc: Move output file initialization closer to use. | Daniel Dunbar |
2009-11-13 | Simplify, in anticipation of introducing explicit action instances. | Daniel Dunbar |
2009-11-13 | Add CodeCompletion consumer to CompilerInvocation. | Daniel Dunbar |
2009-11-13 | Rework Sema code completion interface. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance::createPCHExternalASTSource. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance::has* methods for testing if the instance has a particular | Daniel Dunbar |
2009-11-13 | Add ASTContext to CompilerInstance. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance::createDiagnostics, and move clang-cc to it. | Daniel Dunbar |
2009-11-13 | Add a FIXME. | Daniel Dunbar |
2009-11-13 | Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor to | Daniel Dunbar |
2009-11-13 | Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. | Daniel Dunbar |
2009-11-13 | Add {File,Source}Manager to CompilerInstance. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance, and starting moving clang-cc to it. | Daniel Dunbar |
2009-11-13 | Move input kind identification (-x) into FrontendOptions. | Daniel Dunbar |
2009-11-13 | Move -target-{triple,abi} options into FrontendOptions. | Daniel Dunbar |
2009-11-13 | Move code completion options to clang-cc | Daniel Dunbar |
2009-11-12 | Move FixItAtLocations into FrontendOptions | Daniel Dunbar |
2009-11-12 | clang-cc: Keep Verbose option with HeaderSearchOptions, for now. | Daniel Dunbar |
2009-11-12 | Add FrontendOptions, and starting moving clang-cc to it. | Daniel Dunbar |
2009-11-12 | Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. | Chandler Carruth |
2009-11-12 | Disallow FIX-ITs when generating code. | Daniel Dunbar |