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
[X86] Move getGFNICtrlMask before CTLZ/CTTZ lowering. NFC.
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
rounding-math-crash.cpp
blob
2a09b02fe9cef3b21bd33c2308686e22353de8d4
1
// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -frounding-math -verify %s
2
3
template
<
class
b
>
b
::
a
() {}
4
// expected-warning@-1 {{implicit 'typename' is a C++20 extension}}
5
// expected-error@-2 {{expected unqualified-id}}