[all-commits] [llvm/llvm-project] a262f4: Revert "[Clang] Add a warning on invalid UTF-8 in ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jul 12 15:22:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a262f4dbd78fc68609d230f3e9c5ca2b1d1d9437
https://github.com/llvm/llvm-project/commit/a262f4dbd78fc68609d230f3e9c5ca2b1d1d9437
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-07-12 (Tue, 12 Jul 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticLexKinds.td
M clang/lib/Lex/Lexer.cpp
R clang/test/Lexer/comment-invalid-utf8.c
R clang/test/Lexer/comment-utf8.c
M clang/test/SemaCXX/static-assert.cpp
M llvm/include/llvm/Support/ConvertUTF.h
M llvm/lib/Support/ConvertUTF.cpp
Log Message:
-----------
Revert "[Clang] Add a warning on invalid UTF-8 in comments."
This reverts commit cc309721d20c8e544ae7a10a66735ccf4981a11c because it
breaks the following tests on GreenDragon:
TestDataFormatterObjCCF.py
TestDataFormatterObjCExpr.py
TestDataFormatterObjCKVO.py
TestDataFormatterObjCNSBundle.py
TestDataFormatterObjCNSData.py
TestDataFormatterObjCNSError.py
TestDataFormatterObjCNSNumber.py
TestDataFormatterObjCNSURL.py
TestDataFormatterObjCPlain.py
TestDataFormatterObjNSException.py
https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/45288/
More information about the All-commits
mailing list