Skip to content
Commit 6a0a2110 authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

Rename isPODType (using the C++98 rules) into isCXX98PODType and make...

Rename isPODType (using the C++98 rules) into isCXX98PODType and make isPODType decide which one to use based on LangOptions.

- -Wc++98-compat depends on the c++98 definition
- Now __is_pod returns the right thing in c++11 and c++98 mode
- All changes to the type traits test are validated against g++ 4.7

llvm-svn: 155756
parent a3c0dadb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment