Details
Details
- Reviewers
alexfh aaron.ballman - Commits
- rZORG70b151f0b2d3: Added an AST matcher for declarations that are in the `std` namespace
rZORGc77f682efe1f: Added an AST matcher for declarations that are in the `std` namespace
rG70b151f0b2d3: Added an AST matcher for declarations that are in the `std` namespace
rGc77f682efe1f: Added an AST matcher for declarations that are in the `std` namespace
rGb641b914a36b: Added an AST matcher for declarations that are in the `std` namespace
rC359876: Added an AST matcher for declarations that are in the `std` namespace
rL359876: Added an AST matcher for declarations that are in the `std` namespace
rCTE359876: Added an AST matcher for declarations that are in the `std` namespace
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
Comment Actions
You should also update Registry.cpp to add this to clang-query and you should also regenerate the documentation by running clang\docs\tools\dump_ast_matchers.py.
clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | ||
---|---|---|
2079 ↗ | (On Diff #197925) | Can you also add a negative test case for: namespace foo { namespace std { void bar(); // isInStdNamespace() is false here, right? } } |
clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | ||
---|---|---|
2079 ↗ | (On Diff #197925) | Done. |