Needed for https://reviews.llvm.org/D27166
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
5034 ↗ | (On Diff #80388) | Thanks for the patch! I think this should use: |
Paths
| Differential D27447
[ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType ClosedPublic Authored by malcolm.parsons on Dec 6 2016, 1:45 AM.
Details
Diff Detail
Event Timelinemalcolm.parsons retitled this revision from to [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType. malcolm.parsons updated this object.
This revision is now accepted and ready to land.Dec 8 2016, 3:00 AM Closed by commit rL289042: [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType (authored by malcolm.parsons). · Explain WhyDec 8 2016, 3:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 80741 cfe/trunk/docs/LibASTMatchersReference.html
cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp
cfe/trunk/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
|