aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/llvm-cov.cpp
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2021-06-23 14:52:36 +0300
committerMartin Storsjö <martin@martin.st>2021-06-25 00:22:00 +0300
commit3eed57e7ef7da5eda765ccc19fd26fb8dfcd8d41 (patch)
treed4fa0590c5a509a52e5c5d564d90eebe8a0c7167 /llvm/tools/llvm-cov/llvm-cov.cpp
parentd09218a82e1a5dc082bff0b0c4f5cfbdf7736c7d (diff)
downloadllvm-3eed57e7ef7da5eda765ccc19fd26fb8dfcd8d41.zip
llvm-3eed57e7ef7da5eda765ccc19fd26fb8dfcd8d41.tar.gz
llvm-3eed57e7ef7da5eda765ccc19fd26fb8dfcd8d41.tar.bz2
[ADT] Rename StringRef case insensitive methods for clarity
Rename functions with the `xx_lower()` names to `xx_insensitive()`. This was requested during the review of D104218. Test names and variables in llvm/unittests/ADT/StringRefTest.cpp that refer to "lower" are renamed to "insensitive" correspondingly. Unused function aliases with the former method names are left in place (without any deprecation attributes) for transition purposes. All references within the monorepo will be changed (with essentially mechanical changes), and then the old names will be removed in a later commit. Also remove the superfluous method names at the start of doxygen comments, for the methods that are touched here. (There are more occurrances of this left in other methods though.) Also remove duplicate doxygen comments from the implementation file. Differential Revision: https://reviews.llvm.org/D104819
Diffstat (limited to 'llvm/tools/llvm-cov/llvm-cov.cpp')
0 files changed, 0 insertions, 0 deletions