[clang] [clang][NFC] Fix some more incorrectly formatted comments (PR #138342)

Nick Sarnie via cfe-commits cfe-commits at lists.llvm.org
Tue May 6 13:03:58 PDT 2025


================
@@ -4911,8 +4911,8 @@ std::optional<NullabilityKind> Type::getNullability() const {
 bool Type::canHaveNullability(bool ResultIfUnknown) const {
   QualType type = getCanonicalTypeInternal();
 
+  // We'll only see canonical types here.
----------------
sarnex wrote:

done in latest commit, thanks!

https://github.com/llvm/llvm-project/pull/138342


More information about the cfe-commits mailing list