[Clang][AST][NFC] Resolve FIXME: Make CXXRecordDecl *Record const.

Differential Revision: https://reviews.llvm.org/D107477
This commit is contained in:
Alfsonso Gregory 2021-08-19 16:36:05 +01:00 committed by Simon Pilgrim
parent 1987eb9e9c
commit b0bf0b2e79
1 changed files with 1 additions and 2 deletions

View File

@ -115,8 +115,7 @@ private:
public:
/// The declaration for the comparison category type from the
/// standard library.
// FIXME: Make this const
CXXRecordDecl *Record = nullptr;
const CXXRecordDecl *Record = nullptr;
/// The Kind of the comparison category type
ComparisonCategoryType Kind;