mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
[clang-tidy][NFC] Fix typo in comment
This commit is contained in:
@@ -39,7 +39,7 @@ namespace {
|
||||
// - LoopCounterName: The entire for loop (as ForStmt).
|
||||
// - LoopParentName: The body of function f (as CompoundStmt).
|
||||
// - VectorVarDeclName: 'v' (as VarDecl).
|
||||
// - VectorVarDeclStmatName: The entire 'std::vector<T> v;' statement (as
|
||||
// - VectorVarDeclStmtName: The entire 'std::vector<T> v;' statement (as
|
||||
// DeclStmt).
|
||||
// - PushBackOrEmplaceBackCallName: 'v.push_back(i)' (as cxxMemberCallExpr).
|
||||
// - LoopInitVarName: 'i' (as VarDecl).
|
||||
|
||||
Reference in New Issue
Block a user