[all-commits] [llvm/llvm-project] 167a0d: WIP: Enable demangling of `cp` expression production

Hubert Tong via All-commits all-commits at lists.llvm.org
Mon Nov 4 14:13:19 PST 2024


  Branch: refs/heads/users/hubert-reinterpretcast/Demangle-cpCallExpressionMangling
  Home:   https://github.com/llvm/llvm-project
  Commit: 167a0dc00d5845f246789ff63528172cdfc1ef82
      https://github.com/llvm/llvm-project/commit/167a0dc00d5845f246789ff63528172cdfc1ef82
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2024-11-04 (Mon, 04 Nov 2024)

  Changed paths:
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M llvm/include/llvm/Demangle/ItaniumDemangle.h

  Log Message:
  -----------
  WIP: Enable demangling of `cp` expression production


  Commit: 0e07c770d77f9e4960b28e504a50c0f132f0869d
      https://github.com/llvm/llvm-project/commit/0e07c770d77f9e4960b28e504a50c0f132f0869d
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2024-11-04 (Mon, 04 Nov 2024)

  Changed paths:
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/test/test_demangle.pass.cpp

  Log Message:
  -----------
  Update `cp` demangling to display parentheses; update test


  Commit: 58ab15048ddb17432da68d491806640505e97a92
      https://github.com/llvm/llvm-project/commit/58ab15048ddb17432da68d491806640505e97a92
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2024-11-04 (Mon, 04 Nov 2024)

  Changed paths:
    M libcxxabi/src/demangle/ItaniumDemangle.h

  Log Message:
  -----------
  Add `cp` production to grammar in comment


  Commit: f9bcd02ad5e0cc6e7a309ce20c6f29ee1f9f9664
      https://github.com/llvm/llvm-project/commit/f9bcd02ad5e0cc6e7a309ce20c6f29ee1f9f9664
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2024-11-04 (Mon, 04 Nov 2024)

  Changed paths:
    M llvm/include/llvm/Demangle/ItaniumDemangle.h

  Log Message:
  -----------
  Apply libcxxabi/src/demangle/cp-to-llvm.sh


  Commit: 8ffe8dddf44546005fbd9b6aae0842b391829619
      https://github.com/llvm/llvm-project/commit/8ffe8dddf44546005fbd9b6aae0842b391829619
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2024-11-04 (Mon, 04 Nov 2024)

  Changed paths:
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M llvm/include/llvm/Demangle/ItaniumDemangle.h

  Log Message:
  -----------
  Fix CallExpr matcher to account for new IsParen property


Compare: https://github.com/llvm/llvm-project/compare/ffaab825b372...8ffe8dddf445

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list