Fangrui Song
|
231854d01b
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
|
6 years ago |
Fangrui Song
|
0761773157
Fix file headers. NFC
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Erich Keane
|
a3220b023e
[clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP or /P
|
7 years ago |
Benjamin Kramer
|
3184cd25e4
[Frontend] StringRefize and fix bad indentation.
|
9 years ago |
Nico Weber
|
25e5d6e707
clang-cl: Fix remaining bugs in interaction of /Yc and /FI /showIncludes.
|
9 years ago |
Nico Weber
|
a47aafa1c1
clang-cl: Include /FI headers in /showIncludes output.
|
9 years ago |
Nico Weber
|
fdde4e4601
clang-cl: Add /Yc argument to /showIncludes output.
|
9 years ago |
Rafael Espindola
|
1ee5283747
Update for llvm API change.
|
9 years ago |
Ivan Krasin
|
f25cce359f
Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.
|
10 years ago |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 years ago |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 years ago |
Alexander Kornienko
|
dfa4cf3126
Use 'override/final' instead of 'virtual' for overridden methods
|
10 years ago |
Craig Topper
|
c6da4d1d6c
Unique_ptrify PPCallbacks ownership.
|
11 years ago |
Rafael Espindola
|
97b51af3b9
Update for llvm api change.
|
11 years ago |
Ehsan Akhgari
|
823c2c36ba
clang-cl: Flush stdout after writing the /showIncludes output
|
11 years ago |
Nico Weber
|
ed779c5338
clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.
|
11 years ago |
Craig Topper
|
85bba31eb7
[C++11] Add 'override' keyword to virtual methods that override their base class.
|
11 years ago |
Rafael Espindola
|
2018c6b469
Update for llvm api change.
|
11 years ago |
Hans Wennborg
|
708002ede3
clang-cl: Support /showIncludes
|
12 years ago |
Rafael Espindola
|
d965f95daa
Update for llvm API change.
|
12 years ago |
Dylan Noblesmith
|
f7ccbad5d9
Basic: import SmallString<> into clang namespace
|
13 years ago |
Benjamin Kramer
|
8fe83e1df9
Move a method from IdentifierTable.h out of line and remove the SmallString include.
|
13 years ago |
Argyrios Kyrtzidis
|
c892c5fa92
For the FileChanged Preprocessor callback, when exiting a file, pass its FileID.
|
14 years ago |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 years ago |
Sebastian Redl
|
4dddebfef9
Fix -H. It was pretty broken.
|
14 years ago |
Daniel Dunbar
|
da60885cb4
Frontend: Change CC_PRINT_HEADERS to not print header depth markers, these don't
|
14 years ago |
Daniel Dunbar
|
f704c61b3c
Frontend: Switch -header-include-file output to use unbuffered raw_ostreams with
|
14 years ago |
Daniel Dunbar
|
b34d69b929
Frontend: Add -header-include-file option, for allowing saving header include
|
14 years ago |
Daniel Dunbar
|
b376e5e71a
Frontend: Add support (unused) for showing all "interesting" headers, not just
|
14 years ago |