modularize - Updated futures comment.

llvm-svn: 178216
This commit is contained in:
John Thompson 2013-03-28 02:46:25 +00:00
parent 5692e72f30
commit 3b1ee2b87f
1 changed files with 3 additions and 5 deletions

View File

@ -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:
//