Added an AST matcher for declarations that are in the `std` namespace
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 3 May 2019 12:50:00 +0000 (12:50 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 3 May 2019 12:50:00 +0000 (12:50 +0000)
commitb641b914a36bbf1f35587b9f0bf652d691f97cee
tree3a7e4ed5002fce854d7d1036f9f90093edbb0246
parent6d08b8dbaef2a6795d76b617a88070ec9c815a2e
Added an AST matcher for declarations that are in the `std` namespace

Reviewers: alexfh

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D61480

llvm-svn: 359876
clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.cpp
clang/docs/LibASTMatchersReference.html
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/lib/AST/DeclBase.cpp
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp