"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "80de23155ae2e9b9f01a6ba5c42b2bb2c52f9406"
Remove "parse error" in favor of more descriptive diagnostics.
In a few cases clang emitted a rather content-free diagnostic: 'parse error'. This change replaces two actual cases (template parameter parsing and K&R parameter declaration parsing) with more specific diagnostics and removes a third dead case of this in the BalancedDelimiterTracker (the ctor already checked the invariant necessary to ensure that the diag::parse_error was never actually used). llvm-svn: 154224
Loading
Please register or sign in to comment