llvm-capstone/clang/include
Daniel Jasper 88de3d7284 Add some overloads so that floating point literals can be AST matched properly.
I am not entirely sure whether the implemented sematics are ideal. In
particular, should floatLiteral(equals(0.5)) match "0.5f" and should
floatLiteral(equals(0.5f)) match "0.5". With the overloads in this
patch, the answer to both questions is yes, but I am happy to change
that.

llvm-svn: 227892
2015-02-02 23:04:00 +00:00
..
clang Add some overloads so that floating point literals can be AST matched properly. 2015-02-02 23:04:00 +00:00
clang-c This reverts commit r227432, r227438 and r227448. 2015-01-29 17:22:53 +00:00
CMakeLists.txt
Makefile