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] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Parser
/
top-level-semi-cxx0x.cpp
blob
472686e8b3451da5a8a93274d2e6670d44186dca
1
// RUN: %clang_cc1 -fsyntax-only -pedantic -std=c++11 -verify %s
2
// expected-no-diagnostics
3
4
void
foo
();
5
6
void
bar
() { };
7
8
void
wibble
();
9
10
;
11
12
namespace
Blah
{
13
void
f
() { };
14
15
void
g
();
16
}