predator5047 added a comment.
ping
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103929/new/
https://reviews.llvm.org/D103929
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
predator5047 updated this revision to Diff 357756.
predator5047 added a comment.
Fix clang-tidy formatting
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103929/new/
https://reviews.llvm.org/D103929
Files:
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDeclCXX.c
predator5047 updated this revision to Diff 357755.
predator5047 added a comment.
Fix clang-tidy warning
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103929/new/
https://reviews.llvm.org/D103929
Files:
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDeclCXX.cpp
predator5047 added a comment.
Regarding
struct A;
bool operator==(A, A);
struct A {
friend bool operator==(A, A) = default; // error, not first declaration
};
GCC and msvc have marked P2085R0 as complete and do not implement this rule
should I implement it anyway?
I don't know if
predator5047 updated this revision to Diff 357747.
predator5047 added a comment.
Addressed Richard's comments.
Fix handling of friend functions.
Added an error dialog for when enum type are used as params.
Removed define outside of class dialog since it is no longer needed.
Moved tests to p1.cpp
predator5047 added a comment.
ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103929/new/
https://reviews.llvm.org/D103929
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.or
predator5047 marked an inline comment as done.
predator5047 added a comment.
@hans Can you commit on my behalf?
Email: Alexandru Octavian Butiu alexandru.octavian.butiu at gmail.com
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102186/new/
https:/
predator5047 added a comment.
ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103929/new/
https://reviews.llvm.org/D103929
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.or
predator5047 marked an inline comment as done.
predator5047 added inline comments.
Comment at: clang/test/SemaCXX/warn-unused-private-field.cpp:7
+
+class EqDefaultCompare {
+ int unused_;
hans wrote:
> The test case feels a little strange to me, I mean the memb
predator5047 updated this revision to Diff 352400.
predator5047 added a comment.
Updated the test case so it is clearer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102186/new/
https://reviews.llvm.org/D102186
Files:
clang/lib/Sema/SemaDeclCXX
predator5047 added a comment.
ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102186/new/
https://reviews.llvm.org/D102186
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.or
predator5047 created this revision.
predator5047 added reviewers: alexfh, alexfh_.
predator5047 added a project: clang-tools-extra.
Herald added subscribers: cfe-commits, kbarton, nemanjai.
Fix bug #36489
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D43745
Files:
clang-tidy/
predator5047 updated this revision to Diff 121152.
predator5047 added a comment.
Fixed assert error caused by macros.
https://reviews.llvm.org/D38284
Files:
clang-tidy/readability/NamespaceCommentCheck.cpp
clang-tidy/readability/NamespaceCommentCheck.h
test/clang-tidy/google-readability-n
predator5047 added a comment.
In https://reviews.llvm.org/D38284#888124, @aaron.ballman wrote:
> Aside from a small nit, this LGTM, thanks!
Can you commit it? I don't have commit rights.
https://reviews.llvm.org/D38284
___
cfe-commits mailing li
predator5047 updated this revision to Diff 117398.
predator5047 marked 5 inline comments as done.
predator5047 added a comment.
Address review comments:
- Use llvm::SmallVector instead of std::vector
- Some formatting changes.
https://reviews.llvm.org/D38284
Files:
clang-tidy/readabilit
predator5047 updated this revision to Diff 117193.
predator5047 marked 12 inline comments as done.
predator5047 added a comment.
Address review comments:
- Don't use auto if the type is not spelled out in initialization.
- Better names for variables.
- Elide braces.
- Format changes.
https://
predator5047 updated this revision to Diff 116850.
predator5047 added a comment.
Fixed spelling mistake and added a test case.
https://reviews.llvm.org/D38284
Files:
clang-tidy/readability/NamespaceCommentCheck.cpp
clang-tidy/readability/NamespaceCommentCheck.h
test/clang-tidy/google-read
17 matches
Mail list logo