[PATCH] D70537: [clang] CGDebugInfo asserts `!DT.isNull()` when compiling with debug symbols

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 2 09:29:42 PST 2019


vsk added inline comments.


================
Comment at: clang/test/CodeGenCXX/pr42710.cpp:4
+// RUN: %clang %s -DTYPE=int -emit-llvm -S -g -o - -std=c++17
+// expected-no-diagnostics
+
----------------
Could you validate the debug info for the struct members in the `int` case? (It may be simpler to structure the test using separate namespaces for the deduced/undeduced VarTemplateSpecializationDecl cases)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70537/new/

https://reviews.llvm.org/D70537





More information about the cfe-commits mailing list