From 96742556e40cfe26d114d1d2d090947839a2a46b Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sat, 6 Oct 2018 11:12:59 +0000 Subject: [PATCH] Wdocumentation fix llvm-svn: 343915 --- clang/include/clang/Lex/CodeCompletionHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Lex/CodeCompletionHandler.h b/clang/include/clang/Lex/CodeCompletionHandler.h index e6bc123..bef804b 100644 --- a/clang/include/clang/Lex/CodeCompletionHandler.h +++ b/clang/include/clang/Lex/CodeCompletionHandler.h @@ -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 "