summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/IndexProvider.cpp
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2012-03-21 11:32:46 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2012-03-21 11:32:46 +0000
commit823085a8f4bfde4f43990b91eeb1e1541cd5e3d4 (patch)
tree8644ca82db9afc94032d1b90732e632d0875b4aa /clang/lib/Index/IndexProvider.cpp
parent3ffccb3802194e043cbf2b89c784de3e573b1bbf (diff)
downloadbcm5719-llvm-823085a8f4bfde4f43990b91eeb1e1541cd5e3d4.tar.gz
bcm5719-llvm-823085a8f4bfde4f43990b91eeb1e1541cd5e3d4.zip
[asan] Support for %z to Printf()
At the moment, asan internal Printf() uses %l modifier for printing values of size_t and related types. This works, because we control both the implementation of Printf and all its uses, but can be a little misleading. This change adds support for %z to Printf(). All callers that print sizes and pointers as integers are switched to %zu / %zx. llvm-svn: 153177
Diffstat (limited to 'clang/lib/Index/IndexProvider.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud