This is an archive of the discontinued LLVM Phabricator instance.

[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
cases this is wrong, as it might be a dict key.

Diff Detail

Repository
rC Clang

Event Timeline

krasimir created this revision.Nov 20 2018, 6:10 AM
mprobst accepted this revision.Nov 20 2018, 6:12 AM
This revision is now accepted and ready to land.Nov 20 2018, 6:12 AM
This revision was automatically updated to reflect the committed changes.