[PATCH] MS local statics mangling: don't count enum scopes

David Majnemer david.majnemer at gmail.com
Mon Jun 16 15:33:03 PDT 2014


LGTM

================
Comment at: include/clang/Sema/Scope.h:116
@@ -114,1 +115,3 @@
+    /// This scope corresponds to an enum.
+    EnumScope = 0x40000
   };
----------------
Please make this enumerator end with a comma, it will make the history nicer in the future when somebody else needs to add something here.

http://reviews.llvm.org/D4164






More information about the cfe-commits mailing list