[PATCH] D24469: [clang-cl] Diagnose duplicate uuids.

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 12 15:04:22 PDT 2016


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: lib/Parse/ParseDecl.cpp:1456
@@ -1451,1 +1455,3 @@
+      TypeAttrTail = AL;
+      TypeAttrTail->setNext(nullptr);
 
----------------
mmm hand rolled singly linked list code. Feels like lisp.


https://reviews.llvm.org/D24469





More information about the cfe-commits mailing list