Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
45e8cbdce25c2e16c7aac2036a591f6190097ae6
/
Driver
/
clang.cpp
45e8cbd
Implement support for -fwritable-strings and make the code generator
by Chris Lattner
· 17 years ago
8aebcb7
Break out bool/true/false support into a LangOption
by Nate Begeman
· 17 years ago
db87bca
Added -Wfloat-equal option to the driver. This makes warnings about
by Ted Kremenek
· 17 years ago
31e6c7d
Fix ownership model of ParseAST to allow the dtor of
by Chris Lattner
· 17 years ago
b4292f2
by Steve Naroff
· 17 years ago
2b65a9d
wean the diagnostics machinery off the preprocessor.
by Chris Lattner
· 17 years ago
bfa82c4
Started work on clang object serialization. Experimental
by Ted Kremenek
· 17 years ago
ee98ac5
Add support for Pascal strings.
by Anders Carlsson
· 17 years ago
77cd2a0
add scafolding to play around with and bring up the code rewriter.
by Chris Lattner
· 17 years ago
ea254db
rename -parse-ast-view to -ast-view
by Chris Lattner
· 17 years ago
3b427b3
rename -parse-ast-print to -ast-print
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
d15fa82
speed up clang startup another 28% by avoiding std::vector<std::string>
by Chris Lattner
· 17 years ago
9f3d942
Removed option "-parse-ast-check" from clang driver. This is now implemented
by Ted Kremenek
· 17 years ago
41193e4
Moved "VerifyDiagnostics" variable declaration to right below ProgAction
by Ted Kremenek
· 17 years ago
d39bcd8
Refactored driver so that any action that is implemented using an
by Ted Kremenek
· 17 years ago
4457978
Added "CheckASTConsumer", a function that generalizes
by Ted Kremenek
· 17 years ago
786d337
Changed command line options "-check-dead-stores" and
by Ted Kremenek
· 17 years ago
80de08f
Added support to clang driver to view ASTs using GraphViz. This
by Ted Kremenek
· 17 years ago
91a0c62
Made driver flag --check-uninit-values more self-explanatory.
by Ted Kremenek
· 17 years ago
2bf5514
UninitialuzedValues now only tracks BlockVarDecls; obviating false positives with
by Ted Kremenek
· 17 years ago
580980b
switch the llvm emitter to ASTConsumer interface.
by Chris Lattner
· 17 years ago
c0508f9
switch the various CFG-based stuff over to using ASTConsumer interface,
by Chris Lattner
· 17 years ago
3d4997d
convert ast printer and dumper ocver to ASTConsumer interface,
by Chris Lattner
· 17 years ago
556beb7
add a new ASTConsumer consumer to simplify stuff in the driver.
by Chris Lattner
· 17 years ago
055c275
Added "Dead Stores", a flow-sensitive checker that checks for stores
by Ted Kremenek
· 17 years ago
27b07c5
LiveVariables:
by Ted Kremenek
· 17 years ago
e4e6334
Added an early implementation of Live-Variables analysis built on
by Ted Kremenek
· 17 years ago
7dba860
Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow
by Ted Kremenek
· 17 years ago
0c94641
Add isysroot support, patch by Keith Bauer
by Chris Lattner
· 17 years ago
fddd518
Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs.
by Ted Kremenek
· 17 years ago
6000dac
add a new AST dumper interface (E->dump()). This dumps out
by Chris Lattner
· 17 years ago
94fea5a
GCC doesn't set __STDC_VERSION__ usually. It never sets it in
by Chris Lattner
· 17 years ago
bd24776
when running in -E mode on multiple files, there is no reason to accumulate
by Chris Lattner
· 17 years ago
96f1a64
Return an exit code of 1 if errors occur, not an exit code equal to the # errors :)
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
d4b80f1
Add support for C++'0x keywords, patch by Doug Gregor
by Chris Lattner
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago