List Question
20 TechQA 2017-08-31T13:55:19.137000How find BlockDecl nodes in Clang AST using AST Matcher?
419 views
Asked by Yulia
How to expose ImplicitCastExpr node in clang Python bindings?
157 views
Asked by Gregory Hines
Is it possible to traverse only a subtree of the AST with RecursiveASTVisitor
109 views
Asked by Mike van Dyke
What's the difference between Clang invoked by Bash and the ClangTool?
106 views
Asked by Fanke Tong
Getting file not found error using clang LibASTMatchers
514 views
Asked by Vadim Volodin
Matching the argument passed to a function in a ForStmt's Cond using Clang AST Visitors
462 views
Asked by Amir
How do I construct a syntax-only match-finder tool?
228 views
Asked by fbrereto
Clang AST Matcher: No CXXMethodDecl for `operator()`?
354 views
Asked by fbrereto
Clang matcher that hasGlobalStorage but is non-static
178 views
Asked by fskoras
what does the line/col mean in clang ast dump
780 views
Asked by thisEric
How to get underly cxxRecordDecl from typedefDecl
847 views
Asked by thisEric
In a clang plugin, how do you see whether there was an error compiling the translation unit?
204 views
Asked by xaxxon
Is there a LLVM Matcher for any conditional?
123 views
Asked by Robert Ankeney
How to insert statements at the beginning of a function block using Clang AST?
329 views
Asked by Sabya
How to reuse a clang AST matcher?
220 views
Asked by Dorian
Can Clang AST get the virtual function table?
210 views
Asked by zcfh
How do I get clang-query or AST to recognize the underlying pair / type inside a map?
477 views
Asked by ginginsha
How to match a struct member access using clang AST matcher?
298 views
Asked by maarten
Parsing comments with clang AST
3.4k views
Asked by posutsai
Clang AST Matcher's "AND" and "OR"
1.2k views
Asked by ignorer