Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I don't have commit access. Could any one please help to commit this patch.
Thanks in advance.
clang-format: please reformat the code
-_Accum fk = 1.0fk; // expected-error{{invalid suffix 'fk' on fixed-point constant}} -_Accum kk = 1.0kk; // expected-error{{invalid suffix 'kk' on fixed-point constant}} -_Accum rk = 1.0rk; // expected-error{{invalid suffix 'rk' on fixed-point constant}} -_Accum rk = 1.0rr; // expected-error{{invalid suffix 'rr' on fixed-point constant}} -_Accum qk = 1.0qr; // expected-error{{invalid suffix 'qr' on fixed-point constant}} +_Accum fk = 1.0fk; // expected-error{{invalid suffix 'fk' on fixed-point constant}} +_Accum kk = 1.0kk; // expected-error{{invalid suffix 'kk' on fixed-point constant}} +_Accum rk = 1.0rk; // expected-error{{invalid suffix 'rk' on fixed-point constant}} +_Accum rk = 1.0rr; // expected-error{{invalid suffix 'rr' on fixed-point constant}} +_Accum qk = 1.0qr; // expected-error{{invalid suffix 'qr' on fixed-point constant}}