thakis accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: lib/Sema/SemaTemplate.cpp:7382
@@ +7381,3 @@
+      if (A->getKind() == AttributeList::AT_DLLExport) {
+        // dllexport trumps dllexport here.
+        DLLImport = false;
----------------
trumps _dllimport_ here

(test?)

================
Comment at: lib/Sema/SemaTemplate.cpp:7451
@@ -7423,1 +7450,3 @@
+      HasNoEffect = false;
+    }
   }
----------------
does moving this here change behavior? if so, maybe add a test for that too.


http://reviews.llvm.org/D20608



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to