Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Frontend
/
HeaderIncludeGen.cpp
425f48d
[clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP or /P
by Erich Keane
· 7 years ago
2787e45
[Frontend] StringRefize and fix bad indentation.
by Benjamin Kramer
· 9 years ago
f54146c
clang-cl: Fix remaining bugs in interaction of /Yc and /FI /showIncludes.
by Nico Weber
· 10 years ago
149d9522
clang-cl: Include /FI headers in /showIncludes output.
by Nico Weber
· 10 years ago
4b5aede
clang-cl: Add /Yc argument to /showIncludes output.
by Nico Weber
· 10 years ago
fa1eede
Update for llvm API change.
by Rafael Espindola
· 10 years ago
1193f2c
Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.
by Ivan Krasin
· 10 years ago
ab9db51
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
by Alexander Kornienko
· 10 years ago
3d9d929
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
34eb207
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
b8a7053
Unique_ptrify PPCallbacks ownership.
by Craig Topper
· 11 years ago
dae941a
Update for llvm api change.
by Rafael Espindola
· 11 years ago
bd927b6
clang-cl: Flush stdout after writing the /showIncludes output
by Ehsan Akhgari
· 11 years ago
2582895
clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.
by Nico Weber
· 11 years ago
afa7cb3
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
4fbd373
Update for llvm api change.
by Rafael Espindola
· 12 years ago
0fd6207
clang-cl: Support /showIncludes
by Hans Wennborg
· 12 years ago
16125fb
Update for llvm API change.
by Rafael Espindola
· 12 years ago
2c1dd27
Basic: import SmallString<> into clang namespace
by Dylan Noblesmith
· 14 years ago
4903802
Move a method from IdentifierTable.h out of line and remove the SmallString include.
by Benjamin Kramer
· 14 years ago
7a70d2f
For the FileChanged Preprocessor callback, when exiting a file, pass its FileID.
by Argyrios Kyrtzidis
· 14 years ago
0e62c1c
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
4e52123
Fix -H. It was pretty broken.
by Sebastian Redl
· 14 years ago
fe908a8
Frontend: Change CC_PRINT_HEADERS to not print header depth markers, these don't
by Daniel Dunbar
· 15 years ago
9aa47fc
Frontend: Switch -header-include-file output to use unbuffered raw_ostreams with
by Daniel Dunbar
· 15 years ago
1af1d2751
Frontend: Add -header-include-file option, for allowing saving header include
by Daniel Dunbar
· 15 years ago
fb24485
Frontend: Add support (unused) for showing all "interesting" headers, not just
by Daniel Dunbar
· 15 years ago
27734fd
Frontend: Factor out header include dumping (-H) into its own preprocessor
by Daniel Dunbar
· 15 years ago