[all-commits] [llvm/llvm-project] 829401: Use default ref capture to avoid unused capture wa...
David Blaikie via All-commits
all-commits at lists.llvm.org
Thu Apr 8 17:50:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8294019633b527f3c5d529e9ae2bac1d5af66361
https://github.com/llvm/llvm-project/commit/8294019633b527f3c5d529e9ae2bac1d5af66361
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp
Log Message:
-----------
Use default ref capture to avoid unused capture warning on assert-used variable
Commit: eb8a28e2cf033f2bfbfe33a0bd0d9e75a12e2679
https://github.com/llvm/llvm-project/commit/eb8a28e2cf033f2bfbfe33a0bd0d9e75a12e2679
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/test/CodeGenCXX/debug-info-template.cpp
Log Message:
-----------
DebugInfo: Include inline namespaces in template specialization parameter names
This ensures these types have distinct names if they are distinct types
(eg: if one is an instantiation with a type in one inline namespace, and
another from a type with the same simple name, but in a different inline
namespace).
Compare: https://github.com/llvm/llvm-project/compare/12ffc260678d...eb8a28e2cf03
More information about the All-commits
mailing list