repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
dist
/
clang
/
test
/
FixIt
/
no-fixit.cpp
blob
7e8e1fbbb07bdc90cd33606372edd058b7dfd482
1
// RUN: not %clang_cc1 -fdiagnostics-parseable-fixits -x c++ -std=c++11 %s 2>&1 | FileCheck %s
2
3
// test that the diagnostics produced by this code do not include fixit hints
4
5
// CHECK-NOT: fix-it:
6
7
template
<
template
<
typename
> +>
void
func
();
8
9
struct
{
10
void
i
() {
11
(
void
)&
i
;
12
}
13
}
x
;