[clang] Use existing AvailabilityKind enum for code completion availability (PR #160296)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 23 22:40:31 PDT 2025
================
@@ -3039,6 +3039,16 @@ class _CXUnsavedFile(Structure):
}
+# Converting the new enum names (full upper-case, underscore separated)
----------------
Endilll wrote:
I think it would do better as a docstring within the body of the function
https://github.com/llvm/llvm-project/pull/160296
More information about the cfe-commits
mailing list