r343915 - Wdocumentation fix

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 6 04:12:59 PDT 2018


Author: rksimon
Date: Sat Oct  6 04:12:59 2018
New Revision: 343915

URL: http://llvm.org/viewvc/llvm-project?rev=343915&view=rev
Log:
Wdocumentation fix

Modified:
    cfe/trunk/include/clang/Lex/CodeCompletionHandler.h

Modified: cfe/trunk/include/clang/Lex/CodeCompletionHandler.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/CodeCompletionHandler.h?rev=343915&r1=343914&r2=343915&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/CodeCompletionHandler.h (original)
+++ cfe/trunk/include/clang/Lex/CodeCompletionHandler.h Sat Oct  6 04:12:59 2018
@@ -64,7 +64,7 @@ public:
 
   /// Callback invoked when performing code completion inside the filename
   /// part of an #include directive. (Also #import, #include_next, etc).
-  /// \p Dir is the directory relative to the include path, e.g. "a" for "<a/b".
+  /// \p Dir is the directory relative to the include path.
   virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {}
 
   /// Callback invoked when performing code completion in a part of the




More information about the cfe-commits mailing list