This change removes Location param in setError() functions. It was never used.
Alternative to https://reviews.llvm.org/D22565
Paths
| Differential D22619
Simplify error reporting in YAMLParser Needs ReviewPublic Authored by chfast on Jul 21 2016, 3:02 AM.
Details Summary This change removes Location param in setError() functions. It was never used. Alternative to https://reviews.llvm.org/D22565
Diff Detail Event Timelinechfast updated this object. Comment Actions There are some cases where it looks like the argument isn't the same as Current. Is this actually the case?
Revision Contents
Diff 64847 include/llvm/Support/YAMLParser.h
lib/Support/YAMLParser.cpp
|
This one appears to change behavior with this patch. I don't believe this will ever be the same token as Current.