mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 12:39:19 +00:00
[clang-tidy] Fix typo abls->absl.
llvm-svn: 344968
This commit is contained in:
parent
3d5c2e648c
commit
38bffd6a0f
@ -13,5 +13,5 @@ them makes the code smaller and faster.
|
||||
|
||||
a = absl::StrCat(a, b); // Use absl::StrAppend(&a, b) instead.
|
||||
|
||||
Does not diagnose cases where ``abls::StrCat()`` is used as a template
|
||||
Does not diagnose cases where ``absl::StrCat()`` is used as a template
|
||||
argument for a functor.
|
||||
|
Loading…
x
Reference in New Issue
Block a user