[PATCH] Use -std=c++11 when no arguments are provided.

Edwin Vane edwin.vane at intel.com
Fri Aug 9 06:58:19 PDT 2013



================
Comment at: cpp11-migrate/tool/Cpp11Migrate.cpp:247-249
@@ +246,5 @@
+    }
+    if (!Compilations) {
+      llvm::report_fatal_error(ErrorMessage);
+    }
+  }
----------------
Single-line if statement has no braces.


http://llvm-reviews.chandlerc.com/D1337



More information about the cfe-commits mailing list