Skip to content

Commit c8cb745

Browse files
Apply suggestions from code review
Co-authored-by: Vassil Vassilev <[email protected]>
1 parent b60a230 commit c8cb745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/clang/Interpreter/CppInterOp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ namespace Cpp {
651651

652652
/// Append all Code completion suggestions to Results.
653653
///\param[in] code - code fragmet to complete
654-
///\param[out] Results - CC suggestions for code fragment. Suggestions are append Results.
654+
///\param[out] Results - CC suggestions for code fragment. Suggestions are appended.
655655
CPPINTEROP_API void CodeComplete(const char* code, std::vector<std::string>& Results);
656656

657657
} // end namespace Cpp

unittests/CppInterOp/InterpreterTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "clang/Interpreter/CppInterOp.h"
22

3-
#include "clang/Basic/Version.inc"
3+
#include "clang/Basic/Version.h"
44

55
#include "llvm/ADT/SmallString.h"
66
#include "llvm/Support/Path.h"

0 commit comments

Comments
 (0)