Add "New access function" to update_check.py classifier.

Lines with this prefix are printed by JSONImporter.

llvm-svn: 279825
This commit is contained in:
Michael Kruse 2016-08-26 15:43:43 +00:00
parent 9d61e4a980
commit 6b6e38d9b1
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,8 @@ def classyfier1(lines):
yield {'TransitiveClosureDep','DepInfo'}
line = i.__next__()
continue
elif line.startswith("New access function '"):
yield {'NewAccessFunction'}
else:
yield set()
line = i.__next__()