summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-18 19:26:42 +0000
committerChris Lattner <sabre@nondot.org>2009-02-18 19:26:42 +0000
commit3dd56f96c385f78905ebc73bbbff56c2b4615d7d (patch)
tree82852880597ae24907dfeb87addc3959476aa52b /clang/lib/CodeGen/CodeGenModule.cpp
parentddb7191920f657397c27bc345037e9a92a232e6d (diff)
downloadbcm5719-llvm-3dd56f96c385f78905ebc73bbbff56c2b4615d7d.tar.gz
bcm5719-llvm-3dd56f96c385f78905ebc73bbbff56c2b4615d7d.zip
final string diagnostic issue (that I know about):
we used to not account for escapes in strings with string concat. Before: t.m:5:20: warning: field width should have type 'int', but argument has type 'unsigned int' printf("\n\n" "\n\n%*d", (unsigned) 1, 1); ^ ~~~~~~~~~~~~ after: t.m:5:23: warning: field width should have type 'int', but argument has type 'unsigned int' printf("\n\n" "\n\n%*d", (unsigned) 1, 1); ^ ~~~~~~~~~~~~ llvm-svn: 64941
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud