summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add isysroot support, patch by Keith BauerChris Lattner2007-08-261-2/+11
* Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs.Ted Kremenek2007-08-211-0/+6
* add a new AST dumper interface (E->dump()). This dumps outChris Lattner2007-08-081-0/+6
* GCC doesn't set __STDC_VERSION__ usually. It never sets it inChris Lattner2007-07-221-2/+2
* when running in -E mode on multiple files, there is no reason to accumulate Chris Lattner2007-07-221-0/+15
* Return an exit code of 1 if errors occur, not an exit code equal to the # err...Chris Lattner2007-07-211-1/+1
* At one point there were going to be lexer and parser tokens.Chris Lattner2007-07-201-3/+3
* Add support for C++'0x keywords, patch by Doug GregorChris Lattner2007-07-161-1/+11
* Bug #:Steve Naroff2007-07-061-1/+1
* Eliminate almost all of the redundancy Bill introduced.Chris Lattner2007-06-281-107/+47
* Add a hack to fix a really subtle memory lifetime bug Bill introduced with hisChris Lattner2007-06-281-6/+10
* rename LLVMDiagChecker.* -> DiagChecker.*Chris Lattner2007-06-271-1/+1
* Submitted by: Bill WendlingBill Wendling2007-06-271-3/+2
* Submitted by: Bill WendlingBill Wendling2007-06-271-26/+109
* Submitted by: Bill WendlingBill Wendling2007-06-231-97/+3
* Bug #:Bill Wendling2007-06-221-25/+25
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-75/+75
* Submitted by: Bill WendlingBill Wendling2007-06-151-47/+63
* Submitted by: Bill WendlingBill Wendling2007-06-081-6/+5
* Submitted by: Bill WendlingBill Wendling2007-06-071-268/+9
* Submitted by: Bill WendlingBill Wendling2007-05-301-1/+3
* Fix two bugs that fell out from a testcase steve noticed. for this testcase:Chris Lattner2007-05-291-2/+2
* Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCoreChris Lattner2007-05-241-0/+6
* Bug #:Steve Naroff2007-05-231-0/+7
* Move ASTStreamer.h into "clang/Sema/ASTStreamer.h"Chris Lattner2007-05-211-0/+1
* Steve pointed out that testcases like this (with a macro expansion):Chris Lattner2007-05-201-1/+2
* improve const correctnessChris Lattner2007-05-191-2/+2
* Use the new source ranges tracking feature to highlight the important piecesChris Lattner2007-05-191-5/+89
* Change the structure of the code that emits the ^ marker in a diagnostic,Chris Lattner2007-05-191-11/+39
* Bug #:Steve Naroff2007-05-181-6/+8
* Rename type::getAsString to getAsStringInternal. Add a newChris Lattner2007-05-161-3/+3
* Add support for inserting up to 10 strings in a diagnostic, with %0, %1, %2,Chris Lattner2007-05-161-11/+12
* Bug #:Steve Naroff2007-05-031-1/+1
* Remove the clang::SourceBuffer class, switch to the llvm::MemoryBuffer class.Chris Lattner2007-04-291-5/+5
* Teach the driver to filter out warnings and notes that come from system headers.Chris Lattner2007-04-281-2/+19
* Bug #:Steve Naroff2007-04-271-1/+1
* Bug #:Steve Naroff2007-04-271-1/+1
* Support both tiger and leopard. Yes, this code is a hack :)Chris Lattner2007-03-191-0/+11
* Bug #:Steve Naroff2007-03-141-3/+3
* Go back to having the clang driver create ASTContext explicitly, passingSteve Naroff2007-02-281-2/+6
* Make Sema's use of the preprocessor explicit (rather than assumeSteve Naroff2007-02-281-7/+2
* Revert accidental commitChris Lattner2007-01-271-1/+0
* adjust to change in SmallSet interfaceChris Lattner2007-01-271-0/+1
* fix printing of unprototyped function decls.Chris Lattner2007-01-261-16/+20
* start gather stats on types processed. carbon.h currently yields:Chris Lattner2007-01-261-0/+12
* adjust to api changeChris Lattner2007-01-221-1/+1
* pretty print ... as wellChris Lattner2007-01-211-0/+5
* Pretty print function prototypes as well.Chris Lattner2007-01-211-3/+15
* Pretty print the function prototype. For example, print:Chris Lattner2007-01-211-9/+27
* default to -fsyntax-onlyChris Lattner2007-01-211-1/+1
OpenPOWER on IntegriCloud