[all-commits] [llvm/llvm-project] 6872c8: [NFC] Mark derived destructors as `override`
Antonio Frighetto via All-commits
all-commits at lists.llvm.org
Thu Mar 24 03:44:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6872c8bdc428093c48462a1ed79f25a4d3c44d08
https://github.com/llvm/llvm-project/commit/6872c8bdc428093c48462a1ed79f25a4d3c44d08
Author: Antonio Frighetto <me at antoniofrighetto.com>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
M llvm/include/llvm/IR/IRBuilder.h
Log Message:
-----------
[NFC] Mark derived destructors as `override`
Derived destructors can be marked as override, in order to prevent
possible compilation failures of projects depending on those
headers (when compiled with flags -Wall, -Wsuggest-destructor-override,
-Winconsistent-missing-destructor-override).
Differential Revision: https://reviews.llvm.org/D121993
More information about the All-commits
mailing list