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:
Chris Lattner 2009-03-11 01:09:52 +00:00
parent 14311925f2
commit 1ac3c9292f
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ public:
void clear() {
FilenameIDs.clear();
FilenamesByID.clear();
LineEntries.clear();
}
~LineTableInfo() {}