summaryrefslogtreecommitdiffstats
path: root/clang/Driver/DiagChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-302/+0
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-1/+1
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-071-36/+56
* spelling change.Chris Lattner2009-02-041-1/+1
* use simplified Lexer ctor.Chris Lattner2009-01-171-4/+1
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-3/+3
* more SourceLocation lexicon change: instead of referring to theChris Lattner2009-01-161-3/+3
* Rewrite FindDiagnostics to be more strict about the formatting of the Chris Lattner2008-11-241-31/+55
* clean up -verify mode output. If the expected-error string is Chris Lattner2008-11-231-35/+34
* Change -verify mode to find the "expected-error" and "expected-warning" stringsChris Lattner2008-11-211-15/+14
* Remove unneeded CheckASTConsumer function.Daniel Dunbar2008-10-271-8/+0
* Allow \n for newlines in expected error messages.Sebastian Redl2008-10-261-0/+4
* Add support for expected-note to Clang's -verify optionDouglas Gregor2008-09-111-5/+26
* * Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber2008-08-101-1/+4
* add a libDriver, for now only move the text diangostics stuff from Driver to ...Nico Weber2008-08-051-1/+1
* Allow -parse-noop -verify options to be used together.Argyrios Kyrtzidis2008-06-131-1/+5
* 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