Adds hasUnqualifiedDesugaredType to allow matching through type sugar.
authorManuel Klimek <klimek@google.com>
Thu, 1 Dec 2016 15:45:06 +0000 (15:45 +0000)
committerManuel Klimek <klimek@google.com>
Thu, 1 Dec 2016 15:45:06 +0000 (15:45 +0000)
commit441c3af190189ee0bd37e3c8e5e61a51338b08d6
tree6e302b3117cb4fb1ac1f2282760ff8b82879d2cc
parent0eded94a1d7021f0d31fc7b068fe51e6714b6095
Adds hasUnqualifiedDesugaredType to allow matching through type sugar.

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

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