[clang-tools-extra] r241726 - Fixed erroneous comments.
John Thompson
John.Thompson.JTSoftware at gmail.com
Wed Jul 8 14:05:57 PDT 2015
Author: jtsoftware
Date: Wed Jul 8 16:05:57 2015
New Revision: 241726
URL: http://llvm.org/viewvc/llvm-project?rev=241726&view=rev
Log:
Fixed erroneous comments.
Modified:
clang-tools-extra/trunk/modularize/Modularize.cpp
Modified: clang-tools-extra/trunk/modularize/Modularize.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/modularize/Modularize.cpp?rev=241726&r1=241725&r2=241726&view=diff
==============================================================================
--- clang-tools-extra/trunk/modularize/Modularize.cpp (original)
+++ clang-tools-extra/trunk/modularize/Modularize.cpp Wed Jul 8 16:05:57 2015
@@ -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 C
}
// 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) {
More information about the cfe-commits
mailing list