While its precedence should be higher than multiplicative, LLVM does not have a level for that, so for the time being just treat it as multiplicative.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D32864
clang-format: [JS] exponentiation operator ClosedPublic Authored by mprobst on May 4 2017, 7:32 AM.
Details Summary While its precedence should be higher than multiplicative, LLVM does not have a level for that, so for the time being just treat it as multiplicative.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 4 2017, 8:03 AM Closed by commit rL302156: clang-format: [JS] exponentiation operator (authored by mprobst). · Explain WhyMay 4 2017, 8:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 97830 cfe/trunk/lib/Format/FormatToken.h
cfe/trunk/lib/Format/FormatTokenLexer.cpp
cfe/trunk/unittests/Format/FormatTestJS.cpp
|