]> granicus.if.org Git - clang/commit
Add an AST matcher for real floating-point types. e.g., float, double, long double...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 18 Feb 2016 16:36:01 +0000 (16:36 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 18 Feb 2016 16:36:01 +0000 (16:36 +0000)
commit005df9362ed578b99a6a545449a7802b9fb8cece
tree7acddf2d14af170bed223ed2baa4fc7828410fa3
parent98c4d57826376988fa2dbd8eb294ee57e32f0dcd
Add an AST matcher for real floating-point types. e.g., float, double, long double, but not complex.

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