forked from OSchip/llvm-project
Clear all the linetable state in clear(), fixing problems
with "clang t.i s.i" where the .i files contain line markers. rdar://6667812 llvm-svn: 66619
This commit is contained in:
parent
14311925f2
commit
1ac3c9292f
|
@ -129,6 +129,7 @@ public:
|
|||
void clear() {
|
||||
FilenameIDs.clear();
|
||||
FilenamesByID.clear();
|
||||
LineEntries.clear();
|
||||
}
|
||||
|
||||
~LineTableInfo() {}
|
||||
|
|
Loading…
Reference in New Issue