Lines Matching full:fixme
25 // dr201 FIXME: write codegen test
35 // FIXME (export) dr204: no
58 // dr208 FIXME: write codegen test
69 // dr210 FIXME: write codegen test
121 // FIXME: Should reject this: 'f' has linkage but its type does not,
128 // FIXME: Should reject this: 'f' has linkage but its type does not,
285 B<my_T1, T2, my_I>::type b3; // FIXME: expected-error {{missing 'typename'}}
287 B<my_T1, T2, my_I3>::type b5; // FIXME: expected-error {{missing 'typename'}}
295 X<i, int>::type w; // FIXME: expected-error {{missing 'typename'}}
296 X<A::i, char>::type x; // FIXME: expected-error {{missing 'typename'}}
297 X<A<T>::i, double>::type y; // FIXME: expected-error {{missing 'typename'}}
316 // FIXME: This appears to be wrong: default arguments for function templates
334 // FIXME: This is ill-formed.
336 // FIXME: f, h, and i are ill-formed.
488 D_object.D::~B(); // FIXME: Missing diagnostic for this. in f()
499 D_object.~B(); // FIXME: Missing diagnostic for this. in f()
501 D_object.D::~B(); // FIXME: Missing diagnostic for this. in f()
601 // FIXME: Should this also apply to c++98 mode? This was a DR against C++98.
604 // FIXME: expected-error@-2 {{expected ';'}}
749 // FIXME: When dr260 is resolved, also add tests for DR507.
755 // FIXME: This is ill-formed, with a diagnostic required, because operator new
765 // FIXME: This is ill-formed, with a required diagnostic, for the same
859 // FIXME: this should be rejected in c++98 too
864 // FIXME: this should be rejected in c++98 too
878 // FIXME: this should be rejected in c++98 too
883 // FIXME: this should probably be valid. the wording from the issue
887 // FIXME: likewise, this should also be valid.
944 friend inline void a(); // FIXME: ill-formed
946 friend inline void c(); // FIXME: ill-formed
975 struct B::X {}; // FIXME: ill-formed
992 struct D::X {}; // FIXME: ill-formed
1029 // dr292 FIXME: write a codegen test
1037 (void)static_cast<void (*)() throw()>(f); // FIXME: ill-formed in C++14 and before in main()
1039 // FIXME: expected-error@-2 {{not allowed}} in main()
1049 (void)static_cast<void (*)() throw(int)>(f); // FIXME: ill-formed in C++14 and before in main()
1123 // FIXME: should this apply to c++98 mode?