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
/
PR11000.cpp
blob
8d235cdf0316df0f13b266e4043c13362e8a9ff4
1
// RUN: not %clang_cc1 -std=c++11 %s 2>&1 | FileCheck %s
2
3
// PR11000: Don't crash.
4
class
tuple
<>
5
{
6
template
<
class
_Alloc
>
7
tuple
(
allocator_arg_t
,
const
_Alloc
&) {}
8
9
// CHECK: 6 errors generated.