Disable warning C4291 on MSVC. Caused because class AttributeList provides a non...
authorFrancois Pichet <pichet2000@gmail.com>
Sat, 20 Nov 2010 15:39:03 +0000 (15:39 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Sat, 20 Nov 2010 15:39:03 +0000 (15:39 +0000)
commit0b8f0a208e9849c7ea50173b98acb51efbe1f2c7
tree25c101dbb152479db983dfe58c6c0ea9239d2f98
parent59d2dad59ebba1d82e5b72f78b7a5b2c873445d7
Disable warning C4291 on MSVC. Caused because class AttributeList provides a non implemented operator delete without a corresponding new.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119902 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt