[PATCH] D47720: [DebugInfo] Inline for without DebugLocation
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 4 08:54:42 PDT 2018
aprantl added inline comments.
================
Comment at: test/CodeGen/debug-info-inline-for.c:2
+// RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm -o - %s | FileCheck %s
+
+int func(int n) {
----------------
Please add a comment explaining what is being tested here.
Repository:
rC Clang
https://reviews.llvm.org/D47720
More information about the cfe-commits
mailing list