[all-commits] [llvm/llvm-project] 6244e3: [Sema] Add tests for handling of decls hidden by i...
john-brawn-arm via All-commits
all-commits at lists.llvm.org
Thu Aug 17 07:26:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6244e3840694e513ef885e8505e7744de8c9b959
https://github.com/llvm/llvm-project/commit/6244e3840694e513ef885e8505e7744de8c9b959
Author: John Brawn <john.brawn at arm.com>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
A clang/test/SemaCXX/invalid-decl-hiding.cpp
Log Message:
-----------
[Sema] Add tests for handling of decls hidden by invalid decls
These tests check that invalid declarations don't hide any other
declarations, but valid declarations do hide invalid declarations.
More information about the All-commits
mailing list