aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2022-07-25 12:42:42 +0200
committerIlya Biryukov <ibiryukov@google.com>2022-07-25 14:43:38 +0200
commit59179d72b2e3d3b99ebc342374c9c797d526ac5d (patch)
tree4c07c596d3e17f548a1ecd48defe8efdda4bf800 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parentaff68f5ad646303a4992fc04d329b4df06bc4c71 (diff)
downloadllvm-59179d72b2e3d3b99ebc342374c9c797d526ac5d.zip
llvm-59179d72b2e3d3b99ebc342374c9c797d526ac5d.tar.gz
llvm-59179d72b2e3d3b99ebc342374c9c797d526ac5d.tar.bz2
[Sema] Merge C++20 concept definitions from different modules in same TU
Currently the C++20 concepts are only merged in `ASTReader`, i.e. when coming from different TU. This can causes ambiguious reference errors when trying to access the same concept that should otherwise be merged. Please see the added test for an example. Note that we currently use `ASTContext::isSameEntity` to check for ODR violations. However, it will not check that concept requirements match. The same issue holds for mering concepts from different TUs, I added a FIXME and filed a GH issue to track this: https://github.com/llvm/llvm-project/issues/56310 Reviewed By: ChuanqiXu Differential Revision: https://reviews.llvm.org/D128921
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions