summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorChaoshuai Lu <lcs@fb.com>2022-01-24 14:51:37 -0800
committerKyungwoo Lee <kyulee@fb.com>2022-01-24 14:52:57 -0800
commitf1c9e7bdc921cec0cc3f61c19c4ac4a7f1bd8525 (patch)
tree90dda291557d15a730c86f3098c64475d0c57e35 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentfe0c5309c4a8bf022b2ec66a0d28513e7fb1441b (diff)
[ObjC Availability] Add missing const to getVersion function of ObjCAvailabilityCheckExpr class
Add missing const to `getVersion` function of `ObjCAvailabilityCheckExpr` class. This feels like a bug on the original change D22171. We cannot really call this function from a const object pointer because the function is not marked as const. This diff adds the missing const specifier to fix the issue. Reviewed By: manmanren Differential Revision: https://reviews.llvm.org/D112119
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions