hanchenye-llvm-project/clang-tools-extra/modularize
John Thompson 442f1b2795 There were problems if a relative path is used for an include path, the path will be normalized to ./xxx. I don't know how to test this in a way that will work in a separated source/output environment, but it seems reasonable to assume that -I options won't be for provate directories.
llvm-svn: 255199
2015-12-10 01:33:09 +00:00
..
CMakeLists.txt modularize: add install rule 2015-11-17 05:09:18 +00:00
CoverageChecker.cpp There were problems if a relative path is used for an include path, the path will be normalized to ./xxx. I don't know how to test this in a way that will work in a separated source/output environment, but it seems reasonable to assume that -I options won't be for provate directories. 2015-12-10 01:33:09 +00:00
CoverageChecker.h Make helpers static. clang-tools edition. 2015-03-23 12:49:15 +00:00
Makefile Revert "Adapt clang-tools-extra to clang module format changes." 2015-02-25 02:46:37 +00:00
Modularize.cpp Accommodate interface change in r252134. 2015-11-05 02:30:21 +00:00
Modularize.h Added mechanism to modularize for doing a compilation precheck 2015-07-10 00:37:25 +00:00
ModularizeUtilities.cpp Added coverage check for extensionless headers, and exclude hidden dot directoryies. 2015-12-04 22:42:18 +00:00
ModularizeUtilities.h Added mechanism to modularize for doing a compilation precheck 2015-07-10 00:37:25 +00:00
ModuleAssistant.cpp Make a bunch of static arrays const. 2015-10-18 05:14:41 +00:00
PreprocessorTracker.cpp Revert "Apply modernize-use-default to clang-tools-extra." 2015-10-20 21:45:52 +00:00
PreprocessorTracker.h Added -block-check-header-list-only option. This is a work-around for private includes that purposefully get included inside blocks. 2015-02-11 16:58:36 +00:00