summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-02-23 07:46:38 +0000
committerDaniel Jasper <djasper@google.com>2013-02-23 07:46:38 +0000
commitaf5ba0ed8cb742475d8de6c6f4e5718b8ebbf34c (patch)
tree89e6dbdab2bb18d20b70e9334d483f42cb072e64 /clang/lib/CodeGen/CodeGenModule.cpp
parent4e80d9e853b15e4386d921fb889b1ce8769cc27f (diff)
downloadbcm5719-llvm-af5ba0ed8cb742475d8de6c6f4e5718b8ebbf34c.tar.gz
bcm5719-llvm-af5ba0ed8cb742475d8de6c6f4e5718b8ebbf34c.zip
Allow splitting between string literals and identifiers.
Also don't break in long include directives as that is not desired. We can now format: #include "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" #define LL_FORMAT "ll" printf("aaaaa: %d, bbbbbbbbb: %" LL_FORMAT "d, cccccccc: %" LL_FORMAT "d, ddddddddd: %" LL_FORMAT "d\n"); Before, this led to weird results. llvm-svn: 175959
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud