diff options
| author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2012-03-21 11:32:46 +0000 |
|---|---|---|
| committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2012-03-21 11:32:46 +0000 |
| commit | 823085a8f4bfde4f43990b91eeb1e1541cd5e3d4 (patch) | |
| tree | 8644ca82db9afc94032d1b90732e632d0875b4aa /clang/lib/Index/IndexProvider.cpp | |
| parent | 3ffccb3802194e043cbf2b89c784de3e573b1bbf (diff) | |
| download | bcm5719-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

