forked from OSchip/llvm-project
[Clang][AST][NFC] Resolve FIXME: Make CXXRecordDecl *Record const.
Differential Revision: https://reviews.llvm.org/D107477
This commit is contained in:
parent
1987eb9e9c
commit
b0bf0b2e79
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue