[PATCH] D19586: Misleading Indentation check

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 13 05:31:48 PST 2017


xazax.hun updated this revision to Diff 88182.
xazax.hun added a comment.

- Updated to latest trunk.
- Mentioned check in the release notes.
- Documented the limitation that tabs and spaces need to be consistent for this check to work.
- Fixed (hopefully all) review comments.
- Fixed the test cases.
- Minor code cleanups.


https://reviews.llvm.org/D19586

Files:
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/MisleadingIndentationCheck.cpp
  clang-tidy/readability/MisleadingIndentationCheck.h
  clang-tidy/readability/ReadabilityTidyModule.cpp
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/readability-misleading-indentation.rst
  test/clang-tidy/readability-misleading-indentation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19586.88182.patch
Type: text/x-patch
Size: 10529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170213/0b7acd2f/attachment-0001.bin>


More information about the cfe-commits mailing list