mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 12:39:19 +00:00
[Documentation] Fix grammar related to Clang-tidy cppcoreguidelines-macro-usage.
llvm-svn: 344943
This commit is contained in:
parent
912adfba7e
commit
8eb4fc5c3b
@ -106,7 +106,7 @@ Improvements to clang-tidy
|
||||
- New :doc:`cppcoreguidelines-macro-usage
|
||||
<clang-tidy/checks/cppcoreguidelines-macro-usage>` check.
|
||||
|
||||
Find macro usage that is considered problematic because better language
|
||||
Finds macro usage that is considered problematic because better language
|
||||
constructs exist for the task.
|
||||
|
||||
- New :doc:`misc-non-private-member-variables-in-classes
|
||||
|
@ -3,7 +3,7 @@
|
||||
cppcoreguidelines-macro-usage
|
||||
=============================
|
||||
|
||||
Find macro usage that is considered problematic because better language
|
||||
Finds macro usage that is considered problematic because better language
|
||||
constructs exist for the task.
|
||||
|
||||
The relevant sections in the C++ Core Guidelines are
|
||||
|
Loading…
x
Reference in New Issue
Block a user