diff options
author | Daniel Jasper <djasper@google.com> | 2017-11-06 12:11:51 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2017-11-06 12:11:51 +0000 |
commit | bbf5f4ecbceafd8b4a4139a37156276a980fd8c6 (patch) | |
tree | 8221688e5a62643a3e0219402322630b2acbbbbb /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | aaecdc44ae9e4d74f24c8de382435a2be1daf2d7 (diff) | |
download | llvm-bbf5f4ecbceafd8b4a4139a37156276a980fd8c6.zip llvm-bbf5f4ecbceafd8b4a4139a37156276a980fd8c6.tar.gz llvm-bbf5f4ecbceafd8b4a4139a37156276a980fd8c6.tar.bz2 |
[clang-format] Handle unary operator overload with arguments and specifiers
Before:
int operator++(int)noexcept;
After:
int operator++(int) noexcept;
Patch by Igor Sugak. Thank you!
llvm-svn: 317473
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions