This revision was automatically updated to reflect the committed changes.
Closed by commit rL368062: [Syntax] Do not add a node for 'eof' into
the tree (authored by ibiryukov, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https:/
ilya-biryukov created this revision.
ilya-biryukov added a reviewer: sammccall.
Herald added subscribers: kristof.beyls, javed.absar.
Herald added a project: clang.
While useful as a sentinel value when iterating over tokens, having
'eof' in the tree, seems to do more harm than good.
Repository: