summaryrefslogtreecommitdiffstats
path: root/clang/Driver/DiagChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}Chris Lattner2008-02-061-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Interned MainFileID within SourceManager. Since SourceManager is referenced byTed Kremenek2007-12-191-8/+8
* start partitioning the diagnostics into two classes: thoseChris Lattner2007-11-301-2/+2
* The checking for the delimiters of expected error/warning messages wasBill Wendling2007-11-261-2/+2
* Fix ownership model of ParseAST to allow the dtor of Chris Lattner2007-11-031-2/+2
* Make a significant change to invert the control flow handlingChris Lattner2007-10-091-1/+1
* convert driver over to use Token::is/isNot APIs. fwew, all done.Chris Lattner2007-10-091-2/+2
* Rename ASTStreamers.* -> ASTConsumers.*Chris Lattner2007-10-071-1/+1
* Refactored driver so that any action that is implemented using anTed Kremenek2007-09-261-11/+2
* Fixed broken English in comment.Ted Kremenek2007-09-251-1/+1
* Added "CheckASTConsumer", a function that generalizesTed Kremenek2007-09-251-6/+11
* From Justin Handville:Chris Lattner2007-09-161-1/+1
* add a new ASTConsumer consumer to simplify stuff in the driver.Chris Lattner2007-09-151-2/+8
* When relexing the file to find expected warnings/errors, make sureChris Lattner2007-08-301-0/+7
* Build ASTs before relexing the file. This avoids having comment finding muta...Chris Lattner2007-08-101-3/+3
* At one point there were going to be lexer and parser tokens.Chris Lattner2007-07-201-1/+1
* Reimplement SourceLocation. Instead of having a Chris Lattner2007-07-201-5/+5
* pick more logical names for routines.Chris Lattner2007-06-281-30/+24
* Remove dead code.Chris Lattner2007-06-281-10/+7
* Eliminate almost all of the redundancy Bill introduced.Chris Lattner2007-06-281-10/+27
* tersify outputChris Lattner2007-06-271-1/+1
* rename LLVMDiagChecker.* -> DiagChecker.*Chris Lattner2007-06-271-2/+2
* Submitted by: Bill WendlingBill Wendling2007-06-271-2/+5
* Submitted by: Bill WendlingBill Wendling2007-06-271-2/+3
* Submitted by: Bill WendlingBill Wendling2007-06-271-9/+11
* Submitted by: Bill WendlingBill Wendling2007-06-271-0/+216
OpenPOWER on IntegriCloud