summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2013-01-15 15:50:27 +0000
committerManuel Klimek <klimek@google.com>2013-01-15 15:50:27 +0000
commit99c7baa3cfdfa73a683b65d371162cfa766ae8c0 (patch)
tree823c8b879cb9d0b199d31f7976f8cbe18842714f /llvm/lib/Transforms
parentf71e7ad3cc39d025a8f082364a9fbf62bca2157b (diff)
downloadbcm5719-llvm-99c7baa3cfdfa73a683b65d371162cfa766ae8c0.tar.gz
bcm5719-llvm-99c7baa3cfdfa73a683b65d371162cfa766ae8c0.zip
Fix formatting of preprocessor directives (incluces, warnings & errors).
Treat tokens inside <> for includes and everything from the second token of a warning / error on as an implicit string literal, e.g. do not change its whitespace at all. Now correctly formats: #include < path with space > #error Leave all white!!!!! space* alone! Note that for #error and #warning we still format the space up to the first token of the text, so: # error Text will become #error Text llvm-svn: 172536
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud