summaryrefslogtreecommitdiff
path: root/clang/test/Misc/sloc-usage.cpp
blob: 18bd94f8b9dc30e59f7341bb238b11c904316704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// RUN: %clang_cc1 -fsyntax-only -verify %s -include %S/Inputs/include.h

#include "Inputs/include.h"
#include "Inputs/include.h"

#define FOO(x) x + x
int k = FOO(FOO(123));
bool b = EQUALS(k, k);

#pragma clang __debug sloc_usage // expected-remark {{address space usage}}
// expected-note@* {{(0% of available space)}}
// (this file)     expected-note-re@1 {{file entered 1 time using {{.*}}B of space plus 51B for macro expansions}}
// (included file) expected-note-re@Inputs/include.h:1 {{file entered 3 times using {{.*}}B of space{{$}}}}
// (builtins file) expected-note@* {{file entered}}