[PATCH] Do not add enums to prototype scope in C++ modes.

Ismail Pazarbasi ismail.pazarbasi at gmail.com
Thu Feb 20 15:30:25 PST 2014



================
Comment at: test/SemaTemplate/instantiate-enum.cpp:38
@@ +37,3 @@
+
+void f(int i, C<int>::C c) {
+  int value;
----------------
Did you mean: `C<int> c`?


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



More information about the cfe-commits mailing list