Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
226e04a9b7790a7311aff2aa9df340c1841e20e3
/
Driver
/
DiagChecker.cpp
7bfaaae
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
by Nico Weber
· 16 years ago
fd54ebc
add a libDriver, for now only move the text diangostics stuff from Driver to there
by Nico Weber
· 16 years ago
14d4140
Allow -parse-noop -verify options to be used together.
by Argyrios Kyrtzidis
· 16 years ago
e91c134
rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}
by Chris Lattner
· 17 years ago
0bc735f
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 17 years ago
95041a2
Interned MainFileID within SourceManager. Since SourceManager is referenced by
by Ted Kremenek
· 17 years ago
0750618
start partitioning the diagnostics into two classes: those
by Chris Lattner
· 17 years ago
f5f20bd
The checking for the delimiters of expected error/warning messages was
by Bill Wendling
· 17 years ago
31e6c7d
Fix ownership model of ParseAST to allow the dtor of
by Chris Lattner
· 17 years ago
53b0dab
Make a significant change to invert the control flow handling
by Chris Lattner
· 17 years ago
057aaf6
convert driver over to use Token::is/isNot APIs. fwew, all done.
by Chris Lattner
· 17 years ago
97e8b6f
Rename ASTStreamers.* -> ASTConsumers.*
by Chris Lattner
· 17 years ago
d39bcd8
Refactored driver so that any action that is implemented using an
by Ted Kremenek
· 17 years ago
c5f45e3
Fixed broken English in comment.
by Ted Kremenek
· 17 years ago
4457978
Added "CheckASTConsumer", a function that generalizes
by Ted Kremenek
· 17 years ago
dce7bd6
From Justin Handville:
by Chris Lattner
· 17 years ago
556beb7
add a new ASTConsumer consumer to simplify stuff in the driver.
by Chris Lattner
· 17 years ago
f01654f
When relexing the file to find expected warnings/errors, make sure
by Chris Lattner
· 17 years ago
009e9f7
Build ASTs before relexing the file. This avoids having comment finding mutate the
by Chris Lattner
· 17 years ago
d217773
At one point there were going to be lexer and parser tokens.
by Chris Lattner
· 17 years ago
9dc1f53
Reimplement SourceLocation. Instead of having a
by Chris Lattner
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago