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