File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
include/clang/Interpreter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ namespace Cpp {
651
651
652
652
// / Append all Code completion suggestions to Results.
653
653
// /\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 .
655
655
CPPINTEROP_API void CodeComplete (const char * code, std::vector<std::string>& Results);
656
656
657
657
} // end namespace Cpp
Original file line number Diff line number Diff line change 1
1
#include " clang/Interpreter/CppInterOp.h"
2
2
3
- #include " clang/Basic/Version.inc "
3
+ #include " clang/Basic/Version.h "
4
4
5
5
#include " llvm/ADT/SmallString.h"
6
6
#include " llvm/Support/Path.h"
You can’t perform that action at this time.
0 commit comments