[all-commits] [llvm/llvm-project] 9120e8: [Dexter] Associate parser errors with correct file...

Stephen Tozer via All-commits all-commits at lists.llvm.org
Tue Sep 19 06:24:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9120e854486d00307e14751769200ae4c45909a9
      https://github.com/llvm/llvm-project/commit/9120e854486d00307e14751769200ae4c45909a9
  Author: Ben Mudd <Ben.Mudd at sony.com>
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/command/ParseCommand.py
    A cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax_dexdeclarefile.cpp

  Log Message:
  -----------
  [Dexter] Associate parser errors with correct file (#66765)

Currently if Dexter encounters a parser error with a command, the resulting
error message will refer to the most recently declared file (i.e. the source
file it is testing) rather than the file containing the command itself. This
patch fixes this so that parser errors point towards the correct location.




More information about the All-commits mailing list