repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Driver
/
check-time-trace-sections.cpp
blob
2dbe2037550a5843617c54eaca9be4f75ab41040
1
// RUN: %clangxx -S -ftime-trace -ftime-trace-granularity=0 -o %T/check-time-trace-sections %s
2
// RUN: cat %T/check-time-trace-sections.json | %python %S/check-time-trace-sections.py
3
4
template
<
typename T
>
5
void
foo
(
T
) {}
6
void
bar
() {
foo
(
0
); }