diff options
author | Richard Trieu <rtrieu@google.com> | 2018-04-25 23:50:55 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2018-04-25 23:50:55 +0000 |
commit | 563296abd8a1b2a9f2cd6675094ea448d0adbf1f (patch) | |
tree | 2749d2fb307e755a40becb45e0bfb40e37feefbc /clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | |
parent | f0562390e22b607976e6924ae67ac6474e59c72b (diff) | |
download | bcm5719-llvm-563296abd8a1b2a9f2cd6675094ea448d0adbf1f.tar.gz bcm5719-llvm-563296abd8a1b2a9f2cd6675094ea448d0adbf1f.zip |
Switch to Clang's isDigit function.
std::isdigit can be overloaded, causing the template deduction to fail. Use
Clang's isDigit function which to avoid this. Switch the other calls for
consistency.
llvm-svn: 330887
Diffstat (limited to 'clang/lib/Sema/SemaTemplateInstantiateDecl.cpp')
0 files changed, 0 insertions, 0 deletions