[PATCH] D146090: [Clang] Updating handling of defaulted comparison operators to reflect changes from P2448R2
NagaChaitanya Vellanki via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 4 11:14:59 PDT 2023
chaitanyav added a comment.
@shafik @aaron.ballman I see some errors
[1/2496] Building DiagnosticAnalysisKinds.inc...
FAILED: tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc /home/nvellanki/scratch/llvm-project/tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc
cd /home/nvellanki/scratch/llvm-project && /home/nvellanki/scratch/llvm-project/bin/clang-tblgen -gen-clang-diags-defs -clang-component=Analysis -I /home/nvellanki/scratch/llvm-project/clang/include/clang/Basic -I/home/nvellanki/scratch/llvm-project/clang/include -I/home/nvellanki/scratch/llvm-project/tools/clang/include -I/home/nvellanki/scratch/llvm-project/include -I/home/nvellanki/scratch/llvm-project/llvm/include /home/nvellanki/scratch/llvm-project/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc -d tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc.d
Included from /home/nvellanki/scratch/llvm-project/clang/include/clang/Basic/Diagnostic.td:168:
/home/nvellanki/scratch/llvm-project/clang/include/clang/Basic/DiagnosticSemaKinds.td:9443:11: error: Variable not defined: 'CXXPre2bCompat'
InGroup<CXXPre2bCompat>, DefaultIgnore;
^
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146090/new/
https://reviews.llvm.org/D146090
More information about the cfe-commits
mailing list