[PATCH] cpp11-migrate: Fix some headers and other coding style issues.

Edwin Vane edwin.vane at intel.com
Thu Jul 4 11:58:43 PDT 2013


  Since you're shortening some header guards here. Shorten them all across the project. See CM-82.


================
Comment at: cpp11-migrate/Core/Transforms.h:17
@@ -16,2 +16,3 @@
+
 #ifndef LLVM_TOOLS_CLANG_TOOLS_EXTRA_CPP11_MIGRATE_TRANSFORMS_H
 #define LLVM_TOOLS_CLANG_TOOLS_EXTRA_CPP11_MIGRATE_TRANSFORMS_H
----------------
You've been shortening other header guards. Might as well do all of them. See CM-82. Pull it into this sprint and assign it to yourself.


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



More information about the cfe-commits mailing list