1. 0f25c74 Fix up diagnostics. by Richard Trieu · 7 years ago
  2. a4c5328 Add a callback for `__has_include` and use it for dependency scanning. by Volodymyr Sapsai · 7 years ago
  3. c96cb25 Print correctly dependency paths on Windows by David Bolvansky · 7 years ago
  4. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  5. d45d7ea Fix emission of phony dependency targets when adding extra deps by David Stenberg · 7 years ago
  6. 96fbe58 Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective' by Julie Hockett · 7 years ago
  7. b524d5e Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective" by Julie Hockett · 7 years ago
  8. 36d94ab [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective by Julie Hockett · 7 years ago
  9. 210f0e8 Track skipped files in dependency scanning. by Volodymyr Sapsai · 7 years ago
  10. daae952 Revert r316193. by Richard Smith · 8 years ago
  11. 90161da Try to shorten system header paths when using -MD depfiles by Peter Wu · 8 years ago
  12. f3f8461 Track the set of module maps read while building a .pcm file and reload those when preprocessing from that .pcm file. by Richard Smith · 8 years ago
  13. fa36740 Fix PR31644 introduced by r287138 and add a regression test. by Yaron Keren · 9 years ago
  14. 3998a09 Rangify for loops, NFC. by Yaron Keren · 9 years ago
  15. 2e018ef Turn copies into references as suggested by clang-tidy's performance-unnecessary-copy-initialization. by Benjamin Kramer · 9 years ago
  16. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  17. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  18. 7f43af5 Use new utility function to clean leading junk from pathnames. NFC by Douglas Katzman · 10 years ago
  19. be9b6c7 [modules] For explicit module file dependencies, only list direct dependency module files. by Richard Smith · 10 years ago
  20. 90fd1db Try to fix the build after r244923 by Reid Kleckner · 10 years ago
  21. 216a3bd [modules] Change the way we deal with .d output for explicitly-specified module by Richard Smith · 10 years ago
  22. 1193f2c Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD. by Ivan Krasin · 10 years ago
  23. 2a6edb3 [modules] When building a dependency file, include module maps parsed in the by Richard Smith · 10 years ago
  24. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  25. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  26. fcdf3e9 Break \# in a depfile the same way as gcc. by Paul Robinson · 10 years ago
  27. 64441de Fix dependency file escaping. by Paul Robinson · 10 years ago
  28. d7214a7 Support generating NMake/Jom-style depfiles. by Paul Robinson · 10 years ago
  29. 61b86d4 Update for LLVM API change by David Blaikie · 11 years ago
  30. f0822fb Frontend: Don't include stdin in the dependency list for an object file by David Majnemer · 11 years ago
  31. b8a7053 Unique_ptrify PPCallbacks ownership. by Craig Topper · 11 years ago
  32. dae941a Update for llvm api change. by Rafael Espindola · 11 years ago
  33. 2721c32 unique_ptr-ify ASTReaderListener in the ASTReader by David Blaikie · 11 years ago
  34. 33c8090 Consider module depedencies when checking a preamble in libclang by Ben Langmuir · 11 years ago
  35. 49a2790 [C++11] Use 'nullptr'. Frontend edition. by Craig Topper · 11 years ago
  36. 6d0753d [Modules] Emit the module file paths as dependencies of the PCH when we are building one. by Argyrios Kyrtzidis · 12 years ago
  37. 68ccbe0 [Modules] Make sure that the synthesized file "__inferred_module.map" doesn't show up as dependency of a module file. by Argyrios Kyrtzidis · 12 years ago
  38. afa7cb3 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  39. cb69b57 Add dependencies from imported modules with -MD by Ben Langmuir · 12 years ago
  40. 4fbd373 Update for llvm api change. by Rafael Espindola · 12 years ago
  41. 04a13be Don't assume that F_None is the default. It is about to change. by Rafael Espindola · 12 years ago
  42. 2a00878 Use the simpler version of llvm::sys::fs::remove when possible. by Rafael Espindola · 12 years ago
  43. 33d4330 Modernize some low-hanging PathV1 uses. by Benjamin Kramer · 12 years ago
  44. be51388 Include PathV1.h in files that use it. by Rafael Espindola · 12 years ago
  45. ae61151 Escape # and $ in dependency files. by Benjamin Kramer · 12 years ago
  46. 19d78b7 For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 13 years ago
  47. 4fcd288 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 13 years ago
  48. 0e7e3fc Delete the depfile if we could not open a header file. We cannot by Peter Collingbourne · 14 years ago
  49. 7a70d2f For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. by Argyrios Kyrtzidis · 14 years ago
  50. 3781a36 Change err_pp_file_not_found back to an Error; when it's a Warning, we suppress it in system headers. And it is not a good idea to suppress it in system headers. (This was originally changed in r134996 to implement -MG.) by Eli Friedman · 14 years ago
  51. 35f5320 Mechanically rename SourceManager::getInstantiationLoc and by Chandler Carruth · 14 years ago
  52. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  53. 77b0e7f2 Implement -MG. Fixes PR9613 by Peter Collingbourne · 14 years ago
  54. f7ca26a Fix up dependency file name printing to more closely match that of gcc, including fixing a nasty recent regression that could make us print "/foo.h" with a command-line including "-I ./". by Eli Friedman · 14 years ago
  55. 193f783 Fixes a crash when generating dependency file stuff by Fariborz Jahanian · 14 years ago
  56. 5df2a4e fix clang -MM output to escape spaces in filenames. This seems to be by Chris Lattner · 15 years ago
  57. 0eb9c12 It's not necessary to call flush() on a raw_ostream immediately prior by Dan Gohman · 15 years ago
  58. cb9eaf5 PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor. by Daniel Dunbar · 16 years ago
  59. 752a124 Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one by Kovarththanan Rajaratnam · 16 years ago
  60. 981a6a1 Don't assert if PP already contains a valid PP callback. The PP can handle multiple callbacks (using PPChainedCallbacks) by Kovarththanan Rajaratnam · 16 years ago
  61. 16634c2 Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. by Benjamin Kramer · 16 years ago
  62. 55b781f Sink AttachDependencyFileGen into CreatePreprocessor. by Daniel Dunbar · 16 years ago
  63. 89d1fdf Add DependencyOutputOptions to wrap -M... options, and propogate to by Daniel Dunbar · 16 years ago
  64. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  65. cec35d7 Clean up some unnecessary includes. by Eli Friedman · 16 years ago
  66. 16b7b6f Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp by Eli Friedman · 16 years ago[Renamed (98%) from clang/tools/clang-cc/DependencyFile.cpp]
  67. 33cd03c Move the options for dependency file generation from DependencyFile.cpp by Eli Friedman · 16 years ago
  68. d58929b PR4063, with feeling: Chain PP callbacks by default. by Daniel Dunbar · 16 years ago
  69. f6d272f PR4063: Fix dependency generation with -E. by Daniel Dunbar · 16 years ago
  70. 7b4df3c Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the by Ted Kremenek · 17 years ago
  71. d67a322 Driver: Support -M and -MM. by Daniel Dunbar · 17 years ago
  72. 52e96cc Improve dependency file support. by Daniel Dunbar · 17 years ago
  73. e5a7ecc Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 17 years ago[Renamed from clang/Driver/DependencyFile.cpp]
  74. b45c23a0 fix test/Preprocessor/macro_paste_mscomment.c. by Chris Lattner · 17 years ago
  75. 64d8fc2 fix a crash I introduced, thanks to Ted for the awesome reduced testcase :) by Chris Lattner · 17 years ago
  76. f1ca7d3 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 17 years ago
  77. fa5880e 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 · 17 years ago
  78. 966c2e1 Improve dependency file support. by Daniel Dunbar · 17 years ago
  79. 66a740e Rename Characteristic_t to CharacteristicKind by Chris Lattner · 17 years ago
  80. fa0caca Add initial dependency file generation support. Patch by Kovarththanan by Daniel Dunbar · 17 years ago