summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/clang-cc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Destroy the ASTConsumer prior to the Context, HTMLPrinter for example wants toDaniel Dunbar2009-07-291-5/+7
* Update for LLVM API change.Owen Anderson2009-07-161-1/+1
* Update for raw_fd_ostream API changes. raw_fd_ostream now has aDan Gohman2009-07-151-3/+5
* Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor2009-07-071-2/+20
* Update for changes in LLVM. Hopefully this is the last one for a while.Owen Anderson2009-07-011-1/+1
* Hold the LLVMContext by reference instead of by pointer.Owen Anderson2009-07-011-2/+2
* Update for LLVMContext+Module change.Owen Anderson2009-07-011-4/+7
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-0/+3
* Make the StackProtector bitfield use enums instead of obscure numbers.Bill Wendling2009-06-281-3/+8
* Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling2009-06-281-0/+9
* OpenCL 1.0 patch 2/N: Language options & file extensionNate Begeman2009-06-251-2/+15
* Move the command line source location parsing from clang-cc.cpp into "include...Argyrios Kyrtzidis2009-06-231-74/+9
* Tiny correction on the command-line source location parser.Argyrios Kyrtzidis2009-06-191-1/+1
* link in targetsChris Lattner2009-06-171-0/+4
* Remove old #includesChris Lattner2009-06-171-2/+0
* Update Clang to include the InitializeAllTargets andDouglas Gregor2009-06-161-0/+2
* my refactoring of builtins changed target-specific builtins to only beChris Lattner2009-06-161-1/+0
* Sink the BuiltinInfo object from ASTContext into theChris Lattner2009-06-141-5/+12
* Misc minor fixes for clang for the Windows target.Eli Friedman2009-06-081-1/+2
* Set function Attribute::NoImplicitFloat appropriately.Devang Patel2009-06-051-0/+6
* Add -fsigned-char option to clang-cc.Eli Friedman2009-06-051-0/+5
* Set function attribute llvm::Attribute::NoRedZone appropriately.Devang Patel2009-06-041-0/+8
* forward -fno-color-diagnostics to clang-cc.Torok Edwin2009-06-041-1/+1
* Add ANSI color support for clang.Torok Edwin2009-06-041-1/+11
* Add clang-cc support for -disable-llvm-optzns.Daniel Dunbar2009-06-021-6/+20
* Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor2009-05-301-10/+2
* Move clang-cc's -v output to the start (vs. end) of compilation, and changeDaniel Dunbar2009-05-281-5/+5
* This patch adds support for sender-aware dispatch in Objective-C for the GNU ...Fariborz Jahanian2009-05-221-0/+6
* AST XML dump, from Olaf Krzikalla!Douglas Gregor2009-05-211-0/+8
* Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to Eli Friedman2009-05-191-5/+5
* Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman2009-05-191-27/+0
* Move analysis command-line options out of AnalysisConsumer.cpp into Eli Friedman2009-05-191-2/+100
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-1/+1
* Move CreateAnalysisConsumer into a separate header AnalysisConsumer.h. Eli Friedman2009-05-191-0/+1
* Move the options for dependency file generation from DependencyFile.cpp Eli Friedman2009-05-191-7/+46
* Move options for -E mode from PrintPreprocessedOutput.cpp to Eli Friedman2009-05-191-1/+23
* Move the warning options from Warnings.cpp to clang-cc.cpp.Eli Friedman2009-05-191-1/+16
* Switch some utilities in clang-cc to take a stream instead of a Eli Friedman2009-05-191-7/+17
* Build fixes for r72060; sorry for any inconvenience.Eli Friedman2009-05-181-1/+1
* Move the Wno-rewrite-macros option out of RewriteObjC.cpp in prepration Eli Friedman2009-05-181-1/+9
* Rename the factory function for the ObjC rewriter to something sane.Eli Friedman2009-05-181-3/+2
* Refactor ASTConsumers to take a raw_ostream instead of a filename where Eli Friedman2009-05-181-64/+118
* Remove unused parameter.Eli Friedman2009-05-181-6/+4
* Disable access control by default. It can be enabled with the -faccess-contro...Anders Carlsson2009-05-131-0/+8
* remove the obsolete -fprint-source-range-info optionChris Lattner2009-05-131-5/+0
* Make precompiled headers work with -E. When we're only preprocessingDouglas Gregor2009-05-121-3/+16
* Move terminal-width computation over to llvm::sys. Update to LLVMDouglas Gregor2009-05-111-36/+1
* Remove -fobjc-tight-layout, seems to work!Daniel Dunbar2009-05-071-6/+0
* If stderr isn't a terminal, don't try to guess the terminal width orDaniel Dunbar2009-05-061-4/+4
* More x86 target feature support.Daniel Dunbar2009-05-061-9/+3
OpenPOWER on IntegriCloud