Fix explicit constructor calls and Remove multi-line comments (#23162)
authorSinan Kaya <41809318+franksinankaya@users.noreply.github.com>
Mon, 18 Mar 2019 18:27:59 +0000 (14:27 -0400)
committerBruce Forstall <brucefo@microsoft.com>
Mon, 18 Mar 2019 18:27:59 +0000 (11:27 -0700)
commit6100a9faf1c29b06aed3ad5bef00ce905880309d
treee8bc35370150361fdc88d6af6d5e9c66109b83d8
parentd9781f1d81b06ea1562521aea6d278ca876c82ad
Fix explicit constructor calls and Remove multi-line comments (#23162)

* fix implicit constructor call

* extern c

format patch

* muti-line

* Remove direct constructor call

* Conversion

* Need paranthesis

* Return value on resize

* declspec(Thread)

* Ignore warnings for GCC

* Formatting issues

* Move cast to constant
19 files changed:
src/gc/sample/gcenv.ee.cpp
src/jit/CMakeLists.txt
src/jit/bitset.h
src/jit/bitsetasshortlong.h
src/jit/codegenarm64.cpp
src/jit/codegencommon.cpp
src/jit/earlyprop.cpp
src/jit/ee_il_dll.cpp
src/jit/emit.h
src/jit/flowgraph.cpp
src/jit/gcencode.cpp
src/jit/gtlist.h
src/jit/importer.cpp
src/jit/jitstd/hashtable.h
src/jit/loopcloning.h
src/jit/morph.cpp
src/jit/unwindarm.cpp
src/jit/utils.cpp
src/vm/gdbjit.cpp