This revision was automatically updated to reflect the committed changes.
gribozavr marked an inline comment as done.
Closed by commit rCTE359876: Added an AST matcher for declarations that are in
the `std` namespace (authored by gribozavr, committed by ).
Changed prior to commit:
https://revie
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61480/new/
https://reviews.llvm.org/D61480
gribozavr marked 2 inline comments as done.
gribozavr added inline comments.
Comment at: clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp:2079
+}
+
TEST(EqualsBoundNodeMatcher, QualType) {
aaron.ballman wrote:
> Can you also add a negative test case for:
gribozavr updated this revision to Diff 197950.
gribozavr added a comment.
Regenerated documentation and added one more test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61480/new/
https://reviews.llvm.org/D61480
Files:
clang-tools-extra/clang-
alexfh added a comment.
Please regenerate the HTML docs using clang/docs/tools/dump_ast_matchers.py.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61480/new/
https://reviews.llvm.org/D61480
___
cfe-com
aaron.ballman requested changes to this revision.
aaron.ballman added a comment.
This revision now requires changes to proceed.
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.
===
gribozavr created this revision.
gribozavr added a reviewer: alexfh.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D61480
Files:
clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.cpp
clang/includ