summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure install Clang headers when building clang-ccDouglas Gregor2009-06-251-0/+1
* 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
* Make the clang executable target depend on clang-ccDouglas Gregor2009-06-161-0/+3
* 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
* Revert to using &...[0] for std::vector, apparently .data isn't generallyDaniel Dunbar2009-05-261-2/+2
* Use .data() vs &...[0]Daniel Dunbar2009-05-261-2/+2
* The driver/diagnostic client don't need to be on the heap.Daniel Dunbar2009-05-261-12/+10
* 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-195-821/+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-193-120/+133
* CMake updates for r72099; untested, so please tell me if there are any Eli Friedman2009-05-191-8/+0
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-1910-2867/+1
* Move CreateAnalysisConsumer into a separate header AnalysisConsumer.h. Eli Friedman2009-05-194-38/+80
* Move the options for dependency file generation from DependencyFile.cpp Eli Friedman2009-05-193-59/+67
* Move options for -E mode from PrintPreprocessedOutput.cpp to Eli Friedman2009-05-193-27/+41
* Refactor -dM mode out of the main routine for -E handling.Eli Friedman2009-05-192-53/+56
* Move the warning options from Warnings.cpp to clang-cc.cpp.Eli Friedman2009-05-193-18/+29
* Switch some utilities in clang-cc to take a stream instead of a Eli Friedman2009-05-197-191/+165
* Attempted CMake build fixes for r72060; this is untested, so please tell Eli Friedman2009-05-181-7/+1
* Build fixes for r72060; sorry for any inconvenience.Eli Friedman2009-05-183-5/+4
* Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman2009-05-187-7559/+0
* Move the Wno-rewrite-macros option out of RewriteObjC.cpp in prepration Eli Friedman2009-05-183-12/+23
* Rename the factory function for the ObjC rewriter to something sane.Eli Friedman2009-05-183-11/+10
* Move AnalysisConsumer out of ASTConsumers.h in preparation for moving Eli Friedman2009-05-183-8/+11
* Refactor ASTConsumers to take a raw_ostream instead of a filename where Eli Friedman2009-05-187-187/+156
* Remove unused parameter.Eli Friedman2009-05-181-6/+4
* Add some comments to ASTConsumers.h describing what the different Eli Friedman2009-05-181-6/+35
* Make ActOnWhileStmt take a FullExprArg for the condition expr.Anders Carlsson2009-05-171-1/+1
* Make ActOnExprStmt take a FullExprArg.Anders Carlsson2009-05-171-2/+2
* Add the FullExprArg wrapper and use it for if statement conditions.Anders Carlsson2009-05-171-2/+3
* A couple of tweaks to make -ast-print produce code that's closer to Eli Friedman2009-05-171-13/+14
* Implement a FIXME, we now pass in the locations of the braces for enums.Mike Stump2009-05-161-8/+9
* 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
OpenPOWER on IntegriCloud