Relax the non-POD memset warning to use the less restrictive C++11
definition of POD. Specifically, this allows certain non-aggregate types due to their data members being private. The representation of C++11 POD testing is pretty gross. Any suggestions for improvements there are welcome. Especially the name 'isCXX11PODType()' seems truly unfortunate. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130492 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/Type.h 6 additions, 0 deletionsinclude/clang/AST/Type.h
- lib/AST/Type.cpp 46 additions, 0 deletionslib/AST/Type.cpp
- lib/Sema/SemaChecking.cpp 25 additions, 12 deletionslib/Sema/SemaChecking.cpp
- test/SemaCXX/warn-non-pod-memset.cpp 9 additions, 0 deletionstest/SemaCXX/warn-non-pod-memset.cpp
Loading
Please register or sign in to comment