[clang] #101784 part 2: fix error handling of TranslationUnit.reparse (PR #102410)
Jannick Kremer via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 11 01:59:11 PDT 2024
================
@@ -149,8 +149,8 @@ def b(x: str | bytes) -> bytes:
# this by marshalling object arguments as void**.
c_object_p: TType[_Pointer[Any]] = POINTER(c_void_p)
-### Exception Classes ###
+### Exception Classes ###
----------------
DeinAlptraum wrote:
Unnecessary whitespace changes
https://github.com/llvm/llvm-project/pull/102410
More information about the cfe-commits
mailing list