llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clangd Author: ð ðđððð ð (TokynBlast) <details> <summary>Changes</summary> This was supposed to be in the previous push. However, due to some complications, and compiling Swift at the time, I was unable to get it to push within a reasonable amount of time. This removes 20,000+ lines of trailing whitespace, which was automated by [this](https://github.com/TokynBlast/trimmer) tool I made, after realizing how much trailing whitespace actually infects soure code. I have multiple tools to prevent this, including trailing whitespace being removed upon save, whitespace checker tools, and now this. --- Patch is 5.96 MiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/182689.diff 2647 Files Affected: - (modified) bolt/runtime/CMakeLists.txt (+4-4) - (modified) bolt/test/runtime/RISCV/instrumentation-ind-call.c (+1-1) - (modified) clang-tools-extra/clang-doc/CMakeLists.txt (+1-1) - (modified) clang-tools-extra/clang-tidy/misc/ConfusableTable/confusables.txt (+4734-4734) - (modified) clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp (+1-1) - (modified) clang-tools-extra/clangd/ClangdLSPServer.h (+1-1) - (modified) clang-tools-extra/clangd/quality/README.md (+8-8) - (modified) clang-tools-extra/clangd/refactor/tweaks/PopulateSwitch.cpp (+1-1) - (modified) clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp (+3-3) - (modified) clang-tools-extra/clangd/unittests/FormatTests.cpp (+2-2) - (modified) clang-tools-extra/clangd/unittests/HoverTests.cpp (+18-18) - (modified) clang-tools-extra/clangd/unittests/InlayHintTests.cpp (+17-17) - (modified) clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp (+2-2) - (modified) clang-tools-extra/clangd/unittests/SourceCodeTests.cpp (+1-1) - (modified) clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp (+2-2) - (modified) clang-tools-extra/clangd/unittests/SymbolDocumentationTests.cpp (+18-18) - (modified) clang-tools-extra/clangd/unittests/XRefsTests.cpp (+1-1) - (modified) clang-tools-extra/clangd/unittests/tweaks/DefineOutlineTests.cpp (+1-1) - (modified) clang-tools-extra/clangd/unittests/tweaks/RemoveUsingNamespaceTests.cpp (+17-17) - (modified) clang-tools-extra/clangd/unittests/tweaks/ShowSelectionTreeTests.cpp (+2-2) - (modified) clang-tools-extra/clangd/unittests/tweaks/SwapBinaryOperandsTests.cpp (+2-2) - (modified) clang-tools-extra/include-cleaner/test/tool.cpp (+1-1) - (modified) clang-tools-extra/include-cleaner/unittests/RecordTest.cpp (+1-1) - (modified) clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp (+6-6) - (modified) clang-tools-extra/test/clang-apply-replacements/identical-in-TU.cpp (+2-2) - (modified) clang-tools-extra/test/clang-doc/comments-in-macros.cpp (+1-1) - (modified) clang-tools-extra/test/clang-doc/conversion_function.cpp (+2-2) - (modified) clang-tools-extra/test/clang-doc/index.cpp (+1-1) - (modified) clang-tools-extra/test/clang-doc/json/class-template.cpp (+4-4) - (modified) clang-tools-extra/test/clang-doc/json/class.cpp (+4-4) - (modified) clang-tools-extra/test/clang-doc/json/compound-constraints.cpp (+8-8) - (modified) clang-tools-extra/test/clang-doc/json/function-requires.cpp (+1-1) - (modified) clang-tools-extra/test/clang-doc/json/namespace.cpp (+1-1) - (modified) clang-tools-extra/test/clang-doc/long-name.cpp (+1-1) - (modified) clang-tools-extra/test/clang-doc/mustache-index.cpp (+1-1) - (modified) clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp (+1-1) - (modified) clang-tools-extra/test/clang-doc/templates.cpp (+4-4) - (modified) clang-tools-extra/test/clang-reorder-fields/CStructFieldsOrder.cpp (+1-1) - (modified) clang-tools-extra/test/clang-reorder-fields/ClassDerived.cpp (+2-2) - (modified) clang-tools-extra/test/clang-reorder-fields/DesignatedInitializerList.cpp (+1-1) - (modified) clang-tools-extra/test/clang-reorder-fields/FieldDependencyWarning.cpp (+8-8) - (modified) clang-tools-extra/test/clang-reorder-fields/FieldDependencyWarningDerived.cpp (+5-5) - (modified) clang-tools-extra/test/clang-reorder-fields/PlainCStructFieldsOrder.c (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/abseil/Inputs/absl/external-file.h (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/abseil/duration-division.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/altera/kernel-name-restriction.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/argument-comment.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/crtp-constructor-accessibility.cpp (+2-2) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/derived-method-shadowing-base-method.cpp (+3-3) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/incorrect-enable-shared-from-this.cpp (+16-16) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/narrowing-conversions-equivalentbitwidth-option.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/pointer-arithmetic-on-polymorphic-object-all.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/pointer-arithmetic-on-polymorphic-object-decl-only.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/sizeof-expression.cpp (+7-7) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/string-constructor.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/string-integer-assignment.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/stringview-nullptr.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/tagged-union-member-count-counting-enum-heuristic-is-enabled.cpp (+2-2) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/tagged-union-member-count-counting-enum-prefixes-and-suffixes.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/tagged-union-member-count-counting-enum-prefixes.cpp (+2-2) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/tagged-union-member-count-counting-enum-suffixes.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/tagged-union-member-count.c (+6-6) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/tagged-union-member-count.cpp (+11-11) - (modified) clang-tools-extra/test/clang-tidy/checkers/bugprone/unhandled-self-assignment.cpp (+6-6) - (modified) clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/no-malloc-custom.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-bounds-avoid-unchecked-container-access.cpp (+11-11) - (modified) clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-bounds-constant-array-index.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-bounds-pointer-arithmetic-pr36489.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/fuchsia/statically-constructed-objects.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/hicpp/signed-bitwise-standard-types.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/llvmlibc/callee-namespace.cpp (+2-2) - (modified) clang-tools-extra/test/clang-tidy/checkers/llvmlibc/inline-function-decl.hpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-allowed-types.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-parameters.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-pointer-as-pointers.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/misc/coroutine-hostile-raii.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/misc/misleading-bidirectional.cpp () - (modified) clang-tools-extra/test/clang-tidy/checkers/modernize/macro-to-enum.cpp (+6-6) - (modified) clang-tools-extra/test/clang-tidy/checkers/modernize/replace-random-shuffle.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/modernize/use-nodiscard.cpp (+23-23) - (modified) clang-tools-extra/test/clang-tidy/checkers/modernize/use-ranges.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/modernize/use-scope-lock-warn-on-using-and-typedef-false.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/modernize/use-scoped-lock-warn-on-single-locks-false.cpp (+7-7) - (modified) clang-tools-extra/test/clang-tidy/checkers/modernize/use-scoped-lock.cpp (+8-8) - (modified) clang-tools-extra/test/clang-tidy/checkers/modernize/use-starts-ends-with.cpp (+5-5) - (modified) clang-tools-extra/test/clang-tidy/checkers/modernize/use-structured-binding.cpp (+31-31) - (modified) clang-tools-extra/test/clang-tidy/checkers/modernize/use-trailing-return-type-transform-lambdas.cpp (+2-2) - (modified) clang-tools-extra/test/clang-tidy/checkers/modernize/use-uncaught-exceptions.cpp (+2-2) - (modified) clang-tools-extra/test/clang-tidy/checkers/portability/avoid-pragma-once.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/ambiguous-smartptr-reset-call.cpp (+2-2) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/braces-around-statements.cpp (+8-8) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/else-after-return-if-consteval.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/function-size-no-member-init-as-stmts.cpp (+2-2) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/function-size.cpp (+2-2) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/implicit-bool-conversion-cxx20.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/implicit-bool-conversion.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/qualified-auto.cpp (+3-3) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/redundant-member-init.cpp (+2-2) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/redundant-string-cstr.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/trailing-comma-cxx20-remove.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/trailing-comma.cpp (+7-7) - (modified) clang-tools-extra/test/clang-tidy/checkers/readability/use-std-min-max.cpp (+41-41) - (modified) clang-tools-extra/test/clang-tidy/infrastructure/nolint.cpp (+2-2) - (modified) clang-tools-extra/test/clang-tidy/infrastructure/nolintbeginend-typo-in-check-name.cpp (+1-1) - (modified) clang-tools-extra/test/clang-tidy/infrastructure/quiet-flag.cpp (+1-1) - (modified) clang-tools-extra/unittests/clang-tidy/ModernizeModuleTest.cpp (+1-1) - (modified) clang/README.md (+3-3) - (modified) clang/docs/ClangIRCleanupAndEHDesign.md (+2-2) - (modified) clang/include/clang/Lex/ExternalPreprocessorSource.h (+1-1) - (modified) clang/lib/CodeGen/CGVTables.cpp (+1-1) - (modified) clang/lib/Headers/avx10_2convertintrin.h (+54-54) - (modified) clang/lib/Options/CMakeLists.txt (+1-1) - (modified) clang/test/APINotes/Inputs/Frameworks/LayeredKit.framework/Headers/LayeredKit.h (+1-1) - (modified) clang/test/APINotes/lifetimebound.cpp (+2-2) - (modified) clang/test/APINotes/nullability.c (+1-1) - (modified) clang/test/AST/ByteCode/builtin-functions.cpp (+8-8) - (modified) clang/test/AST/ByteCode/cxx11.cpp (+1-1) - (modified) clang/test/AST/ByteCode/cxx20.cpp (+3-3) - (modified) clang/test/AST/ByteCode/new-delete.cpp (+3-3) - (modified) clang/test/AST/ByteCode/switch.cpp (+1-1) - (modified) clang/test/AST/absurdly_big_struct.cpp (+2-2) - (modified) clang/test/AST/ast-dump-concepts.cpp (+1-1) - (modified) clang/test/AST/ast-dump-openmp-target-parallel-for.c (+1-1) - (modified) clang/test/AST/ast-print-openacc-atomic-construct.cpp (+3-3) - (modified) clang/test/AST/cc-modifier.cpp (+2-2) - (modified) clang/test/Analysis/ArrayDelete.cpp (+1-1) - (modified) clang/test/Analysis/Checkers/WebKit/mock-types.h (+1-1) - (modified) clang/test/Analysis/Checkers/WebKit/nodelete-annotation.cpp (+1-1) - (modified) clang/test/Analysis/Checkers/WebKit/unchecked-local-vars.cpp (+1-1) - (modified) clang/test/Analysis/Checkers/WebKit/uncounted-lambda-captures.cpp (+2-2) - (modified) clang/test/Analysis/Checkers/WebKit/uncounted-local-vars.cpp (+1-1) - (modified) clang/test/Analysis/Checkers/WebKit/uncounted-obj-arg-std-array.cpp (+1-1) - (modified) clang/test/Analysis/Inputs/system-header-simulator-cxx.h (+17-17) - (modified) clang/test/Analysis/Issue56873.cpp (+2-2) - (modified) clang/test/Analysis/LifetimeSafety/CMakeLists.txt (+3-3) - (modified) clang/test/Analysis/NewDelete+MismatchedDeallocator_intersections.cpp (+1-1) - (modified) clang/test/Analysis/NewDelete-checker-test.cpp (+1-1) - (modified) clang/test/Analysis/NewDelete-custom.cpp (+1-1) - (modified) clang/test/Analysis/NewDeleteLeaks-PR60896.cpp (+14-14) - (modified) clang/test/Analysis/aggrinit-cfg-output.cpp (+1-1) - (modified) clang/test/Analysis/array-init-loop.cpp (+6-6) - (modified) clang/test/Analysis/array-struct.c (+5-5) - (modified) clang/test/Analysis/bstring.cpp (+1-1) - (modified) clang/test/Analysis/builtin_assume.cpp (+1-1) - (modified) clang/test/Analysis/builtin_bitcast.cpp (+1-1) - (modified) clang/test/Analysis/casts.c (+1-1) - (modified) clang/test/Analysis/complex.c (+1-1) - (modified) clang/test/Analysis/conditional-operator.cpp (+1-1) - (modified) clang/test/Analysis/copy-elision.cpp (+3-3) - (modified) clang/test/Analysis/ctor-bug-path.cpp (+7-7) - (modified) clang/test/Analysis/cxx-crashes.cpp (+2-2) - (modified) clang/test/Analysis/cxx-uninitialized-object.cpp (+2-2) - (modified) clang/test/Analysis/designated-initializer.c (+2-2) - (modified) clang/test/Analysis/diagnostics/Inputs/include/report-issues-within-main-file.h (+1-1) - (modified) clang/test/Analysis/diagnostics/deref-track-symbolic-region.cpp (+1-1) - (modified) clang/test/Analysis/diagnostics/macro-null-return-suppression.cpp (+1-1) - (modified) clang/test/Analysis/diagnostics/shortest-path-suppression.c (+1-1) - (modified) clang/test/Analysis/dtor-array.cpp (+5-5) - (modified) clang/test/Analysis/dtor.cpp (+3-3) - (modified) clang/test/Analysis/enum.cpp (+2-2) - (modified) clang/test/Analysis/fields.c (+2-2) - (modified) clang/test/Analysis/gh-issue-89185.c (+1-1) - (modified) clang/test/Analysis/inline.c (+1-1) - (modified) clang/test/Analysis/inline2.c (+1-1) - (modified) clang/test/Analysis/inline4.c (+3-3) - (modified) clang/test/Analysis/inlining/placement-new-fp-suppression.cpp (+1-1) - (modified) clang/test/Analysis/inlining/stl.cpp (+1-1) - (modified) clang/test/Analysis/invalidated-iterator.cpp (+3-3) - (modified) clang/test/Analysis/issue-137252.cpp (+1-1) - (modified) clang/test/Analysis/lambdas-modern.cpp (+1-1) - (modified) clang/test/Analysis/lifetime-cfg-output.cpp (+1-1) - (modified) clang/test/Analysis/lifetime-extended-regions.cpp (+1-1) - (modified) clang/test/Analysis/live-bindings-test.cpp (+1-1) - (modified) clang/test/Analysis/loop-unrolling.cpp (+1-1) - (modified) clang/test/Analysis/loop-widening-notes.cpp (+17-17) - (modified) clang/test/Analysis/loopexit-cfg-output.cpp (+1-1) - (modified) clang/test/Analysis/lvalue_elements.c (+1-1) - (modified) clang/test/Analysis/misc-ps-region-store.cpp (+9-9) - (modified) clang/test/Analysis/misc-ps.c (+2-2) - (modified) clang/test/Analysis/offsetofexpr-callback.c (+1-1) - (modified) clang/test/Analysis/placement-new.cpp (+2-2) - (modified) clang/test/Analysis/plist-macros.cpp (+3-3) - (modified) clang/test/Analysis/pointer-to-member.cpp (+1-1) - (modified) clang/test/Analysis/pragma-diag-control.cpp (+2-2) - (modified) clang/test/Analysis/ptr-arith.c (+2-2) - (modified) clang/test/Analysis/region-store.cpp (+2-2) - (modified) clang/test/Analysis/region_store_overflow.c (+1-1) - (modified) clang/test/Analysis/security-syntax-checks-no-emit.c (+1-1) - (modified) clang/test/Analysis/smart-ptr-text-output.cpp (+5-5) - (modified) clang/test/Analysis/stack-addr-ps.c (+5-5) - (modified) clang/test/Analysis/stack-addr-ps.cpp (+4-4) - (modified) clang/test/Analysis/stackaddrleak.c (+2-2) - (modified) clang/test/Analysis/stl-algorithm-modeling.cpp (+1-1) - (modified) clang/test/Analysis/store-to-immutable-basic.c (+1-1) - (modified) clang/test/Analysis/store-to-immutable-basic.cpp (+2-2) - (modified) clang/test/Analysis/taint-generic.cpp (+3-3) - (modified) clang/test/Analysis/thread-safety-handle-parenthesis.cpp (+1-1) - (modified) clang/test/Analysis/undefined-new-element.cpp (+1-1) - (modified) clang/test/Analysis/uninit-val-const-likeness.c (+1-1) - (modified) clang/test/Analysis/uninit-vals.c (+7-7) - (modified) clang/test/Analysis/unix-fns.c (+5-5) - (modified) clang/test/Analysis/use-after-move.cpp (+4-4) - (modified) clang/test/Analysis/valist-unterminated.c (+3-3) - (modified) clang/test/Analysis/virtualcall.cpp (+1-1) - (modified) clang/test/Analysis/wstring.c (+1-1) - (modified) clang/test/Analysis/z3-crosscheck.c (+1-1) - (modified) clang/test/Analysis/z3-unarysymexpr.c (+1-1) - (modified) clang/test/Analysis/zero-size-non-pod-array.cpp (+9-9) - (modified) clang/test/C/C23/n3029.c (+1-1) - (modified) clang/test/C/C2y/n3262.c (+20-20) - (modified) clang/test/C/C2y/n3274.c (+18-18) - (modified) clang/test/C/C2y/n3369.c (+7-7) - (modified) clang/test/CIR/CodeGen/agg-expr-lvalue.c (+1-1) - (modified) clang/test/CIR/CodeGen/array.cpp (+2-2) - (modified) clang/test/CIR/CodeGen/atomic.c (+3-3) - (modified) clang/test/CIR/CodeGen/binop.cpp (+1-1) - (modified) clang/test/CIR/CodeGen/builtins-x86.c (+2-2) - (modified) clang/test/CIR/CodeGen/class.cpp (+1-1) - (modified) clang/test/CIR/CodeGen/destructors.cpp (+2-2) - (modified) clang/test/CIR/CodeGen/if-consteval.cpp (+6-6) - (modified) clang/test/CIR/CodeGen/inline-asm.c (+36-36) - (modified) clang/test/CIR/CodeGen/integer-overflow.c (+11-11) - (modified) clang/test/CIR/CodeGen/loop.cpp (+1-1) - (modified) clang/test/CIR/CodeGen/misc-attrs.cpp (+1-1) - (modified) clang/test/CIR/CodeGen/module-asm.c (+1-1) - (modified) clang/test/CIR/CodeGen/no-builtin-attr.cpp (+1-1) - (modified) clang/test/CIR/CodeGen/object-size.c (+90-90) - (modified) clang/test/CIR/CodeGen/object-size.cpp (+1-1) - (modified) clang/test/CIR/CodeGen/optsize-func-attr.cpp (+2-2) - (modified) clang/test/CIR/CodeGen/pointer-to-member-func-cmp.cpp (+2-2) - (modified) clang/test/CIR/CodeGen/ret-attrs.cpp (+1-1) - (modified) clang/test/CIR/CodeGen/save-reg-params-func-attr.cpp (+1-1) - (modified) clang/test/CIR/CodeGen/struct-init.cpp (+4-4) - (modified) clang/test/CIR/CodeGen/struct.c (+1-1) - (modified) clang/test/CIR/CodeGen/struct.cpp (+1-1) - (modified) clang/test/CIR/CodeGen/throws.cpp (+1-1) - (modified) clang/test/CIR/CodeGen/vla.c (+4-4) - (modified) clang/test/CIR/CodeGenBuiltins/X86/align-builtins.c (+1-1) - (modified) clang/test/CIR/CodeGenBuiltins/X86/avx512-select-builtins.c (+437-437) - (modified) clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c (+7-7) - (modified) clang/test/CIR/CodeGenBuiltins/X86/avx512dq-builtins.c (+491-491) - (modified) clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c (+12-12) - (modified) clang/test/CIR/CodeGenBuiltins/X86/avx512f16c-builtins.c (+1-1) - (modified) clang/test/CIR/CodeGenBuiltins/X86/avx512fp16-builtins.c (+2-2) - (modified) clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c (+53-53) - (modified) clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c (+4-4) - (modified) clang/test/CIR/CodeGenBuiltins/X86/avx512vlbw-builtins.c (+10-10) - (modified) clang/test/CIR/CodeGenBuiltins/X86/avx512vlfp16-builtins.c (+2-2) - (modified) clang/test/CIR/CodeGenBuiltins/X86/permd-builtins.c (+2-2) - (modified) clang/test/CIR/CodeGenBuiltins/X86/rd-builtins.c (+1-1) - (modified) clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c (+44-44) - (modified) clang/test/CIR/CodeGenBuiltins/X86/sse41-builtins.c (+92-92) - (modified) clang/test/CIR/CodeGenBuiltins/X86/xop-builtins.c (+16-16) - (modified) clang/test/CIR/CodeGenBuiltins/builtin-fcmp-sse.c (+43-43) - (modified) clang/test/CIR/CodeGenBuiltins/builtin-isfpclass.c (+11-11) - (modified) clang/test/CIR/CodeGenBuiltins/builtin-setjmp-longjmp.c (+8-8) - (modified) clang/test/CIR/CodeGenBuiltins/builtin_printf.cpp (+1-1) - (modified) clang/test/CIR/CodeGenOpenACC/atomic-capture.cpp (+1-1) - (modified) clang/test/CIR/CodeGenOpenACC/atomic-update.cpp (+2-2) - (modified) clang/test/CIR/CodeGenOpenACC/combined-copy.c (+42-42) - (modified) clang/test/CIR/CodeGenOpenACC/combined-copy.cpp (+1-1) - (modified) clang/test/CIR/CodeGenOpenACC/combined-reduction-clause-default-ops.cpp (+9-9) - (modified) clang/test/CIR/CodeGenOpenACC/combined-reduction-clause-float.cpp (+8-8) - (modified) clang/test/CIR/CodeGenOpenACC/combined-reduction-clause-inline-ops.cpp (+31-31) - (modified) clang/test/CIR/CodeGenOpenACC/combined-reduction-clause-int.cpp (+8-8) - (modified) clang/test/CIR/CodeGenOpenACC/combined-reduction-clause-outline-ops.cpp (+31-31) ``````````diff diff --git a/bolt/runtime/CMakeLists.txt b/bolt/runtime/CMakeLists.txt index 63f178bd263c2..de2cdae2d82e9 100644 --- a/bolt/runtime/CMakeLists.txt +++ b/bolt/runtime/CMakeLists.txt @@ -42,8 +42,8 @@ set(BOLT_RT_FLAGS -fomit-frame-pointer ) if (CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64") - set(BOLT_RT_FLAGS ${BOLT_RT_FLAGS} - -mno-sse + set(BOLT_RT_FLAGS ${BOLT_RT_FLAGS} + -mno-sse -mgeneral-regs-only) endif() if (CMAKE_SYSTEM_PROCESSOR MATCHES "riscv64") @@ -52,8 +52,8 @@ endif() if (CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64") check_cxx_compiler_flag("-mno-outline-atomics" CXX_SUPPORTS_OUTLINE_ATOMICS) if (CXX_SUPPORTS_OUTLINE_ATOMICS) - set(BOLT_RT_FLAGS ${BOLT_RT_FLAGS} - -mno-outline-atomics + set(BOLT_RT_FLAGS ${BOLT_RT_FLAGS} + -mno-outline-atomics -mgeneral-regs-only) endif() endif() diff --git a/bolt/test/runtime/RISCV/instrumentation-ind-call.c b/bolt/test/runtime/RISCV/instrumentation-ind-call.c index 1fd49a774c942..318858dec3a28 100644 --- a/bolt/test/runtime/RISCV/instrumentation-ind-call.c +++ b/bolt/test/runtime/RISCV/instrumentation-ind-call.c @@ -1,7 +1,7 @@ /* REQUIRES: system-linux,bolt-runtime -RUN: %clang %cflags %s -o %t.exe -Wl,-q +RUN: %clang %cflags %s -o %t.exe -Wl,-q RUN: llvm-bolt %t.exe --instrument --instrumentation-file=%t.fdata \ RUN: -o %t.instrumented diff --git a/clang-tools-extra/clang-doc/CMakeLists.txt b/clang-tools-extra/clang-doc/CMakeLists.txt index 7a375d7cd0524..f5eeada57666c 100644 --- a/clang-tools-extra/clang-doc/CMakeLists.txt +++ b/clang-tools-extra/clang-doc/CMakeLists.txt @@ -39,7 +39,7 @@ clang_target_link_libraries(clangDoc target_link_libraries(clangDoc PRIVATE - clangDocSupport + clangDocSupport ) add_subdirectory(tool) diff --git a/clang-tools-extra/clang-tidy/misc/ConfusableTable/confusables.txt b/clang-tools-extra/clang-tidy/misc/ConfusableTable/confusables.txt index f88841b7ff0f5..c39c6784e3488 100644 --- a/clang-tools-extra/clang-tidy/misc/ConfusableTable/confusables.txt +++ b/clang-tools-extra/clang-tidy/misc/ConfusableTable/confusables.txt @@ -9,44 +9,44 @@ # # For documentation and usage, see https://www.unicode.org/reports/tr39 # -05AD ; 0596 ; MA # ( Ö â Ö ) HEBREW ACCENT DEHI â HEBREW ACCENT TIPEHA # +05AD ; 0596 ; MA # ( Ö â Ö ) HEBREW ACCENT DEHI â HEBREW ACCENT TIPEHA # -05AE ; 0598 ; MA # ( ÖŪ â Ö ) HEBREW ACCENT ZINOR â HEBREW ACCENT ZARQA # +05AE ; 0598 ; MA # ( ÖŪ â Ö ) HEBREW ACCENT ZINOR â HEBREW ACCENT ZARQA # -05A8 ; 0599 ; MA # ( ÖĻ â Ö ) HEBREW ACCENT QADMA â HEBREW ACCENT PASHTA # +05A8 ; 0599 ; MA # ( ÖĻ â Ö ) HEBREW ACCENT QADMA â HEBREW ACCENT PASHTA # -05A4 ; 059A ; MA # ( ÖĪ â Ö ) HEBREW ACCENT MAHAPAKH â HEBREW ACCENT YETIV # +05A4 ; 059A ; MA # ( ÖĪ â Ö ) HEBREW ACCENT MAHAPAKH â HEBREW ACCENT YETIV # -1AB4 ; 06DB ; MA # ( áŠī â Û ) COMBINING TRIPLE DOT â ARABIC SMALL HIGH THREE DOTS # +1AB4 ; 06DB ; MA # ( áŠī â Û ) COMBINING TRIPLE DOT â ARABIC SMALL HIGH THREE DOTS # 20DB ; 06DB ; MA # ( â â Û ) COMBINING THREE DOTS ABOVE â ARABIC SMALL HIGH THREE DOTS # âáŠīâ 0619 ; 0313 ; MA # ( Ø â Ė ) ARABIC SMALL DAMMA â COMBINING COMMA ABOVE # âŲâ 08F3 ; 0313 ; MA # ( āĢģ â Ė ) ARABIC SMALL HIGH WAW â COMBINING COMMA ABOVE # âŲâ -0343 ; 0313 ; MA # ( Í â Ė ) COMBINING GREEK KORONIS â COMBINING COMMA ABOVE # -0315 ; 0313 ; MA # ( Ė â Ė ) COMBINING COMMA ABOVE RIGHT â COMBINING COMMA ABOVE # -064F ; 0313 ; MA # ( Ų â Ė ) ARABIC DAMMA â COMBINING COMMA ABOVE # +0343 ; 0313 ; MA # ( Í â Ė ) COMBINING GREEK KORONIS â COMBINING COMMA ABOVE # +0315 ; 0313 ; MA # ( Ė â Ė ) COMBINING COMMA ABOVE RIGHT â COMBINING COMMA ABOVE # +064F ; 0313 ; MA # ( Ų â Ė ) ARABIC DAMMA â COMBINING COMMA ABOVE # -065D ; 0314 ; MA # ( Ų â Ė ) ARABIC REVERSED DAMMA â COMBINING REVERSED COMMA ABOVE # +065D ; 0314 ; MA # ( Ų â Ė ) ARABIC REVERSED DAMMA â COMBINING REVERSED COMMA ABOVE # -059C ; 0301 ; MA # ( Ö â Ė ) HEBREW ACCENT GERESH â COMBINING ACUTE ACCENT # +059C ; 0301 ; MA # ( Ö â Ė ) HEBREW ACCENT GERESH â COMBINING ACUTE ACCENT # 059D ; 0301 ; MA # ( Ö â Ė ) HEBREW ACCENT GERESH MUQDAM â COMBINING ACUTE ACCENT # âÖâ 0618 ; 0301 ; MA # ( Ø â Ė ) ARABIC SMALL FATHA â COMBINING ACUTE ACCENT # âŲâ -0747 ; 0301 ; MA # ( Ý â Ė ) SYRIAC OBLIQUE LINE ABOVE â COMBINING ACUTE ACCENT # -0341 ; 0301 ; MA # ( Í â Ė ) COMBINING ACUTE TONE MARK â COMBINING ACUTE ACCENT # -0954 ; 0301 ; MA # ( āĨ â Ė ) DEVANAGARI ACUTE ACCENT â COMBINING ACUTE ACCENT # -064E ; 0301 ; MA # ( Ų â Ė ) ARABIC FATHA â COMBINING ACUTE ACCENT # +0747 ; 0301 ; MA # ( Ý â Ė ) SYRIAC OBLIQUE LINE ABOVE â COMBINING ACUTE ACCENT # +0341 ; 0301 ; MA # ( Í â Ė ) COMBINING ACUTE TONE MARK â COMBINING ACUTE ACCENT # +0954 ; 0301 ; MA # ( āĨ â Ė ) DEVANAGARI ACUTE ACCENT â COMBINING ACUTE ACCENT # +064E ; 0301 ; MA # ( Ų â Ė ) ARABIC FATHA â COMBINING ACUTE ACCENT # -0340 ; 0300 ; MA # ( Í â Ė ) COMBINING GRAVE TONE MARK â COMBINING GRAVE ACCENT # -0953 ; 0300 ; MA # ( āĨ â Ė ) DEVANAGARI GRAVE ACCENT â COMBINING GRAVE ACCENT # +0340 ; 0300 ; MA # ( Í â Ė ) COMBINING GRAVE TONE MARK â COMBINING GRAVE ACCENT # +0953 ; 0300 ; MA # ( āĨ â Ė ) DEVANAGARI GRAVE ACCENT â COMBINING GRAVE ACCENT # -030C ; 0306 ; MA # ( Ė â Ė ) COMBINING CARON â COMBINING BREVE # -A67C ; 0306 ; MA # ( ęž â Ė ) COMBINING CYRILLIC KAVYKA â COMBINING BREVE # -0658 ; 0306 ; MA # ( Ų â Ė ) ARABIC MARK NOON GHUNNA â COMBINING BREVE # +030C ; 0306 ; MA # ( Ė â Ė ) COMBINING CARON â COMBINING BREVE # +A67C ; 0306 ; MA # ( ęž â Ė ) COMBINING CYRILLIC KAVYKA â COMBINING BREVE # +0658 ; 0306 ; MA # ( Ų â Ė ) ARABIC MARK NOON GHUNNA â COMBINING BREVE # 065A ; 0306 ; MA # ( Ų â Ė ) ARABIC VOWEL SIGN SMALL V ABOVE â COMBINING BREVE # âĖâ 036E ; 0306 ; MA # ( ÍŪ â Ė ) COMBINING LATIN SMALL LETTER V â COMBINING BREVE # âĖâ 06E8 ; 0306 0307 ; MA # ( ÛĻ â ĖĖ ) ARABIC SMALL HIGH NOON â COMBINING BREVE, COMBINING DOT ABOVE # âĖâ -0310 ; 0306 0307 ; MA # ( Ė â ĖĖ ) COMBINING CANDRABINDU â COMBINING BREVE, COMBINING DOT ABOVE # +0310 ; 0306 0307 ; MA # ( Ė â ĖĖ ) COMBINING CANDRABINDU â COMBINING BREVE, COMBINING DOT ABOVE # 0901 ; 0306 0307 ; MA # ( āĪ â ĖĖ ) DEVANAGARI SIGN CANDRABINDU â COMBINING BREVE, COMBINING DOT ABOVE # âĖâ 0981 ; 0306 0307 ; MA # ( āĶ â ĖĖ ) BENGALI SIGN CANDRABINDU â COMBINING BREVE, COMBINING DOT ABOVE # âĖâ 0A81 ; 0306 0307 ; MA # ( āŠ â ĖĖ ) GUJARATI SIGN CANDRABINDU â COMBINING BREVE, COMBINING DOT ABOVE # âĖâ @@ -56,313 +56,313 @@ A67C ; 0306 ; MA # ( ęž â Ė ) COMBINING CYRILLIC KAVYKA â COMBINING BREVE 0D01 ; 0306 0307 ; MA # ( āī â ĖĖ ) MALAYALAM SIGN CANDRABINDU â COMBINING BREVE, COMBINING DOT ABOVE # âāĪââĖâ 114BF ; 0306 0307 ; MA # ( ðŋ â ĖĖ ) TIRHUTA SIGN CANDRABINDU â COMBINING BREVE, COMBINING DOT ABOVE # âāĶââĖâ -1CD0 ; 0302 ; MA # ( áģ â Ė ) VEDIC TONE KARSHANA â COMBINING CIRCUMFLEX ACCENT # -0311 ; 0302 ; MA # ( Ė â Ė ) COMBINING INVERTED BREVE â COMBINING CIRCUMFLEX ACCENT # -065B ; 0302 ; MA # ( Ų â Ė ) ARABIC VOWEL SIGN INVERTED SMALL V ABOVE â COMBINING CIRCUMFLEX ACCENT # -07EE ; 0302 ; MA # ( ßŪ â Ė ) NKO COMBINING LONG DESCENDING TONE â COMBINING CIRCUMFLEX ACCENT # -A6F0 ; 0302 ; MA # ( ę° â Ė ) BAMUM COMBINING MARK KOQNDON â COMBINING CIRCUMFLEX ACCENT # +1CD0 ; 0302 ; MA # ( áģ â Ė ) VEDIC TONE KARSHANA â COMBINING CIRCUMFLEX ACCENT # +0311 ; 0302 ; MA # ( Ė â Ė ) COMBINING INVERTED BREVE â COMBINING CIRCUMFLEX ACCENT # +065B ; 0302 ; MA # ( Ų â Ė ) ARABIC VOWEL SIGN INVERTED SMALL V ABOVE â COMBINING CIRCUMFLEX ACCENT # +07EE ; 0302 ; MA # ( ßŪ â Ė ) NKO COMBINING LONG DESCENDING TONE â COMBINING CIRCUMFLEX ACCENT # +A6F0 ; 0302 ; MA # ( ę° â Ė ) BAMUM COMBINING MARK KOQNDON â COMBINING CIRCUMFLEX ACCENT # -05AF ; 030A ; MA # ( ÖŊ â Ė ) HEBREW MARK MASORA CIRCLE â COMBINING RING ABOVE # +05AF ; 030A ; MA # ( ÖŊ â Ė ) HEBREW MARK MASORA CIRCLE â COMBINING RING ABOVE # 06DF ; 030A ; MA # ( Û â Ė ) ARABIC SMALL HIGH ROUNDED ZERO â COMBINING RING ABOVE # âŲâ -17D3 ; 030A ; MA # ( á â Ė ) KHMER SIGN BATHAMASAT â COMBINING RING ABOVE # -309A ; 030A ; MA # ( ã â Ė ) COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK â COMBINING RING ABOVE # -0652 ; 030A ; MA # ( Ų â Ė ) ARABIC SUKUN â COMBINING RING ABOVE # -0B82 ; 030A ; MA # ( āŪ â Ė ) TAMIL SIGN ANUSVARA â COMBINING RING ABOVE # -1036 ; 030A ; MA # ( áķ â Ė ) MYANMAR SIGN ANUSVARA â COMBINING RING ABOVE # -17C6 ; 030A ; MA # ( á â Ė ) KHMER SIGN NIKAHIT â COMBINING RING ABOVE # +17D3 ; 030A ; MA # ( á â Ė ) KHMER SIGN BATHAMASAT â COMBINING RING ABOVE # +309A ; 030A ; MA # ( ã â Ė ) COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK â COMBINING RING ABOVE # +0652 ; 030A ; MA # ( Ų â Ė ) ARABIC SUKUN â COMBINING RING ABOVE # +0B82 ; 030A ; MA # ( āŪ â Ė ) TAMIL SIGN ANUSVARA â COMBINING RING ABOVE # +1036 ; 030A ; MA # ( áķ â Ė ) MYANMAR SIGN ANUSVARA â COMBINING RING ABOVE # +17C6 ; 030A ; MA # ( á â Ė ) KHMER SIGN NIKAHIT â COMBINING RING ABOVE # 11300 ; 030A ; MA # ( ð â Ė ) GRANTHA SIGN COMBINING ANUSVARA ABOVE â COMBINING RING ABOVE # âāŪâ -0E4D ; 030A ; MA # ( āđ â Ė ) THAI CHARACTER NIKHAHIT â COMBINING RING ABOVE # -0ECD ; 030A ; MA # ( āŧ â Ė ) LAO NIGGAHITA â COMBINING RING ABOVE # -0366 ; 030A ; MA # ( ÍĶ â Ė ) COMBINING LATIN SMALL LETTER O â COMBINING RING ABOVE # +0E4D ; 030A ; MA # ( āđ â Ė ) THAI CHARACTER NIKHAHIT â COMBINING RING ABOVE # +0ECD ; 030A ; MA # ( āŧ â Ė ) LAO NIGGAHITA â COMBINING RING ABOVE # +0366 ; 030A ; MA # ( ÍĶ â Ė ) COMBINING LATIN SMALL LETTER O â COMBINING RING ABOVE # 2DEA ; 030A ; MA # ( â·Š â Ė ) COMBINING CYRILLIC LETTER O â COMBINING RING ABOVE # âÍĶâ -08EB ; 0308 ; MA # ( āĢŦ â Ė ) ARABIC TONE TWO DOTS ABOVE â COMBINING DIAERESIS # -07F3 ; 0308 ; MA # ( ßģ â Ė ) NKO COMBINING DOUBLE DOT ABOVE â COMBINING DIAERESIS # +08EB ; 0308 ; MA # ( āĢŦ â Ė ) ARABIC TONE TWO DOTS ABOVE â COMBINING DIAERESIS # +07F3 ; 0308 ; MA # ( ßģ â Ė ) NKO COMBINING DOUBLE DOT ABOVE â COMBINING DIAERESIS # -064B ; 030B ; MA # ( Ų â Ė ) ARABIC FATHATAN â COMBINING DOUBLE ACUTE ACCENT # +064B ; 030B ; MA # ( Ų â Ė ) ARABIC FATHATAN â COMBINING DOUBLE ACUTE ACCENT # 08F0 ; 030B ; MA # ( ā̰ â Ė ) ARABIC OPEN FATHATAN â COMBINING DOUBLE ACUTE ACCENT # âŲâ -0342 ; 0303 ; MA # ( Í â Ė ) COMBINING GREEK PERISPOMENI â COMBINING TILDE # -0653 ; 0303 ; MA # ( Ų â Ė ) ARABIC MADDAH ABOVE â COMBINING TILDE # +0342 ; 0303 ; MA # ( Í â Ė ) COMBINING GREEK PERISPOMENI â COMBINING TILDE # +0653 ; 0303 ; MA # ( Ų â Ė ) ARABIC MADDAH ABOVE â COMBINING TILDE # -05C4 ; 0307 ; MA # ( Ũ â Ė ) HEBREW MARK UPPER DOT â COMBINING DOT ABOVE # -06EC ; 0307 ; MA # ( ÛŽ â Ė ) ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE â COMBINING DOT ABOVE # +05C4 ; 0307 ; MA # ( Ũ â Ė ) HEBREW MARK UPPER DOT â COMBINING DOT ABOVE # +06EC ; 0307 ; MA # ( ÛŽ â Ė ) ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE â COMBINING DOT ABOVE # 0740 ; 0307 ; MA # ( Ý â Ė ) SYRIAC FEMININE DOT â COMBINING DOT ABOVE # âÝâ -08EA ; 0307 ; MA # ( āĢŠ â Ė ) ARABIC TONE ONE DOT ABOVE â COMBINING DOT ABOVE # -0741 ; 0307 ; MA # ( Ý â Ė ) SYRIAC QUSHSHAYA â COMBINING DOT ABOVE # -0358 ; 0307 ; MA # ( Í â Ė ) COMBINING DOT ABOVE RIGHT â COMBINING DOT ABOVE # -05B9 ; 0307 ; MA # ( Öđ â Ė ) HEBREW POINT HOLAM â COMBINING DOT ABOVE # +08EA ; 0307 ; MA # ( āĢŠ â Ė ) ARABIC TONE ONE DOT ABOVE â COMBINING DOT ABOVE # +0741 ; 0307 ; MA # ( Ý â Ė ) SYRIAC QUSHSHAYA â COMBINING DOT ABOVE # +0358 ; 0307 ; MA # ( Í â Ė ) COMBINING DOT ABOVE RIGHT â COMBINING DOT ABOVE # +05B9 ; 0307 ; MA # ( Öđ â Ė ) HEBREW POINT HOLAM â COMBINING DOT ABOVE # 05BA ; 0307 ; MA # ( Öš â Ė ) HEBREW POINT HOLAM HASER FOR VAV â COMBINING DOT ABOVE # âŨâ -05C2 ; 0307 ; MA # ( Ũ â Ė ) HEBREW POINT SIN DOT â COMBINING DOT ABOVE # -05C1 ; 0307 ; MA # ( Ũ â Ė ) HEBREW POINT SHIN DOT â COMBINING DOT ABOVE # -07ED ; 0307 ; MA # ( ß â Ė ) NKO COMBINING SHORT RISING TONE â COMBINING DOT ABOVE # -0902 ; 0307 ; MA # ( āĪ â Ė ) DEVANAGARI SIGN ANUSVARA â COMBINING DOT ABOVE # -0A02 ; 0307 ; MA # ( āĻ â Ė ) GURMUKHI SIGN BINDI â COMBINING DOT ABOVE # -0A82 ; 0307 ; MA # ( āŠ â Ė ) GUJARATI SIGN ANUSVARA â COMBINING DOT ABOVE # -0BCD ; 0307 ; MA # ( āŊ â Ė ) TAMIL SIGN VIRAMA â COMBINING DOT ABOVE # +05C2 ; 0307 ; MA # ( Ũ â Ė ) HEBREW POINT SIN DOT â COMBINING DOT ABOVE # +05C1 ; 0307 ; MA # ( Ũ â Ė ) HEBREW POINT SHIN DOT â COMBINING DOT ABOVE # +07ED ; 0307 ; MA # ( ß â Ė ) NKO COMBINING SHORT RISING TONE â COMBINING DOT ABOVE # +0902 ; 0307 ; MA # ( āĪ â Ė ) DEVANAGARI SIGN ANUSVARA â COMBINING DOT ABOVE # +0A02 ; 0307 ; MA # ( āĻ â Ė ) GURMUKHI SIGN BINDI â COMBINING DOT ABOVE # +0A82 ; 0307 ; MA # ( āŠ â Ė ) GUJARATI SIGN ANUSVARA â COMBINING DOT ABOVE # +0BCD ; 0307 ; MA # ( āŊ â Ė ) TAMIL SIGN VIRAMA â COMBINING DOT ABOVE # -0337 ; 0338 ; MA # ( Ė· â Ėļ ) COMBINING SHORT SOLIDUS OVERLAY â COMBINING LONG SOLIDUS OVERLAY # +0337 ; 0338 ; MA # ( Ė· â Ėļ ) COMBINING SHORT SOLIDUS OVERLAY â COMBINING LONG SOLIDUS OVERLAY # -1AB7 ; 0328 ; MA # ( ኷ â ĖĻ ) COMBINING OPEN MARK BELOW â COMBINING OGONEK # -0322 ; 0328 ; MA # ( ĖĒ â ĖĻ ) COMBINING RETROFLEX HOOK BELOW â COMBINING OGONEK # -0345 ; 0328 ; MA # ( Í â ĖĻ ) COMBINING GREEK YPOGEGRAMMENI â COMBINING OGONEK # +1AB7 ; 0328 ; MA # ( ኷ â ĖĻ ) COMBINING OPEN MARK BELOW â COMBINING OGONEK # +0322 ; 0328 ; MA # ( ĖĒ â ĖĻ ) COMBINING RETROFLEX HOOK BELOW â COMBINING OGONEK # +0345 ; 0328 ; MA # ( Í â ĖĻ ) COMBINING GREEK YPOGEGRAMMENI â COMBINING OGONEK # -1CD2 ; 0304 ; MA # ( áģ â Ė ) VEDIC TONE PRENKHA â COMBINING MACRON # -0305 ; 0304 ; MA # ( Ė â Ė ) COMBINING OVERLINE â COMBINING MACRON # -0659 ; 0304 ; MA # ( Ų â Ė ) ARABIC ZWARAKAY â COMBINING MACRON # -07EB ; 0304 ; MA # ( ßŦ â Ė ) NKO COMBINING SHORT HIGH TONE â COMBINING MACRON # -A6F1 ; 0304 ; MA # ( ęą â Ė ) BAMUM COMBINING MARK TUKWENTIS â COMBINING MACRON # +1CD2 ; 0304 ; MA # ( áģ â Ė ) VEDIC TONE PRENKHA â COMBINING MACRON # +0305 ; 0304 ; MA # ( Ė â Ė ) COMBINING OVERLINE â COMBINING MACRON # +0659 ; 0304 ; MA # ( Ų â Ė ) ARABIC ZWARAKAY â COMBINING MACRON # +07EB ; 0304 ; MA # ( ßŦ â Ė ) NKO COMBINING SHORT HIGH TONE â COMBINING MACRON # +A6F1 ; 0304 ; MA # ( ęą â Ė ) BAMUM COMBINING MARK TUKWENTIS â COMBINING MACRON # -1CDA ; 030E ; MA # ( áģ â Ė ) VEDIC TONE DOUBLE SVARITA â COMBINING DOUBLE VERTICAL LINE ABOVE # +1CDA ; 030E ; MA # ( áģ â Ė ) VEDIC TONE DOUBLE SVARITA â COMBINING DOUBLE VERTICAL LINE ABOVE # -0657 ; 0312 ; MA # ( Ų â Ė ) ARABIC INVERTED DAMMA â COMBINING TURNED COMMA ABOVE # +0657 ; 0312 ; MA # ( Ų â Ė ) ARABIC INVERTED DAMMA â COMBINING TURNED COMMA ABOVE # 0357 ; 0350 ; MA # ( Í â Í ) COMBINING RIGHT HALF RING ABOVE â COMBINING RIGHT ARROWHEAD ABOVE # âāĢŋââāĢļâ 08FF ; 0350 ; MA # ( āĢŋ â Í ) ARABIC MARK SIDEWAYS NOON GHUNNA â COMBINING RIGHT ARROWHEAD ABOVE # âāĢļâ -08F8 ; 0350 ; MA # ( āĢļ â Í ) ARABIC RIGHT ARROWHEAD ABOVE â COMBINING RIGHT ARROWHEAD ABOVE # +08F8 ; 0350 ; MA # ( āĢļ â Í ) ARABIC RIGHT ARROWHEAD ABOVE â COMBINING RIGHT ARROWHEAD ABOVE # -0900 ; 0352 ; MA # ( āĪ â Í ) DEVANAGARI SIGN INVERTED CANDRABINDU â COMBINING FERMATA # +0900 ; 0352 ; MA # ( āĪ â Í ) DEVANAGARI SIGN INVERTED CANDRABINDU â COMBINING FERMATA # -1CED ; 0316 ; MA # ( áģ â Ė ) VEDIC SIGN TIRYAK â COMBINING GRAVE ACCENT BELOW # +1CED ; 0316 ; MA # ( áģ â Ė ) VEDIC SIGN TIRYAK â COMBINING GRAVE ACCENT BELOW # -1CDC ; 0329 ; MA # ( áģ â ĖĐ ) VEDIC TONE KATHAKA ANUDATTA â COMBINING VERTICAL LINE BELOW # -0656 ; 0329 ; MA # ( Ų â ĖĐ ) ARABIC SUBSCRIPT ALEF â COMBINING VERTICAL LINE BELOW # +1CDC ; 0329 ; MA # ( áģ â ĖĐ ) VEDIC TONE KATHAKA ANUDATTA â COMBINING VERTICAL LINE BELOW # +0656 ; 0329 ; MA # ( Ų â ĖĐ ) ARABIC SUBSCRIPT ALEF â COMBINING VERTICAL LINE BELOW # -1CD5 ; 032B ; MA # ( áģ â ĖŦ ) VEDIC TONE YAJURVEDIC AGGRAVATED INDEPENDENT SVARITA â COMBINING INVERTED DOUBLE ARCH BELOW # +1CD5 ; 032B ; MA # ( áģ â ĖŦ ) VEDIC TONE YAJURVEDIC AGGRAVATED INDEPENDENT SVARITA â COMBINING INVERTED DOUBLE ARCH BELOW # -0347 ; 0333 ; MA # ( Í â Ėģ ) COMBINING EQUALS SIGN BELOW â COMBINING DOUBLE LOW LINE # +0347 ; 0333 ; MA # ( Í â Ėģ ) COMBINING EQUALS SIGN BELOW â COMBINING DOUBLE LOW LINE # -08F9 ; 0354 ; MA # ( āĢđ â Í ) ARABIC LEFT ARROWHEAD BELOW â COMBINING LEFT ARROWHEAD BELOW # +08F9 ; 0354 ; MA # ( āĢđ â Í ) ARABIC LEFT ARROWHEAD BELOW â COMBINING LEFT ARROWHEAD BELOW # -08FA ; 0355 ; MA # ( āĢš â Í ) ARABIC RIGHT ARROWHEAD BELOW â COMBINING RIGHT ARROWHEAD BELOW # +08FA ; 0355 ; MA # ( āĢš â Í ) ARABIC RIGHT ARROWHEAD BELOW â COMBINING RIGHT ARROWHEAD BELOW # -309B ; FF9E ; MA #* ( ã â ïū ) KATAKANA-HIRAGANA VOICED SOUND MARK â HALFWIDTH KATAKANA VOICED SOUND MARK # +309B ; FF9E ; MA #* ( ã â ïū ) KATAKANA-HIRAGANA VOICED SOUND MARK â HALFWIDTH KATAKANA VOICED SOUND MARK # -309C ; FF9F ; MA #* ( ã â ïū ) KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK â HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK # +309C ; FF9F ; MA #* ( ã â ïū ) KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK â HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK # -0336 ; 0335 ; MA # ( Ėķ â Ėĩ ) COMBINING LONG STROKE OVERLAY â COMBINING SHORT STROKE OVERLAY # +0336 ; 0335 ; MA # ( Ėķ â Ėĩ ) COMBINING LONG STROKE OVERLAY â COMBINING SHORT STROKE OVERLAY # -302C ; 0309 ; MA # ( ㎠â Ė ) IDEOGRAPHIC DEPARTING TONE MARK â COMBINING HOOK ABOVE # +302C ; 0309 ; MA # ( ㎠â Ė ) IDEOGRAPHIC DEPARTING TONE MARK â COMBINING HOOK ABOVE # -05C5 ; 0323 ; MA # ( Ũ â ĖĢ ) HEBREW MARK LOWER DOT â COMBINING DOT BELOW # -08ED ; 0323 ; MA # ( āĢ â ĖĢ ) ARABIC TONE ONE DOT BELOW â COMBINING DOT BELOW # -1CDD ; 0323 ; MA # ( áģ â ĖĢ ) VEDIC TONE DOT BELOW â COMBINING DOT BELOW # -05B4 ; 0323 ; MA # ( Öī â ĖĢ ) HEBREW POINT HIRIQ â COMBINING DOT BELOW # -065C ; 0323 ; MA # ( Ų â ĖĢ ) ARABIC VOWEL SIGN DOT BELOW â COMBINING DOT BELOW # -093C ; 0323 ; MA # ( āĪž â ĖĢ ) DEVANAGARI SIGN NUKTA â COMBINING DOT BELOW # -09BC ; 0323 ; MA # ( āĶž â ĖĢ ) BENGALI SIGN NUKTA â COMBINING DOT BELOW # -0A3C ; 0323 ; MA # ( āĻž â ĖĢ ) GURMUKHI SIGN NUKTA â COMBINING DOT BELOW # -0ABC ; 0323 ; MA # ( āŠž â ĖĢ ) GUJARATI SIGN NUKTA â COMBINING DOT BELOW # -0B3C ; 0323 ; MA # ( āŽž â ĖĢ ) ORIYA SIGN NUKTA â COMBINING DOT BELOW # +05C5 ; 0323 ; MA # ( Ũ â ĖĢ ) HEBREW MARK LOWER DOT â COMBINING DOT BELOW # +08ED ; 0323 ; MA # ( āĢ â ĖĢ ) ARABIC TONE ONE DOT BELOW â COMBINING DOT BELOW # +1CDD ; 0323 ; MA # ( áģ â ĖĢ ) VEDIC TONE DOT BELOW â COMBINING DOT BELOW # +05B4 ; 0323 ; MA # ( Öī â ĖĢ ) HEBREW POINT HIRIQ â COMBINING DOT BELOW # +065C ; 0323 ; MA # ( Ų â ĖĢ ) ARABIC VOWEL SIGN DOT BELOW â COMBINING DOT BELOW # +093C ; 0323 ; MA # ( āĪž â ĖĢ ) DEVANAGARI SIGN NUKTA â COMBINING DOT BELOW # +09BC ; 0323 ; MA # ( āĶž â ĖĢ ) BENGALI SIGN NUKTA â COMBINING DOT BELOW # +0A3C ; 0323 ; MA # ( āĻž â ĖĢ ) GURMUKHI SIGN NUKTA â COMBINING DOT BELOW # +0ABC ; 0323 ; MA # ( āŠž â ĖĢ ) GUJARATI SIGN NUKTA â COMBINING DOT BELOW # +0B3C ; 0323 ; MA # ( āŽž â ĖĢ ) ORIYA SIGN NUKTA â COMBINING DOT BELOW # 111CA ; 0323 ; MA # ( ð â ĖĢ ) SHARADA SIGN NUKTA â COMBINING DOT BELOW # âāĪžâ 114C3 ; 0323 ; MA # ( ð â ĖĢ ) TIRHUTA SIGN NUKTA â COMBINING DOT BELOW # âāĶžâ -10A3A ; 0323 ; MA # ( ðĻš â ĖĢ ) KHAROSHTHI SIGN DOT BELOW â COMBINING DOT BELOW # +10A3A ; 0323 ; MA # ( ðĻš â ĖĢ ) KHAROSHTHI SIGN DOT BELOW â COMBINING DOT BELOW # -08EE ; 0324 ; MA # ( āĢŪ â ĖĪ ) ARABIC TONE TWO DOTS BELOW â COMBINING DIAERESIS BELOW # -1CDE ; 0324 ; MA # ( áģ â ĖĪ ) VEDIC TONE TWO DOTS BELOW â COMBINING DIAERESIS BELOW # +08EE ; 0324 ; MA # ( āĢŪ â ĖĪ ) ARABIC TONE TWO DOTS BELOW â COMBINING DIAERESIS BELOW # +1CDE ; 0324 ; MA # ( áģ â ĖĪ ) VEDIC TONE TWO DOTS BELOW â COMBINING DIAERESIS BELOW # -0F37 ; 0325 ; MA # ( āž· â ĖĨ ) TIBETAN MARK NGAS BZUNG SGOR RTAGS â COMBINING RING BELOW # -302D ; 0325 ; MA # ( ã â ĖĨ ) IDEOGRAPHIC ENTERING TONE MARK â COMBINING RING BELOW # +0F37 ; 0325 ; MA # ( āž· â ĖĨ ) TIBETAN MARK NGAS BZUNG SGOR RTAGS â COMBINING RING BELOW # +302D ; 0325 ; MA # ( ã â ĖĨ ) IDEOGRAPHIC ENTERING TONE MARK â COMBINING RING BELOW # 0327 ; 0326 ; MA # ( ˧ â ĖĶ ) COMBINING CEDILLA â COMBINING COMMA BELOW # âĖĄâ -0321 ; 0326 ; MA # ( ĖĄ â ĖĶ ) COMBINING PALATALIZED HOOK BELOW â COMBINING COMMA BELOW # +0321 ; 0326 ; MA # ( ĖĄ â ĖĶ ) COMBINING PALATALIZED HOOK BELOW â COMBINING COMMA BELOW # 0339 ; 0326 ; MA # ( Ėđ â ĖĶ ) COMBINING RIGHT HALF RING BELOW â COMBINING COMMA BELOW # â˧ââĖĄâ -1CD9 ; 032D ; MA # ( áģ â Ė ) VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA SCHROEDER â COMBINING CIRCUMFLEX ACCENT BELOW # +1CD9 ; 032D ; MA # ( áģ â Ė ) VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA SCHROEDER â COMBINING CIRCUMFLEX ACCENT BELOW # -1CD8 ; 032E ; MA # ( áģ â ĖŪ ) VEDIC TONE CANDRA BELOW â COMBINING BREVE BELOW # +1CD8 ; 032E ; MA # ( áģ â ĖŪ ) VEDIC TONE C... [truncated] `````````` </details> https://github.com/llvm/llvm-project/pull/182689 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
