https://github.com/owenca created
https://github.com/llvm/llvm-project/pull/67396
Replaced TT_AttributeParen with TT_AttributeLParen and TT_AttributeRParen.
>From 32c071771910693e1ba739db32c0de212352e9d8 Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Mon, 25 Sep 2023 23:21:38 -0700
Subject: [PA
https://github.com/owenca updated
https://github.com/llvm/llvm-project/pull/67396
>From 3ae647542b80edb47bb2e47e87118be6a1bdbdec Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Mon, 25 Sep 2023 23:21:38 -0700
Subject: [PATCH] [clang-format] Split TT_AttributeParen
Replaced TT_AttributeParen with
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Changes
Replaced TT_AttributeParen with TT_AttributeLParen and TT_AttributeRParen.
---
Full diff: https://github.com/llvm/llvm-project/pull/67396.diff
4 Files Affected:
- (modified) clang/lib/Format/ContinuationIndenter.cpp (+1-1)
- (mod
Author: martinboehme
Date: 2023-09-26T08:41:09+02:00
New Revision: 834cb919b3107f9db3efe80483908d31cb84ee7a
URL:
https://github.com/llvm/llvm-project/commit/834cb919b3107f9db3efe80483908d31cb84ee7a
DIFF:
https://github.com/llvm/llvm-project/commit/834cb919b3107f9db3efe80483908d31cb84ee7a.diff
https://github.com/martinboehme closed
https://github.com/llvm/llvm-project/pull/67300
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Timm =?utf-8?q?Bäder?= ,
Timm =?utf-8?q?Bäder?= ,
Timm =?utf-8?q?Bäder?= ,
Timm =?utf-8?q?Bäder?= ,
Timm =?utf-8?q?Bäder?=
Message-ID:
In-Reply-To:
@@ -0,0 +1,135 @@
+
+#include "clang/Frontend/CodeSnippetHighlighter.h"
+#include "clang/Basic/DiagnosticOptions.h"
+#include "cla
https://github.com/martinboehme closed
https://github.com/llvm/llvm-project/pull/67313
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: martinboehme
Date: 2023-09-26T08:49:11+02:00
New Revision: 9f276d4ddd0efa2e323d674a35317c253ab66d58
URL:
https://github.com/llvm/llvm-project/commit/9f276d4ddd0efa2e323d674a35317c253ab66d58
DIFF:
https://github.com/llvm/llvm-project/commit/9f276d4ddd0efa2e323d674a35317c253ab66d58.diff
https://github.com/steakhal updated
https://github.com/llvm/llvm-project/pull/67331
>From 67e19382fb45fe5e06a5c8de2e7b1434c8b1c68f Mon Sep 17 00:00:00 2001
From: Balazs Benics
Date: Mon, 25 Sep 2023 15:37:34 +0200
Subject: [PATCH] [clang] Fix pretty-printing assume_aligned attributes
Inside `w
https://github.com/steakhal edited
https://github.com/llvm/llvm-project/pull/67331
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -320,10 +320,11 @@ namespace {
}
std::string getIsOmitted() const override {
- if (type == "IdentifierInfo *")
-return "!get" + getUpperName().str() + "()";
- if (type == "TypeSourceInfo *")
+ StringRef T = type;
+ if (T == "TypeSourceInf
301 - 311 of 311 matches
Mail list logo