diff options
author | Daniel Jasper <djasper@google.com> | 2015-02-02 23:04:00 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-02-02 23:04:00 +0000 |
commit | 88de3d72845cab030d4cf9aa30c5bd421f7d8901 (patch) | |
tree | 5e14b537ef39a3f2f17484d37dad6adfe60c0e8f /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | a1c535b5e85e63ae216c23a3511e0c7634827909 (diff) | |
download | llvm-88de3d72845cab030d4cf9aa30c5bd421f7d8901.zip llvm-88de3d72845cab030d4cf9aa30c5bd421f7d8901.tar.gz llvm-88de3d72845cab030d4cf9aa30c5bd421f7d8901.tar.bz2 |
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
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions