summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-10-06 11:12:59 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-10-06 11:12:59 +0000
commita04db9e679cb36126e3a246771d0f1323c8a3e20 (patch)
tree10d8e7f83e708c2c91337867c92dd028efac0de8 /include/clang/Lex
parent7cda4756fc9713d98fd3513b8df172700f267bad (diff)
Wdocumentation fix
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex')
-rw-r--r--include/clang/Lex/CodeCompletionHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/CodeCompletionHandler.h b/include/clang/Lex/CodeCompletionHandler.h
index e6bc1239df..bef804beed 100644
--- a/include/clang/Lex/CodeCompletionHandler.h
+++ b/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 "<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