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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
