Updated test case documentation
This commit is contained in:
@@ -44,14 +44,14 @@ public:
|
||||
|
||||
bool VisitCallExpr(clang::CallExpr *expr);
|
||||
|
||||
bool TraverseCallExpr(clang::CallExpr *expr);
|
||||
|
||||
bool VisitLambdaExpr(clang::LambdaExpr *expr);
|
||||
|
||||
bool TraverseLambdaExpr(clang::LambdaExpr *expr);
|
||||
|
||||
bool VisitCXXMethodDecl(clang::CXXMethodDecl *method);
|
||||
|
||||
// bool TraverseCompoundStmt(clang::CompoundStmt *stmt);
|
||||
|
||||
bool VisitCXXRecordDecl(clang::CXXRecordDecl *cls);
|
||||
|
||||
bool VisitClassTemplateDecl(clang::ClassTemplateDecl *cls);
|
||||
|
||||
Reference in New Issue
Block a user