summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-08-06 14:15:41 +0000
committerDaniel Jasper <djasper@google.com>2014-08-06 14:15:41 +0000
commit78b1949950439959ecfd9185a13e42886dd712a2 (patch)
treef8cb432f5ceb88d8b0e33f0fbaf3b25a7384aa39 /llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
parentce5377afa0b74e1b972aa7d215487125648dec97 (diff)
downloadbcm5719-llvm-78b1949950439959ecfd9185a13e42886dd712a2.tar.gz
bcm5719-llvm-78b1949950439959ecfd9185a13e42886dd712a2.zip
clang-format: Correct SBPO_Always-behavior after function-like keywords
Before: auto f (int x) -> decltype(x) { return sizeof(x); } int g () noexcept(someCall ()); static_assert(sizeof(char) == 1, "Your compiler is broken"); After: auto f (int x) -> decltype (x) { return sizeof (x); } int g () noexcept (someCall ()); static_assert (sizeof (char) == 1, "Your compiler is broken"); This fixes llvm.org/PR20559. Patch by Roman Kashitsyn, thank you! llvm-svn: 214969
Diffstat (limited to 'llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud