Clang-format is treating all occurences of is in js as type matchers. In some
cases this is wrong, as it might be a dict key.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D54753
[clang-format] JS: don't treat is: as a type matcher ClosedPublic Authored by krasimir on Nov 20 2018, 6:10 AM.
Details Summary Clang-format is treating all occurences of is in js as type matchers. In some
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 20 2018, 6:12 AM Closed by commit rC347307: [clang-format] JS: don't treat is: as a type matcher (authored by krasimir). · Explain WhyNov 20 2018, 6:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 174764 lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestJS.cpp
|