[PATCH] D61757: [cmake] Remove MSVC C4355 override

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 02:53:33 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL360413: [cmake] Remove MSVC C4355 override (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61757?vs=198896&id=198994#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61757/new/

https://reviews.llvm.org/D61757

Files:
  llvm/trunk/cmake/modules/HandleLLVMOptions.cmake


Index: llvm/trunk/cmake/modules/HandleLLVMOptions.cmake
===================================================================
--- llvm/trunk/cmake/modules/HandleLLVMOptions.cmake
+++ llvm/trunk/cmake/modules/HandleLLVMOptions.cmake
@@ -512,7 +512,6 @@
       -wd4291 # Suppress ''declaration' : no matching operator delete found; memory will not be freed if initialization throws an exception'
       -wd4345 # Suppress 'behavior change: an object of POD type constructed with an initializer of the form () will be default-initialized'
       -wd4351 # Suppress 'new behavior: elements of array 'array' will be default initialized'
-      -wd4355 # Suppress ''this' : used in base member initializer list'
       -wd4456 # Suppress 'declaration of 'var' hides local variable'
       -wd4457 # Suppress 'declaration of 'var' hides function parameter'
       -wd4458 # Suppress 'declaration of 'var' hides class member'


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61757.198994.patch
Type: text/x-patch
Size: 916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190510/22ee3dd7/attachment.bin>


More information about the llvm-commits mailing list