diff options
author | Krystian Stasiowski <sdkrystian@gmail.com> | 2024-07-11 18:49:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 18:49:35 -0400 |
commit | ce4aada6e2135e29839f672a6599db628b53295d (patch) | |
tree | d686b3d0c448339db2f1a7baf9ec51e953ad8a0c /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | ac304d5ffdea7676582e987f75caeba33355a5dd (diff) | |
download | llvm-ce4aada6e2135e29839f672a6599db628b53295d.zip llvm-ce4aada6e2135e29839f672a6599db628b53295d.tar.gz llvm-ce4aada6e2135e29839f672a6599db628b53295d.tar.bz2 |
Reapply "[Clang] Implement resolution for CWG1835 (#92957)" (#98547)
Reapplies #92957, fixing an instance where the `template` keyword was
missing prior to a dependent name in `llvm/ADT/ArrayRef.h`. An
_alias-declaration_ is used to work around a bug affecting GCC releases
before 11.1 (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94799) which
rejects the use of the `template` keyword prior to the
_nested-name-specifier_ in the class member access.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions