Hans Wennborg
|
14dec3f3c5
Fix unquoted spaces in args in clang --verbose output
|
6 years ago |
Fangrui Song
|
ce76f242a3
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Hans Wennborg
|
610fb254ef
Re-commit r344234 "clang-cl: Add /showFilenames option (PR31957)"
|
6 years ago |
Simon Pilgrim
|
ae8e36e551
Consistently make llvm::opt::ArgStringList usage explicit to try and appease MSVC 2015 buildbots. NFCI.
|
6 years ago |
Sean Fertile
|
0120b056bc
Revert "clang-cl: Add /showFilenames option (PR31957)"
|
6 years ago |
Hans Wennborg
|
4eb8e4f562
clang-cl: Add /showFilenames option (PR31957)
|
6 years ago |
Zachary Turner
|
a0c03f2df3
Fix crash in clang.
|
7 years ago |
Zachary Turner
|
65eda1a836
Refactor ExecuteAndWait to take StringRefs.
|
7 years ago |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 years ago |
Eugene Zelenko
|
c2eb4fa159
[Driver] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 years ago |
Erich Keane
|
d2dd52d1df
Revert 320391: Certain targets are failing, pulling back to diagnose.
|
7 years ago |
Erich Keane
|
20a630420d
For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available
|
7 years ago |
Erich Keane
|
81685b29c8
Revert r318669/318694
|
7 years ago |
Erich Keane
|
e868ee4754
For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available
|
7 years ago |
Richard Smith
|
53df1a5045
Revert r316193.
|
7 years ago |
Peter Wu
|
cc28d36809
Try to shorten system header paths when using -MD depfiles
|
7 years ago |
Alexander Kornienko
|
c44a59062e
Attempt to fix MSVC build.
|
8 years ago |
Alexander Kornienko
|
307aefa2b0
Update users of llvm::sys::ExecuteAndWait etc.
|
8 years ago |
Aaron Ballman
|
63b23f80d3
The -coverage-file flag was removed in r280306, and this piece was missed; NFC.
|
8 years ago |
Zachary Turner
|
31801a7822
[clang-cl] Fix cross-compilation with MSVC 2017.
|
8 years ago |
Bruno Cardoso Lopes
|
22d59b9373
[CrashReproducer] Collect PCH included via -include-pch
|
8 years ago |
Bruno Cardoso Lopes
|
5b900dbb1b
[CrashReproducer] Provide a clean dir path for -fmodules-cache-path
|
8 years ago |
Bruno Cardoso Lopes
|
79834db0af
[CrashReproducer] Rewrite relative include paths
|
8 years ago |
Malcolm Parsons
|
b9a1fd1bfe
Fix Clang-tidy readability-redundant-string-cstr warnings
|
8 years ago |
Mehdi Amini
|
45a9c7a81e
Use StringRef in Command::printArg() instead of raw pointer (NFC)
|
9 years ago |
Mehdi Amini
|
2e23251d3e
[NFC] Header cleanup
|
9 years ago |
Bruno Cardoso Lopes
|
10c44d19de
[CrashReproducer] Pass -I, -F and -resource-dir to the reproducer script when using modules/vfs
|
9 years ago |
Bruno Cardoso Lopes
|
882be36111
[CrashReproducer] Add -fmodule-cache-path to reproducer script
|
9 years ago |
Nico Weber
|
22446c6ca7
clang-cl: Implement initial limited support for precompiled headers.
|
9 years ago |