List Question
20 TechQA 2024-01-17T07:41:18.027000clang-tidy check: write a matcher to match consective if-else-if statement?
56 views
Asked by Rahn
Clang AST: VarDecl (global variables) and DeclStmt
144 views
Asked by Gruber
How do I match a for loop with vector declaring in it's body?
136 views
Asked by Rahn
What's the difference between Clang invoked by Bash and the ClangTool?
106 views
Asked by Fanke Tong
Is it possible to traverse only a subtree of the AST with RecursiveASTVisitor
109 views
Asked by Mike van Dyke
How to find the clang::SourceRange of a deleted function?
66 views
Asked by Jared Hoberock
How to find SourceLocation of the outer template parameter list of a class template member function definition?
85 views
Asked by Jared Hoberock
How to see all UnresolvedLookupExpr node in Clang AST
117 views
Asked by Linc Ghibling
Writing AST Matcher expressions using an AST tree dump as a guide
391 views
Asked by johnco3
clang-tidy: Warn when a container holds a particular class
85 views
Asked by Richard
How to get the details of DeclRefExpr from VarDecl in clang?
166 views
Asked by RBB
How to match a struct member access using clang AST matcher?
298 views
Asked by maarten
How do I get clang-query or AST to recognize the underlying pair / type inside a map?
477 views
Asked by ginginsha
Can Clang AST get the virtual function table?
210 views
Asked by zcfh
TransformerClangTidyCheck drops required parentheses around bound `expr()`
50 views
Asked by Marc Mutz - mmutz
Clang AST matching method call on class, derived class or typedef to either
402 views
Asked by Mike Crowe
(clang AST matchers) How to match consecutive statements?
372 views
Asked by Marc Mutz - mmutz
How to get C++ mangled Function name in clang by using void MangleContext::mangleName(GlobalDecl GD, raw_ostream &Out) API?
278 views
Asked by StudyingCui
how to modify forStmt condtion by clang tools?
107 views
Asked by haoshuo xu
How to reuse a clang AST matcher?
220 views
Asked by Dorian