diff options
author | Nico Weber <nicolasweber@gmx.de> | 2015-03-21 17:37:46 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2015-03-21 17:37:46 +0000 |
commit | c44b35e3be15ac952bffeac491aff4b7e483a6b2 (patch) | |
tree | 6cac13525d87c2d3f740adfff4b503d5edc7972d /clang/lib/Basic/VersionTuple.cpp | |
parent | 7f58c41dbad3584c8dc50cd2d1e82632b7943fd9 (diff) | |
download | llvm-c44b35e3be15ac952bffeac491aff4b7e483a6b2.zip llvm-c44b35e3be15ac952bffeac491aff4b7e483a6b2.tar.gz llvm-c44b35e3be15ac952bffeac491aff4b7e483a6b2.tar.bz2 |
Dedent code for -Wdynamic-class-memaccess warning. No behavior change.
The diff looks intimidating, but this just moves the -Wdynamic-class-memaccess
code out a scope, protected by a
if (PointeeTy == QualType())
continue;
check so that it still only runs when it should.
llvm-svn: 232899
Diffstat (limited to 'clang/lib/Basic/VersionTuple.cpp')
0 files changed, 0 insertions, 0 deletions