File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -7642,15 +7642,9 @@ CXString clang_getTokenSpelling(CXTranslationUnit TU, CXToken CXTok) {
76427642 if (!CXXUnit)
76437643 return cxstring::createEmpty ();
76447644
7645- <<<<<<< HEAD
7646- SourceLocation Loc = SourceLocation::getFromRawEncoding (CXTok.int_data [1 ]);
7647- std::pair<FileID, unsigned > LocInfo =
7648- CXXUnit->getSourceManager ().getDecomposedSpellingLoc (Loc);
7649- =======
76507645 SourceLocation Loc = SourceLocation::getFromRawEncoding32 (
76517646 CXXUnit->getSourceManager (), CXTok.int_data [1 ]);
76527647 auto LocInfo = CXXUnit->getSourceManager ().getDecomposedSpellingLoc (Loc);
7653- >>>>>>> de04b79aa72e (64 -bit source location)
76547648 bool Invalid = false ;
76557649 StringRef Buffer =
76567650 CXXUnit->getSourceManager ().getBufferData (LocInfo.first , &Invalid);
You can’t perform that action at this time.
0 commit comments