This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
clang
/
lib
/
ASTMatchers
History
Aaron Ballman
a35b8fcef8
Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOperator, designatedInitExpr, designatorCountIs, hasSyntacticForm, implicitValueInitExpr, labelDecl, opaqueValueExpr, parenListExpr, predefinedExpr, requiresZeroInitialization, and stmtExpr.
...
Patch by Aleksei Sidorin. llvm-svn: 263027
2016-03-09 17:11:51 +00:00
..
Dynamic
Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOperator, designatedInitExpr, designatorCountIs, hasSyntacticForm, implicitValueInitExpr, labelDecl, opaqueValueExpr, parenListExpr, predefinedExpr, requiresZeroInitialization, and stmtExpr.
2016-03-09 17:11:51 +00:00
ASTMatchersInternal.cpp
Fix a -Wunused-variable diagnostic.
2016-02-23 10:29:04 +00:00
ASTMatchFinder.cpp
Simplify and rename ASTMatchFinder's getCXXRecordDecl to make it more obvious
2016-02-09 20:59:05 +00:00
CMakeLists.txt
ASTMatchers: Add an explicit dependency on libclangBasic.
2015-03-12 16:25:19 +00:00