index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
Driver
/
DiagChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar
2009-03-24
1
-302
/
+0
*
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
Daniel Dunbar
2009-03-02
1
-1
/
+1
*
Make one expected-diag directive match exactly one actual diagnostic.
Sebastian Redl
2009-02-07
1
-36
/
+56
*
spelling change.
Chris Lattner
2009-02-04
1
-1
/
+1
*
use simplified Lexer ctor.
Chris Lattner
2009-01-17
1
-4
/
+1
*
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2009-01-17
1
-3
/
+3
*
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-16
1
-3
/
+3
*
Rewrite FindDiagnostics to be more strict about the formatting of the
Chris Lattner
2008-11-24
1
-31
/
+55
*
clean up -verify mode output. If the expected-error string is
Chris Lattner
2008-11-23
1
-35
/
+34
*
Change -verify mode to find the "expected-error" and "expected-warning" strings
Chris Lattner
2008-11-21
1
-15
/
+14
*
Remove unneeded CheckASTConsumer function.
Daniel Dunbar
2008-10-27
1
-8
/
+0
*
Allow \n for newlines in expected error messages.
Sebastian Redl
2008-10-26
1
-0
/
+4
*
Add support for expected-note to Clang's -verify option
Douglas Gregor
2008-09-11
1
-5
/
+26
*
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
Nico Weber
2008-08-10
1
-1
/
+4
*
add a libDriver, for now only move the text diangostics stuff from Driver to ...
Nico Weber
2008-08-05
1
-1
/
+1
*
Allow -parse-noop -verify options to be used together.
Argyrios Kyrtzidis
2008-06-13
1
-1
/
+5
*
rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}
Chris Lattner
2008-02-06
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Interned MainFileID within SourceManager. Since SourceManager is referenced by
Ted Kremenek
2007-12-19
1
-8
/
+8
*
start partitioning the diagnostics into two classes: those
Chris Lattner
2007-11-30
1
-2
/
+2
*
The checking for the delimiters of expected error/warning messages was
Bill Wendling
2007-11-26
1
-2
/
+2
*
Fix ownership model of ParseAST to allow the dtor of
Chris Lattner
2007-11-03
1
-2
/
+2
*
Make a significant change to invert the control flow handling
Chris Lattner
2007-10-09
1
-1
/
+1
*
convert driver over to use Token::is/isNot APIs. fwew, all done.
Chris Lattner
2007-10-09
1
-2
/
+2
*
Rename ASTStreamers.* -> ASTConsumers.*
Chris Lattner
2007-10-07
1
-1
/
+1
*
Refactored driver so that any action that is implemented using an
Ted Kremenek
2007-09-26
1
-11
/
+2
*
Fixed broken English in comment.
Ted Kremenek
2007-09-25
1
-1
/
+1
*
Added "CheckASTConsumer", a function that generalizes
Ted Kremenek
2007-09-25
1
-6
/
+11
*
From Justin Handville:
Chris Lattner
2007-09-16
1
-1
/
+1
*
add a new ASTConsumer consumer to simplify stuff in the driver.
Chris Lattner
2007-09-15
1
-2
/
+8
*
When relexing the file to find expected warnings/errors, make sure
Chris Lattner
2007-08-30
1
-0
/
+7
*
Build ASTs before relexing the file. This avoids having comment finding muta...
Chris Lattner
2007-08-10
1
-3
/
+3
*
At one point there were going to be lexer and parser tokens.
Chris Lattner
2007-07-20
1
-1
/
+1
*
Reimplement SourceLocation. Instead of having a
Chris Lattner
2007-07-20
1
-5
/
+5
*
pick more logical names for routines.
Chris Lattner
2007-06-28
1
-30
/
+24
*
Remove dead code.
Chris Lattner
2007-06-28
1
-10
/
+7
*
Eliminate almost all of the redundancy Bill introduced.
Chris Lattner
2007-06-28
1
-10
/
+27
*
tersify output
Chris Lattner
2007-06-27
1
-1
/
+1
*
rename LLVMDiagChecker.* -> DiagChecker.*
Chris Lattner
2007-06-27
1
-2
/
+2
*
Submitted by: Bill Wendling
Bill Wendling
2007-06-27
1
-2
/
+5
*
Submitted by: Bill Wendling
Bill Wendling
2007-06-27
1
-2
/
+3
*
Submitted by: Bill Wendling
Bill Wendling
2007-06-27
1
-9
/
+11
*
Submitted by: Bill Wendling
Bill Wendling
2007-06-27
1
-0
/
+216