forked from OSchip/llvm-project
12cb540529
There's many instances in clang tidy checks where owning strings are used when we already have a stable string from the options, so using a StringRef makes much more sense. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D124341 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TemporaryObjectsCheck.cpp | ||
TemporaryObjectsCheck.h | ||
ZirconTidyModule.cpp |