https://github.com/sweiglbosker updated
https://github.com/llvm/llvm-project/pull/138165
Rate limit · GitHub
body {
background-color: #f6f8fa;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe
UI,Helvetica,Arial,s
sweiglbosker wrote:
Done
https://github.com/llvm/llvm-project/pull/138165
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/sweiglbosker updated
https://github.com/llvm/llvm-project/pull/138165
>From 08f13cc755539516c2a5606ed0a7dfa20b99bbd3 Mon Sep 17 00:00:00 2001
From: Stefan Weigl-Bosker
Date: Thu, 1 May 2025 12:24:17 -0400
Subject: [PATCH] [Lex] fix lexing malformed pragma within include direc
https://github.com/sweiglbosker updated
https://github.com/llvm/llvm-project/pull/138165
Rate limit · GitHub
body {
background-color: #f6f8fa;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe
UI,Helvetica,Arial,s
https://github.com/sweiglbosker updated
https://github.com/llvm/llvm-project/pull/138165
Rate limit · GitHub
body {
background-color: #f6f8fa;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe
UI,Helvetica,Arial,s
https://github.com/sweiglbosker updated
https://github.com/llvm/llvm-project/pull/138165
>From 429b48c245c4f41ad13b59603aefc5d374c2a52c Mon Sep 17 00:00:00 2001
From: Stefan Weigl-Bosker
Date: Thu, 1 May 2025 12:24:17 -0400
Subject: [PATCH] [Lex] fix lexing malformed pragma within include direc
https://github.com/sweiglbosker updated
https://github.com/llvm/llvm-project/pull/138165
>From 2865b67e6014698e4f5c374aa448020b47b84ca5 Mon Sep 17 00:00:00 2001
From: Stefan Weigl-Bosker
Date: Thu, 1 May 2025 12:24:17 -0400
Subject: [PATCH] [Lex] fix lexing malformed pragma within include direc
sweiglbosker wrote:
> Thanks for the fix! Given the nature of the issue, I would probably introduce
> a new test file rather than modify an existing one. But I think it should
> live in `clang/test/Preprocessor`.
Just added a small test. Looks good to you?
https://github.com/llvm/llvm-project