Revert "[NFC] [C++20] [Modules] Refactor Sema::isModuleUnitOfCurrentTU into"
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Tue, 16 May 2023 02:36:08 +0000 (10:36 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Tue, 16 May 2023 02:47:53 +0000 (10:47 +0800)
commit7f37066915ab330f153ede708ddc610cf2cb7bdf
treed818c1150593ea83a586c21b0fd0845d781d2549
parent40c30543892aa6441eea075ba69864e79f5de82e
Revert "[NFC] [C++20] [Modules] Refactor Sema::isModuleUnitOfCurrentTU into"

This reverts commit f109b1016801e2b0dbee278f3c517057c0b1d441 as required
in
https://github.com/llvm/llvm-project/commit/f109b1016801e2b0dbee278f3c517057c0b1d441#commitcomment-113477829.
12 files changed:
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/DeclBase.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/DeclBase.cpp
clang/lib/CodeGen/CGDeclCXX.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Sema/SemaLookup.cpp
clang/lib/Sema/SemaModule.cpp
clang/lib/Sema/SemaOverload.cpp
clang/lib/Sema/SemaTemplate.cpp