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