forked from OSchip/llvm-project
Remove duplicate class name, MSVC doesn't like this.
llvm-svn: 93225
This commit is contained in:
parent
53262c96d9
commit
abd3686f49
|
@ -416,7 +416,7 @@ static SourceLocation getLocationFromCursor(CXCursor C,
|
|||
}
|
||||
}
|
||||
|
||||
CXString CIndexer::CIndexer::createCXString(const char *String, bool DupString){
|
||||
CXString CIndexer::createCXString(const char *String, bool DupString){
|
||||
CXString Str;
|
||||
if (DupString) {
|
||||
Str.Spelling = strdup(String);
|
||||
|
|
Loading…
Reference in New Issue