diff options
author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2015-07-08 21:05:57 +0000 |
---|---|---|
committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2015-07-08 21:05:57 +0000 |
commit | 91656d2db61a8de607b05b28f7ddda3a643e14f2 (patch) | |
tree | 1bab30bfc4f16034d3939bdfacb6e792166bc6fa /clang-tools-extra/modularize/Modularize.cpp | |
parent | 4f21df2b963f0fa4dd3eb911b62aa33da110e0c3 (diff) | |
download | bcm5719-llvm-91656d2db61a8de607b05b28f7ddda3a643e14f2.tar.gz bcm5719-llvm-91656d2db61a8de607b05b28f7ddda3a643e14f2.zip |
Fixed erroneous comments.
llvm-svn: 241726
Diffstat (limited to 'clang-tools-extra/modularize/Modularize.cpp')
-rw-r--r-- | clang-tools-extra/modularize/Modularize.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/clang-tools-extra/modularize/Modularize.cpp b/clang-tools-extra/modularize/Modularize.cpp index 9e3807cfc60..462add52e12 100644 --- a/clang-tools-extra/modularize/Modularize.cpp +++ b/clang-tools-extra/modularize/Modularize.cpp @@ -69,10 +69,6 @@ // -coverage-check-only // Only do the coverage check. // -// Note that because modularize does not use the clang driver, -// you will likely need to pass in additional compiler front-end -// arguments to match those passed in by default by the driver. -// // Note that by default, the modularize assumes .h files contain C++ source. // If your .h files in the file list contain another language, you should // append an appropriate -x option to your command line, i.e.: -x c @@ -330,7 +326,7 @@ static std::string findInputFile(const CommandLineArguments &CLArgs) { } // This arguments adjuster inserts "-include (file)" arguments for header -// dependencies. It also insertts a "-w" option and a "-x c++", +// dependencies. It also inserts a "-w" option and a "-x c++", // if no other "-x" option is present. static ArgumentsAdjuster getModularizeArgumentsAdjuster(DependencyMap &Dependencies) { |