Claim #include <auto-parse-hdr> to remember the full path (ROOT-8863).

This commit is contained in:
Axel Naumann 2017-12-05 17:10:44 -06:00 committed by sftnight
parent 88edc07e65
commit b55066ffea

View File

@ -110,7 +110,8 @@ namespace cling {
const FileEntry* FE = 0;
SourceLocation fileNameLoc;
bool isAngled = false;
// Remember this file wth full path, not "./File.h" (ROOT-8863).
bool isAngled = true;
const DirectoryLookup* FromDir = 0;
const FileEntry* FromFile = 0;
const DirectoryLookup* CurDir = 0;