[clang-tools-extra] r178216 - modularize - Updated futures comment.

John Thompson John.Thompson.JTSoftware at gmail.com
Wed Mar 27 19:46:25 PDT 2013


Author: jtsoftware
Date: Wed Mar 27 21:46:25 2013
New Revision: 178216

URL: http://llvm.org/viewvc/llvm-project?rev=178216&view=rev
Log:
modularize - Updated futures comment.

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=178216&r1=178215&r2=178216&view=diff
==============================================================================
--- clang-tools-extra/trunk/modularize/Modularize.cpp (original)
+++ clang-tools-extra/trunk/modularize/Modularize.cpp Wed Mar 27 21:46:25 2013
@@ -52,15 +52,13 @@
 //
 // Some ideas:
 //
-// 1. Group duplicate definition messages into a single list.
-//
-// 2. Try to figure out the preprocessor conditional directives that
+// 1. Try to figure out the preprocessor conditional directives that
 // contribute to problems.
 //
-// 3. Check for correct and consistent usage of extern "C" {} and other
+// 2. Check for correct and consistent usage of extern "C" {} and other
 // directives. Warn about #include inside extern "C" {}.
 //
-// 4. What else?
+// 3. What else?
 //
 // General clean-up and refactoring:
 //





More information about the cfe-commits mailing list