Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
1be9690ca46ee03cef5b197a476bcfed3cfba735
/
Driver
/
PrintPreprocessedOutput.cpp
1be9690
simplify this code a bit more.
by Chris Lattner
· 16 years ago
2149422
remove global variables for output stream.
by Chris Lattner
· 16 years ago
93b4f30
by Chris Lattner
· 16 years ago
e536215
Fix rdar://5843510 don't assert and die when an invalid output
by Chris Lattner
· 17 years ago
6619f66
Fix rdar://5846705: "clang -E foo.c -o foo.i" should remove foo.i on error.
by Chris Lattner
· 17 years ago
efd02a3
Make -o work with -E, patch contributed by Shantonu Sen!
by Chris Lattner
· 17 years ago
afa4012
avoid pasting L + "foo" into L"foo".
by Chris Lattner
· 17 years ago
400f024
avoid token pasting between identifiers and wide strings:
by Chris Lattner
· 17 years ago
959e5be
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 17 years ago
17861c5
Interned MainFileID within SourceManager. Since SourceManager is referenced by
by Ted Kremenek
· 17 years ago
968982d
simplify the interfaces to ProcessInputFile and InitializePreprocessor
by Chris Lattner
· 17 years ago
6c45129
The flags on tokens indicate whether they are the start of a *physical* line,
by Chris Lattner
· 17 years ago
45ac817
Fix a pretty big but subtle bug counting the number of newlines to emit.
by Chris Lattner
· 17 years ago
890c593
fix a bunch of regressions I introduced :(
by Chris Lattner
· 17 years ago
3eddc86
clang -E should not print tokens from the predefines buffer.
by Chris Lattner
· 17 years ago
d1f21e1
Make a significant change to invert the control flow handling
by Chris Lattner
· 17 years ago
3b49415
convert driver over to use Token::is/isNot APIs. fwew, all done.
by Chris Lattner
· 17 years ago
a09a2c0
Add #ifdefs to make the source portable to windows. Patch contributed
by Chris Lattner
· 17 years ago
4b00965
Fix a couple of bugs, add some new cool stuff.
by Chris Lattner
· 17 years ago