curdeius updated this revision to Diff 37115.
curdeius added a comment.
Add option converters for filenames (prohibiting quotes) and styles (giving a
list of predefined styles).
http://reviews.llvm.org/D13549
Files:
tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs
tools/clang-format
curdeius added inline comments.
Comment at: tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs:57
@@ +56,3 @@
+{
+StandardValuesCollection svc = new
StandardValuesCollection(values);
+return svc;
aaron.ballman wrot
curdeius updated this revision to Diff 37253.
curdeius added a comment.
Applied Aaron's comments. Removed unused using.
http://reviews.llvm.org/D13549
Files:
tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs
tools/clang-format-vs/ClangFormat/Properties/AssemblyInfo.cs
tools/clang-fo
curdeius marked 7 inline comments as done.
curdeius added a comment.
Applied comments and done some minor clean up.
http://reviews.llvm.org/D13549
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo
curdeius added a comment.
Ping?
http://reviews.llvm.org/D13549
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
curdeius added a comment.
Hi Zachary, just to answer your comments. I have done it on purpose not to use
enum, because clang-format style can be actually a JSON string, e.g.
`{BasedOnStyle: "LLVM", IndentWidth: 4}`, so it wouldn't translate into an enum
(to my knowledge at least). Besides, I wo
curdeius created this revision.
curdeius added a reviewer: djasper.
curdeius added a subscriber: cfe-commits.
Herald added a subscriber: klimek.
This fixes bug 25192.
See https://llvm.org/bugs/show_bug.cgi?id=25192.
http://reviews.llvm.org/D13811
Files:
lib/Format/UnwrappedLineFormatter.cpp
curdeius added a comment.
> Where is the code in the CL that handles extracting that value from a JSON
> string? Because it looks like you're just building an array list of the
> trivial non-JSON style names, so why couldn't that be an enum? I don't know
> mucha bout clang-format, but looking
Author: mkurdej
Date: Mon Oct 19 05:08:35 2015
New Revision: 250694
URL: http://llvm.org/viewvc/llvm-project?rev=250694&view=rev
Log:
Added new options to ClangFormat VSIX package.
Summary:
Added new options to ClangFormat VSIX package:
* fallback-style
* assume-filename
* sort-includes.
Changed
curdeius updated this revision to Diff 37832.
curdeius added a comment.
- AllowShortFunctionsOnASingleLine: true didn't work with BreakBeforeBraces:
Linux/Allman.
- Add test checking that non-empty functions in styles with
`BraceWrapping.AfterFunction = true` don't get merged into one line. Fix
curdeius marked 2 inline comments as done.
curdeius added a comment.
Applied comments.
Comment at: lib/Format/UnwrappedLineFormatter.cpp:190
@@ +189,3 @@
+(Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty) &&
+(((Style.BraceWrapping.AfterFunction
curdeius added a comment.
Ping?
http://reviews.llvm.org/D13811
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
curdeius added a subscriber: curdeius.
curdeius added a comment.
I'm really interested in the manner this check works when a typedef has
multiple declarations in it (same example as in the comment):
typedef int m_int, *m_int_p, &m_int_r, m_int_arr[10], (&m_int_fun)(int, int);
I tried to imple
curdeius added a subscriber: curdeius.
curdeius added a comment.
Some minor remarks. Sorry for being finicky :).
Comment at: include/clang/Basic/VirtualFileSystem.h:97
@@ +96,3 @@
+ return Status->getName();
+else
+ return Status.getError();
No els
curdeius added a comment.
Nice job! Thanks for taking my remarks into account.
Comment at: include/clang/Basic/VirtualFileSystem.h:14
Oops, my fault.
http://reviews.llvm.org/D19843
___
cfe-commits mailing list
c
curdeius added a subscriber: curdeius.
curdeius added a comment.
Minor remark.
Comment at: docs/clang-tidy/checks/list.rst:7
@@ -6,2 +6,3 @@
.. toctree::
+ boost-use-to-string
cert-dcl03-c (redirects to misc-static-assert)
toctree directive needs the
Author: Elliott Maguire
Date: 2022-01-19T10:18:47+01:00
New Revision: 480a1fab72f4e367a5986d572914d252c318431d
URL:
https://github.com/llvm/llvm-project/commit/480a1fab72f4e367a5986d572914d252c318431d
DIFF:
https://github.com/llvm/llvm-project/commit/480a1fab72f4e367a5986d572914d252c318431d.dif
Author: Marek Kurdej
Date: 2022-01-19T14:23:04+01:00
New Revision: 5ea98988c65bc50f23cedaf11ead9470f1141235
URL:
https://github.com/llvm/llvm-project/commit/5ea98988c65bc50f23cedaf11ead9470f1141235
DIFF:
https://github.com/llvm/llvm-project/commit/5ea98988c65bc50f23cedaf11ead9470f1141235.diff
Author: Jino Park
Date: 2022-01-20T08:59:04+01:00
New Revision: 560eb2277bb5aea0982ce5f90321788cda3fe4b3
URL:
https://github.com/llvm/llvm-project/commit/560eb2277bb5aea0982ce5f90321788cda3fe4b3
DIFF:
https://github.com/llvm/llvm-project/commit/560eb2277bb5aea0982ce5f90321788cda3fe4b3.diff
LOG
Author: Marek Kurdej
Date: 2022-01-20T09:39:08+01:00
New Revision: 794b1eebe749d739a0c530ca53cadc8925fbfec2
URL:
https://github.com/llvm/llvm-project/commit/794b1eebe749d739a0c530ca53cadc8925fbfec2
DIFF:
https://github.com/llvm/llvm-project/commit/794b1eebe749d739a0c530ca53cadc8925fbfec2.diff
Author: Marek Kurdej
Date: 2022-01-20T14:10:59+01:00
New Revision: 69ecd2484f0d363537afc0157bd6a946fccf8453
URL:
https://github.com/llvm/llvm-project/commit/69ecd2484f0d363537afc0157bd6a946fccf8453
DIFF:
https://github.com/llvm/llvm-project/commit/69ecd2484f0d363537afc0157bd6a946fccf8453.diff
Author: Marek Kurdej
Date: 2022-01-20T21:16:17+01:00
New Revision: 82452be5cbd7fb48e36dd4f7b2b7eaf598d34bd6
URL:
https://github.com/llvm/llvm-project/commit/82452be5cbd7fb48e36dd4f7b2b7eaf598d34bd6
DIFF:
https://github.com/llvm/llvm-project/commit/82452be5cbd7fb48e36dd4f7b2b7eaf598d34bd6.diff
Author: Marek Kurdej
Date: 2022-01-21T18:17:55+01:00
New Revision: 23a7bb541dae47e691be5380e96ca63f04d6d194
URL:
https://github.com/llvm/llvm-project/commit/23a7bb541dae47e691be5380e96ca63f04d6d194
DIFF:
https://github.com/llvm/llvm-project/commit/23a7bb541dae47e691be5380e96ca63f04d6d194.diff
Author: Marek Kurdej
Date: 2022-01-24T08:34:24+01:00
New Revision: ea2112ea15a0f43cb469b29e00cda3d7a48ae875
URL:
https://github.com/llvm/llvm-project/commit/ea2112ea15a0f43cb469b29e00cda3d7a48ae875
DIFF:
https://github.com/llvm/llvm-project/commit/ea2112ea15a0f43cb469b29e00cda3d7a48ae875.diff
Author: Marek Kurdej
Date: 2022-01-24T08:54:55+01:00
New Revision: 670a721de2a19d0307ceea47349fd9e986a8484f
URL:
https://github.com/llvm/llvm-project/commit/670a721de2a19d0307ceea47349fd9e986a8484f
DIFF:
https://github.com/llvm/llvm-project/commit/670a721de2a19d0307ceea47349fd9e986a8484f.diff
Author: Marek Kurdej
Date: 2022-01-24T09:36:46+01:00
New Revision: 81793bd276afefea0e525307676181478fc614c9
URL:
https://github.com/llvm/llvm-project/commit/81793bd276afefea0e525307676181478fc614c9
DIFF:
https://github.com/llvm/llvm-project/commit/81793bd276afefea0e525307676181478fc614c9.diff
Author: Marek Kurdej
Date: 2022-01-24T18:09:20+01:00
New Revision: 50999e82e8844615b1ae53edb9d56cdcace91b04
URL:
https://github.com/llvm/llvm-project/commit/50999e82e8844615b1ae53edb9d56cdcace91b04
DIFF:
https://github.com/llvm/llvm-project/commit/50999e82e8844615b1ae53edb9d56cdcace91b04.diff
Author: Marek Kurdej
Date: 2022-01-26T09:27:38+01:00
New Revision: 72e29caf039fd81bc6948e16d6f71d1581615469
URL:
https://github.com/llvm/llvm-project/commit/72e29caf039fd81bc6948e16d6f71d1581615469
DIFF:
https://github.com/llvm/llvm-project/commit/72e29caf039fd81bc6948e16d6f71d1581615469.diff
Author: Marek Kurdej
Date: 2022-01-26T16:10:52+01:00
New Revision: 93948c5299d7ee446aa707221751a0af2b87c12b
URL:
https://github.com/llvm/llvm-project/commit/93948c5299d7ee446aa707221751a0af2b87c12b
DIFF:
https://github.com/llvm/llvm-project/commit/93948c5299d7ee446aa707221751a0af2b87c12b.diff
Author: Marek Kurdej
Date: 2022-01-27T18:06:31+01:00
New Revision: 36622c4e1a48cd02209524592abb9d929fff1e22
URL:
https://github.com/llvm/llvm-project/commit/36622c4e1a48cd02209524592abb9d929fff1e22
DIFF:
https://github.com/llvm/llvm-project/commit/36622c4e1a48cd02209524592abb9d929fff1e22.diff
Author: Marek Kurdej
Date: 2022-01-28T11:23:29+01:00
New Revision: 249a21ab188419b019adea21716f5c779c063de3
URL:
https://github.com/llvm/llvm-project/commit/249a21ab188419b019adea21716f5c779c063de3
DIFF:
https://github.com/llvm/llvm-project/commit/249a21ab188419b019adea21716f5c779c063de3.diff
Author: Marek Kurdej
Date: 2022-01-28T12:01:02+01:00
New Revision: f4d5195d2fff06e2e3daad136f909143324d0485
URL:
https://github.com/llvm/llvm-project/commit/f4d5195d2fff06e2e3daad136f909143324d0485
DIFF:
https://github.com/llvm/llvm-project/commit/f4d5195d2fff06e2e3daad136f909143324d0485.diff
Author: Marek Kurdej
Date: 2022-01-28T22:28:48+01:00
New Revision: 64df51624f08f3b8d7370f820ab3545b1de98a0e
URL:
https://github.com/llvm/llvm-project/commit/64df51624f08f3b8d7370f820ab3545b1de98a0e
DIFF:
https://github.com/llvm/llvm-project/commit/64df51624f08f3b8d7370f820ab3545b1de98a0e.diff
Author: Philip Sigillito
Date: 2022-01-30T20:56:50+01:00
New Revision: d1aed486efc6d35a81ca4acbabb4203c4b91cda9
URL:
https://github.com/llvm/llvm-project/commit/d1aed486efc6d35a81ca4acbabb4203c4b91cda9
DIFF:
https://github.com/llvm/llvm-project/commit/d1aed486efc6d35a81ca4acbabb4203c4b91cda9.di
Author: Marek Kurdej
Date: 2022-01-31T09:06:00+01:00
New Revision: 438f0e1f00ada4827d8138dd236e850b26c4141f
URL:
https://github.com/llvm/llvm-project/commit/438f0e1f00ada4827d8138dd236e850b26c4141f
DIFF:
https://github.com/llvm/llvm-project/commit/438f0e1f00ada4827d8138dd236e850b26c4141f.diff
Author: Marek Kurdej
Date: 2022-02-01T08:51:10+01:00
New Revision: 95bf0a9ebdb4ee6f78699e20751602c8c3c5733f
URL:
https://github.com/llvm/llvm-project/commit/95bf0a9ebdb4ee6f78699e20751602c8c3c5733f
DIFF:
https://github.com/llvm/llvm-project/commit/95bf0a9ebdb4ee6f78699e20751602c8c3c5733f.diff
Author: Marek Kurdej
Date: 2022-02-01T09:17:59+01:00
New Revision: fd33cca762fac265d28abbb080eec57f011f7cb4
URL:
https://github.com/llvm/llvm-project/commit/fd33cca762fac265d28abbb080eec57f011f7cb4
DIFF:
https://github.com/llvm/llvm-project/commit/fd33cca762fac265d28abbb080eec57f011f7cb4.diff
Author: Marek Kurdej
Date: 2022-02-01T14:10:48+01:00
New Revision: 545317cb8eb96947ae20b432525f5667f816df49
URL:
https://github.com/llvm/llvm-project/commit/545317cb8eb96947ae20b432525f5667f816df49
DIFF:
https://github.com/llvm/llvm-project/commit/545317cb8eb96947ae20b432525f5667f816df49.diff
Author: Marek Kurdej
Date: 2022-02-01T14:10:48+01:00
New Revision: 34b4f00686ffa030fb0fed3bdd24b5e8588dae89
URL:
https://github.com/llvm/llvm-project/commit/34b4f00686ffa030fb0fed3bdd24b5e8588dae89
DIFF:
https://github.com/llvm/llvm-project/commit/34b4f00686ffa030fb0fed3bdd24b5e8588dae89.diff
Author: Marek Kurdej
Date: 2022-02-01T14:24:01+01:00
New Revision: e75a3428a92016b2689d5efb7ac95ae91761949d
URL:
https://github.com/llvm/llvm-project/commit/e75a3428a92016b2689d5efb7ac95ae91761949d
DIFF:
https://github.com/llvm/llvm-project/commit/e75a3428a92016b2689d5efb7ac95ae91761949d.diff
Author: Marek Kurdej
Date: 2022-02-01T14:29:31+01:00
New Revision: af8f1dbb43bc1a6267ea0b760c7b0fae635938ff
URL:
https://github.com/llvm/llvm-project/commit/af8f1dbb43bc1a6267ea0b760c7b0fae635938ff
DIFF:
https://github.com/llvm/llvm-project/commit/af8f1dbb43bc1a6267ea0b760c7b0fae635938ff.diff
Author: Marek Kurdej
Date: 2022-02-02T10:25:24+01:00
New Revision: bc40b76b5b95837e27217de6a446eeeace695f34
URL:
https://github.com/llvm/llvm-project/commit/bc40b76b5b95837e27217de6a446eeeace695f34
DIFF:
https://github.com/llvm/llvm-project/commit/bc40b76b5b95837e27217de6a446eeeace695f34.diff
Author: Marek Kurdej
Date: 2022-02-02T14:00:50+01:00
New Revision: 61f09bcf11dee028ba47f4756910b25b043505e1
URL:
https://github.com/llvm/llvm-project/commit/61f09bcf11dee028ba47f4756910b25b043505e1
DIFF:
https://github.com/llvm/llvm-project/commit/61f09bcf11dee028ba47f4756910b25b043505e1.diff
Author: Marek Kurdej
Date: 2022-02-02T14:01:48+01:00
New Revision: 574ad2a84626ffb0e7a64559e9862f20aadc013a
URL:
https://github.com/llvm/llvm-project/commit/574ad2a84626ffb0e7a64559e9862f20aadc013a
DIFF:
https://github.com/llvm/llvm-project/commit/574ad2a84626ffb0e7a64559e9862f20aadc013a.diff
Author: Marek Kurdej
Date: 2022-02-02T14:36:00+01:00
New Revision: 10243d0dfd36b0fb912276b2686a038b952e03c8
URL:
https://github.com/llvm/llvm-project/commit/10243d0dfd36b0fb912276b2686a038b952e03c8
DIFF:
https://github.com/llvm/llvm-project/commit/10243d0dfd36b0fb912276b2686a038b952e03c8.diff
Author: Marek Kurdej
Date: 2022-02-02T14:36:00+01:00
New Revision: b3af2ef963b1c94ab40d940c5e2774a2ac9ec230
URL:
https://github.com/llvm/llvm-project/commit/b3af2ef963b1c94ab40d940c5e2774a2ac9ec230
DIFF:
https://github.com/llvm/llvm-project/commit/b3af2ef963b1c94ab40d940c5e2774a2ac9ec230.diff
Author: Marek Kurdej
Date: 2022-02-02T14:36:01+01:00
New Revision: 630c736047a3191a5d3150bcc825064ab84e9fb5
URL:
https://github.com/llvm/llvm-project/commit/630c736047a3191a5d3150bcc825064ab84e9fb5
DIFF:
https://github.com/llvm/llvm-project/commit/630c736047a3191a5d3150bcc825064ab84e9fb5.diff
Author: Marek Kurdej
Date: 2022-02-02T15:28:53+01:00
New Revision: d079995dd032e991bac295fb1a879efd32f20460
URL:
https://github.com/llvm/llvm-project/commit/d079995dd032e991bac295fb1a879efd32f20460
DIFF:
https://github.com/llvm/llvm-project/commit/d079995dd032e991bac295fb1a879efd32f20460.diff
Author: Marek Kurdej
Date: 2022-02-17T22:12:39+01:00
New Revision: 331e8e4e27be5dd673898a89a7cf00e76903216a
URL:
https://github.com/llvm/llvm-project/commit/331e8e4e27be5dd673898a89a7cf00e76903216a
DIFF:
https://github.com/llvm/llvm-project/commit/331e8e4e27be5dd673898a89a7cf00e76903216a.diff
Author: Luis Penagos
Date: 2022-02-20T21:53:50+01:00
New Revision: d9567babef302cfd7e827df64138151ba2614b83
URL:
https://github.com/llvm/llvm-project/commit/d9567babef302cfd7e827df64138151ba2614b83
DIFF:
https://github.com/llvm/llvm-project/commit/d9567babef302cfd7e827df64138151ba2614b83.diff
Author: Marek Kurdej
Date: 2022-02-20T21:58:37+01:00
New Revision: e021987273bece6e94bc6f43b6b5232de10637c8
URL:
https://github.com/llvm/llvm-project/commit/e021987273bece6e94bc6f43b6b5232de10637c8
DIFF:
https://github.com/llvm/llvm-project/commit/e021987273bece6e94bc6f43b6b5232de10637c8.diff
Author: Marek Kurdej
Date: 2022-02-20T22:19:51+01:00
New Revision: 4701bcae974704a336ac8e111d5b104f4834099c
URL:
https://github.com/llvm/llvm-project/commit/4701bcae974704a336ac8e111d5b104f4834099c
DIFF:
https://github.com/llvm/llvm-project/commit/4701bcae974704a336ac8e111d5b104f4834099c.diff
Author: Marek Kurdej
Date: 2022-02-22T16:41:15+01:00
New Revision: fee4a9712f58caa9f1c3fc6c76ac46c5407475b6
URL:
https://github.com/llvm/llvm-project/commit/fee4a9712f58caa9f1c3fc6c76ac46c5407475b6
DIFF:
https://github.com/llvm/llvm-project/commit/fee4a9712f58caa9f1c3fc6c76ac46c5407475b6.diff
Author: Marek Kurdej
Date: 2022-02-22T16:55:38+01:00
New Revision: 071f870e7ff0a3d04f0d93852ff7c29b59111f78
URL:
https://github.com/llvm/llvm-project/commit/071f870e7ff0a3d04f0d93852ff7c29b59111f78
DIFF:
https://github.com/llvm/llvm-project/commit/071f870e7ff0a3d04f0d93852ff7c29b59111f78.diff
Author: Luis Penagos
Date: 2022-02-24T10:06:40+01:00
New Revision: dbc4d281bd6954362ccfc0747893ceaae842671b
URL:
https://github.com/llvm/llvm-project/commit/dbc4d281bd6954362ccfc0747893ceaae842671b
DIFF:
https://github.com/llvm/llvm-project/commit/dbc4d281bd6954362ccfc0747893ceaae842671b.diff
Author: Marek Kurdej
Date: 2022-02-24T10:16:10+01:00
New Revision: 46f6c834d9f95d99e0a85aa0c6dc07419aa6dee2
URL:
https://github.com/llvm/llvm-project/commit/46f6c834d9f95d99e0a85aa0c6dc07419aa6dee2
DIFF:
https://github.com/llvm/llvm-project/commit/46f6c834d9f95d99e0a85aa0c6dc07419aa6dee2.diff
Author: Marek Kurdej
Date: 2022-02-24T10:21:02+01:00
New Revision: bfb4afee74c8d6e3b1d020564bfe163073f07a04
URL:
https://github.com/llvm/llvm-project/commit/bfb4afee74c8d6e3b1d020564bfe163073f07a04
DIFF:
https://github.com/llvm/llvm-project/commit/bfb4afee74c8d6e3b1d020564bfe163073f07a04.diff
Author: Luis Penagos
Date: 2022-02-28T11:55:04+01:00
New Revision: 24d4f601aa6dd83b46ca41913452d0771a97d603
URL:
https://github.com/llvm/llvm-project/commit/24d4f601aa6dd83b46ca41913452d0771a97d603
DIFF:
https://github.com/llvm/llvm-project/commit/24d4f601aa6dd83b46ca41913452d0771a97d603.diff
Author: Marek Kurdej
Date: 2022-03-02T17:46:45+01:00
New Revision: 13351fdf8cb448ffd60727f031df0d7cb348e48a
URL:
https://github.com/llvm/llvm-project/commit/13351fdf8cb448ffd60727f031df0d7cb348e48a
DIFF:
https://github.com/llvm/llvm-project/commit/13351fdf8cb448ffd60727f031df0d7cb348e48a.diff
Author: Marek Kurdej
Date: 2022-03-07T16:54:08+01:00
New Revision: d03e342803df7a75fb86c5a5c07cd84f3683bef9
URL:
https://github.com/llvm/llvm-project/commit/d03e342803df7a75fb86c5a5c07cd84f3683bef9
DIFF:
https://github.com/llvm/llvm-project/commit/d03e342803df7a75fb86c5a5c07cd84f3683bef9.diff
Author: Marek Kurdej
Date: 2022-03-08T13:33:36+01:00
New Revision: 7a54fceb256257e3f8c8bd16ffd55531d806c96e
URL:
https://github.com/llvm/llvm-project/commit/7a54fceb256257e3f8c8bd16ffd55531d806c96e
DIFF:
https://github.com/llvm/llvm-project/commit/7a54fceb256257e3f8c8bd16ffd55531d806c96e.diff
Author: Marek Kurdej
Date: 2022-03-08T13:35:26+01:00
New Revision: f537a409160dc1e506445724c5256bb116c0d71a
URL:
https://github.com/llvm/llvm-project/commit/f537a409160dc1e506445724c5256bb116c0d71a
DIFF:
https://github.com/llvm/llvm-project/commit/f537a409160dc1e506445724c5256bb116c0d71a.diff
Author: Marek Kurdej
Date: 2021-04-27T09:10:58+02:00
New Revision: 17139b2b21a080c8584fbfe059e8adf85fd26c07
URL:
https://github.com/llvm/llvm-project/commit/17139b2b21a080c8584fbfe059e8adf85fd26c07
DIFF:
https://github.com/llvm/llvm-project/commit/17139b2b21a080c8584fbfe059e8adf85fd26c07.diff
Author: Marek Kurdej
Date: 2021-04-27T09:32:09+02:00
New Revision: 3feb84a36f5128dd0f6e9c65314609a9ce4372bc
URL:
https://github.com/llvm/llvm-project/commit/3feb84a36f5128dd0f6e9c65314609a9ce4372bc
DIFF:
https://github.com/llvm/llvm-project/commit/3feb84a36f5128dd0f6e9c65314609a9ce4372bc.diff
Author: Marek Kurdej
Date: 2021-04-29T08:58:50+02:00
New Revision: 9363aa90bfe6f73df105799abc55bb74d4f186bf
URL:
https://github.com/llvm/llvm-project/commit/9363aa90bfe6f73df105799abc55bb74d4f186bf
DIFF:
https://github.com/llvm/llvm-project/commit/9363aa90bfe6f73df105799abc55bb74d4f186bf.diff
Author: Marek Kurdej
Date: 2021-04-29T09:57:34+02:00
New Revision: 6e5082bbc498ab7d68178ea883203b38f6cd47fb
URL:
https://github.com/llvm/llvm-project/commit/6e5082bbc498ab7d68178ea883203b38f6cd47fb
DIFF:
https://github.com/llvm/llvm-project/commit/6e5082bbc498ab7d68178ea883203b38f6cd47fb.diff
Author: Marek Kurdej
Date: 2021-04-29T10:07:04+02:00
New Revision: 40c2d6188b08f7a1bdd23a8cfdfea8fa998bdff6
URL:
https://github.com/llvm/llvm-project/commit/40c2d6188b08f7a1bdd23a8cfdfea8fa998bdff6
DIFF:
https://github.com/llvm/llvm-project/commit/40c2d6188b08f7a1bdd23a8cfdfea8fa998bdff6.diff
Author: Marek Kurdej
Date: 2021-05-03T18:11:25+02:00
New Revision: 8d93d7ffedebc5f18dee22ba954d38a1d2d0affa
URL:
https://github.com/llvm/llvm-project/commit/8d93d7ffedebc5f18dee22ba954d38a1d2d0affa
DIFF:
https://github.com/llvm/llvm-project/commit/8d93d7ffedebc5f18dee22ba954d38a1d2d0affa.diff
Author: Marek Kurdej
Date: 2021-05-03T18:28:54+02:00
New Revision: d492532b8c3a90502a452174c7f1d2677d054fda
URL:
https://github.com/llvm/llvm-project/commit/d492532b8c3a90502a452174c7f1d2677d054fda
DIFF:
https://github.com/llvm/llvm-project/commit/d492532b8c3a90502a452174c7f1d2677d054fda.diff
Author: Marek Kurdej
Date: 2021-05-03T18:32:36+02:00
New Revision: b2be167a49523b1caab78bfca0635b8439c157ee
URL:
https://github.com/llvm/llvm-project/commit/b2be167a49523b1caab78bfca0635b8439c157ee
DIFF:
https://github.com/llvm/llvm-project/commit/b2be167a49523b1caab78bfca0635b8439c157ee.diff
Author: Marek Kurdej
Date: 2021-05-03T18:44:47+02:00
New Revision: 9d669e859b8069bf154c6d9ec37cc6bc2304f4e9
URL:
https://github.com/llvm/llvm-project/commit/9d669e859b8069bf154c6d9ec37cc6bc2304f4e9
DIFF:
https://github.com/llvm/llvm-project/commit/9d669e859b8069bf154c6d9ec37cc6bc2304f4e9.diff
Author: Marek Kurdej
Date: 2021-05-03T18:52:41+02:00
New Revision: 31751ce1b9239d7aacac84864bf06c36ce888408
URL:
https://github.com/llvm/llvm-project/commit/31751ce1b9239d7aacac84864bf06c36ce888408
DIFF:
https://github.com/llvm/llvm-project/commit/31751ce1b9239d7aacac84864bf06c36ce888408.diff
Author: Eliza Velasquez
Date: 2021-05-06T11:58:38+02:00
New Revision: a437befa8f8580b3b4f2226b208a05da078c8b20
URL:
https://github.com/llvm/llvm-project/commit/a437befa8f8580b3b4f2226b208a05da078c8b20
DIFF:
https://github.com/llvm/llvm-project/commit/a437befa8f8580b3b4f2226b208a05da078c8b20.dif
Author: Eliza Velasquez
Date: 2021-05-06T12:11:15+02:00
New Revision: ec725b307f3fdc5656459047bab6e69669d9534f
URL:
https://github.com/llvm/llvm-project/commit/ec725b307f3fdc5656459047bab6e69669d9534f
DIFF:
https://github.com/llvm/llvm-project/commit/ec725b307f3fdc5656459047bab6e69669d9534f.dif
Author: Eliza Velasquez
Date: 2021-05-06T12:12:58+02:00
New Revision: cdf33962d9768fbd8d6b193aff463a21eaa984f3
URL:
https://github.com/llvm/llvm-project/commit/cdf33962d9768fbd8d6b193aff463a21eaa984f3
DIFF:
https://github.com/llvm/llvm-project/commit/cdf33962d9768fbd8d6b193aff463a21eaa984f3.dif
Author: Marek Kurdej
Date: 2022-01-03T09:10:37+01:00
New Revision: 80e20f9cbdd534b49785f24aa6fd05b70a6bd79d
URL:
https://github.com/llvm/llvm-project/commit/80e20f9cbdd534b49785f24aa6fd05b70a6bd79d
DIFF:
https://github.com/llvm/llvm-project/commit/80e20f9cbdd534b49785f24aa6fd05b70a6bd79d.diff
Author: Marek Kurdej
Date: 2022-01-03T09:45:33+01:00
New Revision: ab0bfbdaaa5189377a605e0584d9ba9b1fc49e75
URL:
https://github.com/llvm/llvm-project/commit/ab0bfbdaaa5189377a605e0584d9ba9b1fc49e75
DIFF:
https://github.com/llvm/llvm-project/commit/ab0bfbdaaa5189377a605e0584d9ba9b1fc49e75.diff
Author: Zhao Wei Liew
Date: 2022-01-03T11:36:00+01:00
New Revision: 0090cd4e7a24bedeb24dfe5b3b55167ad74e231e
URL:
https://github.com/llvm/llvm-project/commit/0090cd4e7a24bedeb24dfe5b3b55167ad74e231e
DIFF:
https://github.com/llvm/llvm-project/commit/0090cd4e7a24bedeb24dfe5b3b55167ad74e231e.diff
Author: Zhao Wei Liew
Date: 2022-01-03T11:43:25+01:00
New Revision: b9e173fcd46b336b5589f577a74de9472d4deae3
URL:
https://github.com/llvm/llvm-project/commit/b9e173fcd46b336b5589f577a74de9472d4deae3
DIFF:
https://github.com/llvm/llvm-project/commit/b9e173fcd46b336b5589f577a74de9472d4deae3.diff
Author: Gabriel Smith
Date: 2022-01-03T11:51:13+01:00
New Revision: 694e6bcd525f9ceae6f377faa43115e22e839244
URL:
https://github.com/llvm/llvm-project/commit/694e6bcd525f9ceae6f377faa43115e22e839244
DIFF:
https://github.com/llvm/llvm-project/commit/694e6bcd525f9ceae6f377faa43115e22e839244.diff
Author: Michael Zimmermann
Date: 2022-01-03T20:01:10+01:00
New Revision: 7972b2e42276346e85bb6d4fb7e03bbd5a9af53f
URL:
https://github.com/llvm/llvm-project/commit/7972b2e42276346e85bb6d4fb7e03bbd5a9af53f
DIFF:
https://github.com/llvm/llvm-project/commit/7972b2e42276346e85bb6d4fb7e03bbd5a9af53f.
Author: G. Pery
Date: 2022-01-03T21:06:34+01:00
New Revision: cfe3180742adfc72ad6f5de55cbfc84befb90c97
URL:
https://github.com/llvm/llvm-project/commit/cfe3180742adfc72ad6f5de55cbfc84befb90c97
DIFF:
https://github.com/llvm/llvm-project/commit/cfe3180742adfc72ad6f5de55cbfc84befb90c97.diff
LOG:
Author: Marek Kurdej
Date: 2022-01-04T08:28:12+01:00
New Revision: e2b6e21f19da6fe0da9349264e43286f0441b4ca
URL:
https://github.com/llvm/llvm-project/commit/e2b6e21f19da6fe0da9349264e43286f0441b4ca
DIFF:
https://github.com/llvm/llvm-project/commit/e2b6e21f19da6fe0da9349264e43286f0441b4ca.diff
Author: Rajat Bajpai
Date: 2022-01-04T17:23:23+01:00
New Revision: da6b0d0b768e3ecb1af2fd9df2d98510f7aff45c
URL:
https://github.com/llvm/llvm-project/commit/da6b0d0b768e3ecb1af2fd9df2d98510f7aff45c
DIFF:
https://github.com/llvm/llvm-project/commit/da6b0d0b768e3ecb1af2fd9df2d98510f7aff45c.diff
Author: Marek Kurdej
Date: 2022-01-05T13:39:28+01:00
New Revision: 46db030188e562c02a3ef2bb83360691bad26caf
URL:
https://github.com/llvm/llvm-project/commit/46db030188e562c02a3ef2bb83360691bad26caf
DIFF:
https://github.com/llvm/llvm-project/commit/46db030188e562c02a3ef2bb83360691bad26caf.diff
Author: Marek Kurdej
Date: 2022-01-05T13:52:45+01:00
New Revision: 5109737c924d68323b1982949a3e28ef26bc289e
URL:
https://github.com/llvm/llvm-project/commit/5109737c924d68323b1982949a3e28ef26bc289e
DIFF:
https://github.com/llvm/llvm-project/commit/5109737c924d68323b1982949a3e28ef26bc289e.diff
Author: Jino Park
Date: 2022-01-05T17:33:16+01:00
New Revision: 319971ca958adce9b3f0274a25ba7f3402b49376
URL:
https://github.com/llvm/llvm-project/commit/319971ca958adce9b3f0274a25ba7f3402b49376
DIFF:
https://github.com/llvm/llvm-project/commit/319971ca958adce9b3f0274a25ba7f3402b49376.diff
LOG
Author: Marek Kurdej
Date: 2022-01-07T10:01:09+01:00
New Revision: 01f355fe95f6b45db8bb239239b7ed978e094a13
URL:
https://github.com/llvm/llvm-project/commit/01f355fe95f6b45db8bb239239b7ed978e094a13
DIFF:
https://github.com/llvm/llvm-project/commit/01f355fe95f6b45db8bb239239b7ed978e094a13.diff
Author: Marek Kurdej
Date: 2022-01-07T10:06:49+01:00
New Revision: 91b9e6729c11cce8cf5fea727c6cb81ab8ab5ba4
URL:
https://github.com/llvm/llvm-project/commit/91b9e6729c11cce8cf5fea727c6cb81ab8ab5ba4
DIFF:
https://github.com/llvm/llvm-project/commit/91b9e6729c11cce8cf5fea727c6cb81ab8ab5ba4.diff
Author: Marek Kurdej
Date: 2022-01-07T11:19:53+01:00
New Revision: 359b4e6cdb7ae60c51e33ce71443843b71cb643d
URL:
https://github.com/llvm/llvm-project/commit/359b4e6cdb7ae60c51e33ce71443843b71cb643d
DIFF:
https://github.com/llvm/llvm-project/commit/359b4e6cdb7ae60c51e33ce71443843b71cb643d.diff
Author: Marek Kurdej
Date: 2022-01-07T16:06:11+01:00
New Revision: 4681ae9353ed89d28a95f4d07e8050f8772ae724
URL:
https://github.com/llvm/llvm-project/commit/4681ae9353ed89d28a95f4d07e8050f8772ae724
DIFF:
https://github.com/llvm/llvm-project/commit/4681ae9353ed89d28a95f4d07e8050f8772ae724.diff
Author: Marek Kurdej
Date: 2022-01-12T16:10:03+01:00
New Revision: 6cbebfc7fb3468a080b04c58bfe374f8bee33d12
URL:
https://github.com/llvm/llvm-project/commit/6cbebfc7fb3468a080b04c58bfe374f8bee33d12
DIFF:
https://github.com/llvm/llvm-project/commit/6cbebfc7fb3468a080b04c58bfe374f8bee33d12.diff
Author: Armen Khachkinaev
Date: 2022-01-14T08:42:22+01:00
New Revision: 47a9eb2117aa7c61d8d2a9bf81a91e76a059a035
URL:
https://github.com/llvm/llvm-project/commit/47a9eb2117aa7c61d8d2a9bf81a91e76a059a035
DIFF:
https://github.com/llvm/llvm-project/commit/47a9eb2117aa7c61d8d2a9bf81a91e76a059a035.d
Author: Marek Kurdej
Date: 2022-01-14T08:43:59+01:00
New Revision: 3cf86c36112fd1b059c8aead3d04656c542195ce
URL:
https://github.com/llvm/llvm-project/commit/3cf86c36112fd1b059c8aead3d04656c542195ce
DIFF:
https://github.com/llvm/llvm-project/commit/3cf86c36112fd1b059c8aead3d04656c542195ce.diff
Author: Marek Kurdej
Date: 2022-01-14T11:41:14+01:00
New Revision: 717cd16e85faa6498cf6c46838241b0e7ddaaaba
URL:
https://github.com/llvm/llvm-project/commit/717cd16e85faa6498cf6c46838241b0e7ddaaaba
DIFF:
https://github.com/llvm/llvm-project/commit/717cd16e85faa6498cf6c46838241b0e7ddaaaba.diff
Author: Marek Kurdej
Date: 2022-01-14T13:24:16+01:00
New Revision: cd3ab156a74b57432f6337f6e0405fa7f207604e
URL:
https://github.com/llvm/llvm-project/commit/cd3ab156a74b57432f6337f6e0405fa7f207604e
DIFF:
https://github.com/llvm/llvm-project/commit/cd3ab156a74b57432f6337f6e0405fa7f207604e.diff
Author: Marek Kurdej
Date: 2022-01-14T14:43:15+01:00
New Revision: 6a4957cbdff5d60de40639e6c9c8edd056b9a082
URL:
https://github.com/llvm/llvm-project/commit/6a4957cbdff5d60de40639e6c9c8edd056b9a082
DIFF:
https://github.com/llvm/llvm-project/commit/6a4957cbdff5d60de40639e6c9c8edd056b9a082.diff
Author: Marek Kurdej
Date: 2022-01-14T21:47:16+01:00
New Revision: 6ea3d9efc53641d930e9176916ff09ca6f73aef2
URL:
https://github.com/llvm/llvm-project/commit/6ea3d9efc53641d930e9176916ff09ca6f73aef2
DIFF:
https://github.com/llvm/llvm-project/commit/6ea3d9efc53641d930e9176916ff09ca6f73aef2.diff
Author: Marek Kurdej
Date: 2022-01-14T21:57:02+01:00
New Revision: 7af11989be21df00ad6a510a831ea2425e48fa90
URL:
https://github.com/llvm/llvm-project/commit/7af11989be21df00ad6a510a831ea2425e48fa90
DIFF:
https://github.com/llvm/llvm-project/commit/7af11989be21df00ad6a510a831ea2425e48fa90.diff
Author: Marek Kurdej
Date: 2022-01-17T17:11:06+01:00
New Revision: 1e512f022ad5c23dc4ef4e663f51d5d0bcbc7c69
URL:
https://github.com/llvm/llvm-project/commit/1e512f022ad5c23dc4ef4e663f51d5d0bcbc7c69
DIFF:
https://github.com/llvm/llvm-project/commit/1e512f022ad5c23dc4ef4e663f51d5d0bcbc7c69.diff
101 - 200 of 216 matches
Mail list logo