diff --git a/debian/patches/fix-doc-rst.diff b/debian/patches/fix-doc-rst.diff deleted file mode 100644 index 9a552c21..00000000 --- a/debian/patches/fix-doc-rst.diff +++ /dev/null @@ -1,52 +0,0 @@ -Index: llvm-toolchain-snapshot_3.9~svn260815/clang-tools-extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst -=================================================================== ---- llvm-toolchain-snapshot_3.9~svn260815.orig/clang-tools-extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst -+++ llvm-toolchain-snapshot_3.9~svn260815/clang-tools-extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst -@@ -32,15 +32,21 @@ Initial expression - - The resulting expression ``e`` is modified as follows: - 1. Unnecessary parentheses around the expression are removed. -+ - 2. Negated applications of ``!`` are eliminated. -+ - 3. Negated applications of comparison operators are changed to use the - opposite condition. -+ - 4. Implicit conversions of pointers, including pointers to members, to - ``bool`` are replaced with explicit comparisons to ``nullptr`` in C++11 - or ``NULL`` in C++98/03. -+ - 5. Implicit casts to ``bool`` are replaced with explicit casts to ``bool``. -+ - 6. Object expressions with ``explicit operator bool`` conversion operators - are replaced with explicit casts to ``bool``. -+ - 7. Implicit conversions of integral types to ``bool`` are replaced with - explicit comparisons to ``0``. - -Index: llvm-toolchain-snapshot_3.9~svn260815/clang/tools/extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst -=================================================================== ---- llvm-toolchain-snapshot_3.9~svn260815.orig/clang/tools/extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst -+++ llvm-toolchain-snapshot_3.9~svn260815/clang/tools/extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst -@@ -32,15 +32,21 @@ Initial expression - - The resulting expression ``e`` is modified as follows: - 1. Unnecessary parentheses around the expression are removed. -+ - 2. Negated applications of ``!`` are eliminated. -+ - 3. Negated applications of comparison operators are changed to use the - opposite condition. -+ - 4. Implicit conversions of pointers, including pointers to members, to - ``bool`` are replaced with explicit comparisons to ``nullptr`` in C++11 - or ``NULL`` in C++98/03. -+ - 5. Implicit casts to ``bool`` are replaced with explicit casts to ``bool``. -+ - 6. Object expressions with ``explicit operator bool`` conversion operators - are replaced with explicit casts to ``bool``. -+ - 7. Implicit conversions of integral types to ``bool`` are replaced with - explicit comparisons to ``0``. - diff --git a/debian/patches/series b/debian/patches/series index ccf0bc15..3812fe76 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -26,4 +26,3 @@ silent-MCJIIT-tests.diff clang-analyzer-force-version.diff llvm25468-lldb-swig-format-security.diff llvm26003-sanitizer-check-env.diff -fix-doc-rst.diff