Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
182f383db1782af752ecaf607fdff72a8542088b
/
lib
/
Frontend
/
DependencyFile.cpp
bd21828
Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.
by Benjamin Kramer
· 15 years ago
ca11f61
Sink AttachDependencyFileGen into CreatePreprocessor.
by Daniel Dunbar
· 15 years ago
0e0bae8
Add DependencyOutputOptions to wrap -M... options, and propogate to
by Daniel Dunbar
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
ac8d629
Clean up some unnecessary includes.
by Eli Friedman
· 15 years ago
b09f6e1
Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp
by Eli Friedman
· 15 years ago
[Renamed (98%) from tools/clang-cc/DependencyFile.cpp]
b5c8f8b
Move the options for dependency file generation from DependencyFile.cpp
by Eli Friedman
· 15 years ago
e5393fb
PR4063, with feeling: Chain PP callbacks by default.
by Daniel Dunbar
· 16 years ago
0a70c64
PR4063: Fix dependency generation with -E.
by Daniel Dunbar
· 16 years ago
c2542b6
Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the
by Ted Kremenek
· 16 years ago
cd8e4c4
Driver: Support -M and -MM.
by Daniel Dunbar
· 16 years ago
a5a7bd0
Improve dependency file support.
by Daniel Dunbar
· 16 years ago
073777f
Move <root>/Driver into <root>/tools/clang-cc.
by Daniel Dunbar
· 16 years ago
[Renamed from Driver/DependencyFile.cpp]
7d66ebb
fix test/Preprocessor/macro_paste_mscomment.c.
by Chris Lattner
· 16 years ago
e86e4cd0
fix a crash I introduced, thanks to Ted for the awesome reduced testcase :)
by Chris Lattner
· 16 years ago
b9c3f96
Introduce a new PresumedLoc class to represent the concept of a location
by Chris Lattner
· 16 years ago
02fbb25
this patch "adds support for specifying multiple dependancy targets using ‘-MT’. Using this patch, I was able to use ‘ccc’ as C compiler for the few C files in LLVM. In my brief testing, the output remains identical to that of GCC."
by Chris Lattner
· 16 years ago
7e9f1f7
Improve dependency file support.
by Daniel Dunbar
· 16 years ago
9d72851
Rename Characteristic_t to CharacteristicKind
by Chris Lattner
· 16 years ago
750c358
Add initial dependency file generation support. Patch by Kovarththanan
by Daniel Dunbar
· 16 years ago