aaron.ballman added inline comments.

================
Comment at: include/clang-c/Index.h:19
@@ -18,1 +18,3 @@
 
+#ifdef __cplusplus
+#include <ctime>
----------------
Is this produced by the deprecated headers check? If not, what value does ctime 
add over time.h?

================
Comment at: lib/Lex/ModuleMap.cpp:1286
@@ -1284,3 +1285,3 @@
   };
-}
+} // end anonymous namespaces
 
----------------
namespace instead of namespaces


Repository:
  rL LLVM

http://reviews.llvm.org/D18424



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to