[PATCH] D19754: Allow 'nodebug' on local variables

Paul Robinson via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 15 16:36:51 PDT 2016


probinson marked an inline comment as done.

================
Comment at: test/CodeGenCXX/debug-info-nodebug.cpp:50
@@ -49,2 +49,3 @@
   NODEBUG static int static_local = 6;
+  NODEBUG        int normal_local = 7;
 }
----------------
const case removed.


http://reviews.llvm.org/D19754





More information about the cfe-commits mailing list