Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ClangImport: avoid unchecked pointer dereferences (danmar#5856)
The `Tokenizer` and `TokenList` objects which are passed around always need to exist so pass them by reference.
- Loading branch information