repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Emit a specific diagnostic when typedefing C++ bool, mirroring gcc.
[clang.git]
/
test
/
FixIt
/
fixit-suffix.c
blob
a1a747a95a585c1388a90328281d6ada579ac9dd
1
// RUN: cp %s %t.extrasuffix
2
// RUN: %clang_cc1 -fixit=fixed -x c %t.extrasuffix
3
// RUN: %clang_cc1 -Werror -pedantic -x c %t.fixed.extrasuffix
4
5
_Complex cd
;