OSDN Git Service

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)
commit0a506e2f955645ebc7a2daf37ef283240e88c751
tree745b38224221a514fca46178a462d75d731c1acc
parent2274f74c92286b253a8b2ff627c2cd892e7cb1f8
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226444 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/AlignOfTest.cpp