https://github.com/owenca closed
https://github.com/llvm/llvm-project/pull/136476
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/mydeveloperday approved this pull request.
https://github.com/llvm/llvm-project/pull/136476
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/owenca updated
https://github.com/llvm/llvm-project/pull/136476
>From e6374fe18fa7b4147d7e7dafe668728034fea946 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Sun, 20 Apr 2025 00:47:22 -0700
Subject: [PATCH] [clang-format] Fix a bug in lexing C++ UDL ending in $
---
clang/lib
https://github.com/owenca edited
https://github.com/llvm/llvm-project/pull/136476
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: Owen Pan (owenca)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/136476.diff
3 Files Affected:
- (modified) clang/lib/Format/FormatTokenLexer.cpp (+26)
- (modified) clang/lib/Format/FormatTokenLexer.h (+1)
-
https://github.com/owenca created
https://github.com/llvm/llvm-project/pull/136476
None
>From 1507898f4b68d6644aae1449eb8e7fec2b903283 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Sun, 20 Apr 2025 00:47:22 -0700
Subject: [PATCH] [clang-format] Fix a bug in lexing C++ UDL ending in $
---
cla