diff options
author | Shafik Yaghmour <shafik.yaghmour@intel.com> | 2025-05-16 06:26:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-16 06:26:56 -0700 |
commit | dd32ad1c3787c51e72d496c03ab7948c98f93e06 (patch) | |
tree | 282668786213967dc8c614f9e26cb6008d22f520 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | a07cc181cced04850a9e93fc9b57321c8b6ff408 (diff) | |
download | llvm-dd32ad1c3787c51e72d496c03ab7948c98f93e06.zip llvm-dd32ad1c3787c51e72d496c03ab7948c98f93e06.tar.gz llvm-dd32ad1c3787c51e72d496c03ab7948c98f93e06.tar.bz2 |
[Clang][Lex][NFC] Assert getExternalSource() in updateOutOfDateIdentifier (#140137)
Static analysis flagged the unconditional access of getExternalSource().
We don't initialize ExternalSource during construction but via
setExternalSource(). If this is not set it will violate the invariant
covered by the assert.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions