Clear all the linetable state in clear(), fixing problems

with "clang t.i s.i" where the .i files contain line markers.
rdar://6667812


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-03-11 01:09:52 +00:00
Родитель 8575927833
Коммит 1841aa19aa
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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