https://bugs.llvm.org/show_bug.cgi?id=33154

Martin Probst <mar...@probst.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED

--- Comment #4 from Martin Probst <mar...@probst.io> ---
I took a look. The problem is that detecting an automatic semicolon on "}
(ident|statement)" throws off the indentation counting.

I'll mark this as WONTFIX for now, it'd require substantial refactoring of how
clang-format handles indentation.

I'd recommend using a JS linter (jslint, tslint, ...) to detect missing semis,
and fixing them manually.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to