12
0
Files
include-what-you-use/fix-shebang.patch
Aaron Puchert e4255628b9 - Update to version 0.20, update LLVM/Clang to version 16.
* Support `IWYU pragma: export` for forward-declarations.
  * Silently break cycles in mappings instead of crashing.
  * Require full type inside `typeid`.
  * Improve template reporting and resugaring.
  * Improve reporting of explicit template instantiations.
  * Fix a few crashes.
  * Improve logging (many small fixes).
  * Abandon python2 for scripts in favor of python3.
- Rebase fix-shebang.patch and iwyu_include_picker.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/include-what-you-use?expand=0&rev=39
2023-04-05 01:20:44 +00:00

21 lines
524 B
Diff

diff --git a/fix_includes.py b/fix_includes.py
index 6bfdf77..d9ad5b4 100755
--- a/fix_includes.py
+++ b/fix_includes.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
##===--- fix_includes.py - rewrite source files based on iwyu output ------===##
#
diff --git a/iwyu_tool.py b/iwyu_tool.py
index 19de45b..8faefd6 100755
--- a/iwyu_tool.py
+++ b/iwyu_tool.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
##===--- iwyu_tool.py -----------------------------------------------------===##
#