Suppress the newly added Clang warning for the inaccessible base in this
authorChandler Carruth <chandlerc@gmail.com>
Mon, 19 Jan 2015 10:43:00 +0000 (10:43 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 19 Jan 2015 10:43:00 +0000 (10:43 +0000)
commit93756cff07ba03c7f0d805e02d68f6bf34a71397
treef4c193cef3799a04126dbafc406f73609000155c
parentad34d91343bba205397955cc8e3e82f6ad99b2d8
Suppress the newly added Clang warning for the inaccessible base in this
test. Do that after we suppress the warnings for unknown pragmas as this
warning flag is quite new in Clang and so old Clang's would warn all the
time on this file.

llvm-svn: 226444
llvm/unittests/Support/AlignOfTest.cpp