aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2016-02-05 23:02:38 +0000
committerRichard Trieu <rtrieu@google.com>2016-02-05 23:02:38 +0000
commitfc404c7fb3bc49d1e4c38750c35205926028c54b (patch)
tree66ca5e05d49911c7edd4c303af9578d97a4e49a8 /clang/lib/CodeGen/CodeGenModule.cpp
parentc0c92609c443e793f8072eadb5f54d0eccf8f852 (diff)
downloadllvm-fc404c7fb3bc49d1e4c38750c35205926028c54b.zip
llvm-fc404c7fb3bc49d1e4c38750c35205926028c54b.tar.gz
llvm-fc404c7fb3bc49d1e4c38750c35205926028c54b.tar.bz2
Exempt char array initializers from -Wconstant-converion.
Sometimes, char arrays are used as bit storage, with no difference made between signed and unsigned char. Thus, it is reasonable to use 0 to 255 instead of -128 to 127 and not trigger this warning. llvm-svn: 259947
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions