diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-13 08:01:36 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-13 08:01:36 +0000 |
commit | ef906a9c67a009a4c94b2162157a34f3458a915b (patch) | |
tree | 4a4b1edea8780136b3b9b0bf4fe03a1c918bfbf3 /llvm/lib/Support/DynamicLibrary.cpp | |
parent | 40e45eeae2da45903a73d4fb5c4bfd4cb9c1e936 (diff) | |
download | llvm-ef906a9c67a009a4c94b2162157a34f3458a915b.zip llvm-ef906a9c67a009a4c94b2162157a34f3458a915b.tar.gz llvm-ef906a9c67a009a4c94b2162157a34f3458a915b.tar.bz2 |
Improve identification of c-style casts.
A ")" before any of "=", "{" or ";" won't be a cast. This fixes issues
with the formatting of unnamed parameters.
Before: void f(int *){}
After: void f(int *) {}
llvm-svn: 172349
Diffstat (limited to 'llvm/lib/Support/DynamicLibrary.cpp')
0 files changed, 0 insertions, 0 deletions