1. f8afcff For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 12 years ago
  2. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  3. 1b91ab4 Delete the depfile if we could not open a header file. We cannot by Peter Collingbourne · 13 years ago
  4. c892c5f For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. by Argyrios Kyrtzidis · 13 years ago
  5. f84139a 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 · 13 years ago
  6. 4027853 Mechanically rename SourceManager::getInstantiationLoc and by Chandler Carruth · 13 years ago
  7. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  8. bb52786 Implement -MG. Fixes PR9613 by Peter Collingbourne · 13 years ago
  9. a6e023c 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 · 13 years ago
  10. ccad3db Fixes a crash when generating dependency file stuff by Fariborz Jahanian · 13 years ago
  11. 9d50634 fix clang -MM output to escape spaces in filenames. This seems to be by Chris Lattner · 14 years ago
  12. 55c6570 It's not necessary to call flush() on a raw_ostream immediately prior by Dan Gohman · 14 years ago
  13. dbd8209 PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor. by Daniel Dunbar · 14 years ago
  14. a5d10c4 Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one by Kovarththanan Rajaratnam · 15 years ago
  15. 92e4443 Don't assert if PP already contains a valid PP callback. The PP can handle multiple callbacks (using PPChainedCallbacks) by Kovarththanan Rajaratnam · 15 years ago
  16. bd21828 Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. by Benjamin Kramer · 15 years ago
  17. ca11f61 Sink AttachDependencyFileGen into CreatePreprocessor. by Daniel Dunbar · 15 years ago
  18. 0e0bae8 Add DependencyOutputOptions to wrap -M... options, and propogate to by Daniel Dunbar · 15 years ago
  19. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  20. ac8d629 Clean up some unnecessary includes. by Eli Friedman · 15 years ago
  21. b09f6e1 Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp by Eli Friedman · 15 years ago[Renamed (98%) from tools/clang-cc/DependencyFile.cpp]
  22. b5c8f8b Move the options for dependency file generation from DependencyFile.cpp by Eli Friedman · 15 years ago
  23. e5393fb PR4063, with feeling: Chain PP callbacks by default. by Daniel Dunbar · 15 years ago
  24. 0a70c64 PR4063: Fix dependency generation with -E. by Daniel Dunbar · 15 years ago
  25. c2542b6 Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the by Ted Kremenek · 15 years ago
  26. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 15 years ago
  27. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 15 years ago
  28. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago[Renamed from Driver/DependencyFile.cpp]
  29. 7d66ebb fix test/Preprocessor/macro_paste_mscomment.c. by Chris Lattner · 15 years ago
  30. e86e4cd0 fix a crash I introduced, thanks to Ted for the awesome reduced testcase :) by Chris Lattner · 16 years ago
  31. b9c3f96 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 16 years ago
  32. 02fbb25 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 · 16 years ago
  33. 7e9f1f7 Improve dependency file support. by Daniel Dunbar · 16 years ago
  34. 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 16 years ago
  35. 750c358 Add initial dependency file generation support. Patch by Kovarththanan by Daniel Dunbar · 16 years ago