Mercurial > hg > CbC > CbC_llvm
view clang/test/CoverageMapping/comment.cpp @ 221:79ff65ed7e25
LLVM12 Original
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 15 Jun 2021 19:15:29 +0900 |
parents | |
children |
line wrap: on
line source
// RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only %s | FileCheck %s int f() { int x = 0; #include "Inputs/comment.h" /* */ return x; } // CHECK: File 0, 3:9 -> 8:2 = #0 // CHECK-NEXT: Expansion,File 0, 5:10 -> 5:28 = #0 // CHECK-NEXT: Skipped,File 0, 6:1 -> 6:7 = 0 // CHECK-NEXT: File 1, 1:1 -> 7:1 = #0