[all-commits] [llvm/llvm-project] 3483cd: [Sema] Silence warnings when targeting x86 with VS...
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Wed May 6 06:12:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3483cdc8344d9c2c08c3f12490df54cfa63b6838
https://github.com/llvm/llvm-project/commit/3483cdc8344d9c2c08c3f12490df54cfa63b6838
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2020-05-06 (Wed, 06 May 2020)
Changed paths:
M clang/lib/Sema/ParsedAttr.cpp
Log Message:
-----------
[Sema] Silence warnings when targeting x86 with VS2019 16.5.4
Differential Revision: https://reviews.llvm.org/D79337
Commit: db817d15d121d9bd650c566920820332c08d25b0
https://github.com/llvm/llvm-project/commit/db817d15d121d9bd650c566920820332c08d25b0
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2020-05-06 (Wed, 06 May 2020)
Changed paths:
M llvm/lib/ProfileData/InstrProfReader.cpp
Log Message:
-----------
[InstrProf] Silence warnings when targeting x86 with VS2019 16.5.4
Differential Revision: https://reviews.llvm.org/D79337
Commit: c503d97d1934116802663e7b38df304691480700
https://github.com/llvm/llvm-project/commit/c503d97d1934116802663e7b38df304691480700
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2020-05-06 (Wed, 06 May 2020)
Changed paths:
M llvm/unittests/Support/ProcessTest.cpp
Log Message:
-----------
[Support] Silence warning: comparison of integers of different signs: 'const int' and 'const unsigned long'
Commit: 06591b6d191ad3582d21a801cbaf56b36714cae7
https://github.com/llvm/llvm-project/commit/06591b6d191ad3582d21a801cbaf56b36714cae7
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2020-05-06 (Wed, 06 May 2020)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/test/DebugInfo/COFF/global-constants.ll
M llvm/test/DebugInfo/COFF/global_visibility.ll
M llvm/test/DebugInfo/COFF/globals.ll
M llvm/test/DebugInfo/COFF/types-array-unsized.ll
Log Message:
-----------
[Debug][CodeView] Emit fully qualified names for globals
Emit S_[L|G][THREAD32|DATA32] records with a fully qualified name (namespace + class scope).
Differential Revision: https://reviews.llvm.org/D79447
Compare: https://github.com/llvm/llvm-project/compare/94438c86adef...06591b6d191a
More information about the All-commits
mailing list