summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOverload.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-12-05 23:39:24 +0000
committerDan Gohman <gohman@apple.com>2008-12-05 23:39:24 +0000
commit35e2cfccafd00304507e3f99ec3ecfa6168326a7 (patch)
treee0461a0c339476c1fe3693cf0a01e9c8568a78da /clang/lib/Sema/SemaOverload.cpp
parent4619e439b64a251fe35f7a5821aa90d78b879fa9 (diff)
downloadbcm5719-llvm-35e2cfccafd00304507e3f99ec3ecfa6168326a7.tar.gz
bcm5719-llvm-35e2cfccafd00304507e3f99ec3ecfa6168326a7.zip
Don't use plain %x to print pointer values. I had changed it from %p
since %p isn't formatted consistently, but obviously plain %x is wrong. PRIxPTR with a cast to uintptr_t would work here, but that requires inconvenient build-system changes. %lu works on all current and foreseable future hosts. llvm-svn: 60616
Diffstat (limited to 'clang/lib/Sema/SemaOverload.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud