aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM aside from some nits, thank you!



================
Comment at: clang/test/CXX/drs/dr17xx.cpp:75
   // Direct-list-initialization of a non-class object
-  
   int a{0};
----------------
Unintentional whitespace changes can be backed out. ;-)


================
Comment at: clang/test/CXX/drs/dr17xx.cpp:132
+  float operator ""_E(const char *);
+  // expected-error@+2{{invalid suffix on literal; c++11 requires a space 
between literal and identifier}}
+  // expected-warning@+1 {{user-defined literal suffixes not starting with '_' 
are reserved; no literal will invoke this operator}}
----------------



================
Comment at: clang/www/make_cxx_dr_status:95
 
-latest_release = 11
+latest_release = 13
 
----------------
Errr, 13 isn't quite out the door yet (we've branched for it, but not released 
it). However, I don't think it's an issue to bump the value right now (IIUC, 
we're releasing Very Soon Now anyway).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110421/new/

https://reviews.llvm.org/D110421

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to