]> granicus.if.org Git - clang/commit
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)
commit54eb12a115eb4fbdc59b1335d721d0415ca1f7a8
tree6c6d7a7e8db17eb2fd40a6cd4d15abe8e4d3cece
parent6ef4cf339ce48cf922534c163eaec4bcbf85604f
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359876 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
lib/AST/DeclBase.cpp
lib/ASTMatchers/Dynamic/Registry.cpp
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp