================
@@ -3296,7 +3358,7 @@ def __getitem__(self, key: int) -> CodeCompletionResult:
     def results(self) -> CCRStructure:
         warnings.warn(
             "Access to 'CodeCompletionResult's through "
-            "'CodeCompletionResults.results' will be removed in a future 
release."
+            "'CodeCompletionResults.results' will be removed in a future 
release. "
----------------
Endilll wrote:

I know we're used to stuff being removed, but this time 
`CodeCompletionResults.results` will change its meaning. Maybe 
DeprecationWarning is wrong, and we need a FutureWarning instead.

https://github.com/llvm/llvm-project/pull/177764
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to