1. bd21828 Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. by Benjamin Kramer · 15 years ago
  2. ca11f61 Sink AttachDependencyFileGen into CreatePreprocessor. by Daniel Dunbar · 15 years ago
  3. 0e0bae8 Add DependencyOutputOptions to wrap -M... options, and propogate to by Daniel Dunbar · 15 years ago
  4. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  5. ac8d629 Clean up some unnecessary includes. by Eli Friedman · 15 years ago
  6. 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]
  7. b5c8f8b Move the options for dependency file generation from DependencyFile.cpp by Eli Friedman · 15 years ago
  8. e5393fb PR4063, with feeling: Chain PP callbacks by default. by Daniel Dunbar · 15 years ago
  9. 0a70c64 PR4063: Fix dependency generation with -E. by Daniel Dunbar · 15 years ago
  10. c2542b6 Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the by Ted Kremenek · 15 years ago
  11. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 15 years ago
  12. a5a7bd0 Improve dependency file support. by Daniel Dunbar · 15 years ago
  13. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago[Renamed from Driver/DependencyFile.cpp]
  14. 7d66ebb fix test/Preprocessor/macro_paste_mscomment.c. by Chris Lattner · 15 years ago
  15. e86e4cd0 fix a crash I introduced, thanks to Ted for the awesome reduced testcase :) by Chris Lattner · 15 years ago
  16. b9c3f96 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 15 years ago
  17. 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
  18. 7e9f1f7 Improve dependency file support. by Daniel Dunbar · 16 years ago
  19. 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 16 years ago
  20. 750c358 Add initial dependency file generation support. Patch by Kovarththanan by Daniel Dunbar · 16 years ago