[clang-tidy] Revert my readability-uppercase-literal-suffix check.
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 25 Oct 2018 19:44:51 +0000 (19:44 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 25 Oct 2018 19:44:51 +0000 (19:44 +0000)
commit5aa945e7ac65c3409f4a31859779567afe6da9e4
tree760cf6ea159b951cc1e088b6dfe95e982d8d7e69
parentcf955241fd94154165839458bd4e45f3e304db61
[clang-tidy] Revert my readability-uppercase-literal-suffix check.

There are some lurking issues with the handling of the SourceManager.
Somehow sometimes we end up extracting completely wrong
portions of the source buffer.

Reverts r344772, r44760, r344758, r344755.

llvm-svn: 345305
24 files changed:
clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
clang-tools-extra/clang-tidy/cert/CMakeLists.txt
clang-tools-extra/clang-tidy/hicpp/HICPPTidyModule.cpp
clang-tools-extra/clang-tidy/readability/CMakeLists.txt
clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp [deleted file]
clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.h [deleted file]
clang-tools-extra/clang-tidy/utils/ASTUtils.cpp
clang-tools-extra/clang-tidy/utils/ASTUtils.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/cert-dcl16-c.rst [deleted file]
clang-tools-extra/docs/clang-tidy/checks/hicpp-uppercase-literal-suffix.rst [deleted file]
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/readability-uppercase-literal-suffix.rst [deleted file]
clang-tools-extra/test/clang-tidy/cert-uppercase-literal-suffix-integer.cpp [deleted file]
clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-floating-point-opencl-half.cpp [deleted file]
clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-floating-point.cpp [deleted file]
clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-hexadecimal-floating-point.cpp [deleted file]
clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-custom-list.cpp [deleted file]
clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-macro.cpp [deleted file]
clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-ms.cpp [deleted file]
clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer.cpp [deleted file]
clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix.h [deleted file]