diff options
| author | Dan Gohman <gohman@apple.com> | 2008-12-05 23:39:24 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-12-05 23:39:24 +0000 |
| commit | 35e2cfccafd00304507e3f99ec3ecfa6168326a7 (patch) | |
| tree | e0461a0c339476c1fe3693cf0a01e9c8568a78da /clang/lib/Sema/SemaOverload.cpp | |
| parent | 4619e439b64a251fe35f7a5821aa90d78b879fa9 (diff) | |
| download | bcm5719-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

