aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorAdam Balogh <adam.balogh@ericsson.com>2020-03-09 10:48:56 +0100
committerAdam Balogh <adam.balogh@ericsson.com>2020-03-09 14:11:30 +0100
commit57f70d187706f572227b74c82c7446a3096f862f (patch)
tree100e358386997edad2877919fef463b6754e9482 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parentb4c3a76d8f6990aad66e1ffb7dbcc84619475fef (diff)
downloadllvm-57f70d187706f572227b74c82c7446a3096f862f.zip
llvm-57f70d187706f572227b74c82c7446a3096f862f.tar.gz
llvm-57f70d187706f572227b74c82c7446a3096f862f.tar.bz2
[Analyzer] Mark constant member functions const in CheckerManager
Most of the getter functions (and a reporter function) in `CheckerManager` are constant but not marked as `const`. This prevents functions having only a constant reference to `CheckerManager` using these member functions. This patch fixes this issue. Differential Revision: https://reviews.llvm.org/D75839
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions