[clang-format]NFC improve the comment to match the code
authormydeveloperday <mydeveloperday@gmail.com>
Thu, 25 Nov 2021 11:11:30 +0000 (11:11 +0000)
committermydeveloperday <mydeveloperday@gmail.com>
Thu, 25 Nov 2021 11:11:30 +0000 (11:11 +0000)
Missing from {D114519}

clang/lib/Format/TokenAnnotator.cpp

index 19f30b5..e6564a3 100644 (file)
@@ -314,6 +314,7 @@ private:
     //
     // void (*FunctionPointer)(void);
     // void (&FunctionReference)(void);
+    // void (&&FunctionReference)(void);
     // void (^ObjCBlock)(void);
     bool MightBeFunctionType = !Contexts[Contexts.size() - 2].IsExpression;
     bool ProbablyFunctionType =