[PATCH] D19312: Warn about UB at member function calls from base class ctor initializers.

Filipe Cabecinhas via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 20 07:20:07 PDT 2016


filcab added a subscriber: filcab.
filcab added a comment.

You might want to mention that it's 12.6.2p16 in C++14/17 but p13 in C++11.
I wonder if we should have the example in the standard, verbatim. (Plus the added tests you made)


http://reviews.llvm.org/D19312





More information about the cfe-commits mailing list