[clang] 10a7ee0 - [analyzer] Fix for the crash in #56873

2022-08-03 Thread via cfe-commits
Author: isuckatcs Date: 2022-08-03T19:25:02+02:00 New Revision: 10a7ee0bac211810376f29a879a9f73ed2ab15fc URL: https://github.com/llvm/llvm-project/commit/10a7ee0bac211810376f29a879a9f73ed2ab15fc DIFF: https://github.com/llvm/llvm-project/commit/10a7ee0bac211810376f29a879a9f73ed2ab15fc.diff LOG

[clang] c74a204 - [analyzer] Fix false positive in use-after-move checker

2022-08-09 Thread via cfe-commits
Author: malavikasamak Date: 2022-08-09T17:26:30-07:00 New Revision: c74a204826da331cb18023c626b0717d5b8a927d URL: https://github.com/llvm/llvm-project/commit/c74a204826da331cb18023c626b0717d5b8a927d DIFF: https://github.com/llvm/llvm-project/commit/c74a204826da331cb18023c626b0717d5b8a927d.diff

[clang] 3f801e0 - [clang-format] git-clang-format --staged should format the index

2022-08-10 Thread via cfe-commits
Author: Gergely Meszaros Date: 2022-08-10T19:30:41-07:00 New Revision: 3f801e07fa82055de98278d3ebeaade68fbacee9 URL: https://github.com/llvm/llvm-project/commit/3f801e07fa82055de98278d3ebeaade68fbacee9 DIFF: https://github.com/llvm/llvm-project/commit/3f801e07fa82055de98278d3ebeaade68fbacee9.di

[clang] 4b21905 - Fix undeduced type assert

2021-07-15 Thread via cfe-commits
Author: serge-sans-paille Date: 2021-07-15T10:52:25+02:00 New Revision: 4b219051a331d49c391fe452548bc220bcfe8ea3 URL: https://github.com/llvm/llvm-project/commit/4b219051a331d49c391fe452548bc220bcfe8ea3 DIFF: https://github.com/llvm/llvm-project/commit/4b219051a331d49c391fe452548bc220bcfe8ea3.d

[clang] 918bda1 - [analyzer] Do not assume that all pointers have the same bitwidth as void*

2021-07-16 Thread via cfe-commits
Author: Vince Bridgers Date: 2021-07-16T03:22:57-05:00 New Revision: 918bda1241202d0480c6d94ec8f72c483d77a06c URL: https://github.com/llvm/llvm-project/commit/918bda1241202d0480c6d94ec8f72c483d77a06c DIFF: https://github.com/llvm/llvm-project/commit/918bda1241202d0480c6d94ec8f72c483d77a06c.diff

[clang] 8ada884 - SubstTemplateTypeParmType can contain an 'auto' type in their replacement type

2021-07-16 Thread via cfe-commits
Author: serge-sans-paille Date: 2021-07-16T14:35:55+02:00 New Revision: 8ada884cbc2f02863cd71bddd97c7ff206ad3256 URL: https://github.com/llvm/llvm-project/commit/8ada884cbc2f02863cd71bddd97c7ff206ad3256 DIFF: https://github.com/llvm/llvm-project/commit/8ada884cbc2f02863cd71bddd97c7ff206ad3256.d

[clang] eef6601 - [OpenMP] Rework OpenMP remarks

2021-07-16 Thread via cfe-commits
Author: Joseph Huber Date: 2021-07-16T14:07:00-04:00 New Revision: eef6601b0fb6d5fee32627e07be4acbf769e5c0f URL: https://github.com/llvm/llvm-project/commit/eef6601b0fb6d5fee32627e07be4acbf769e5c0f DIFF: https://github.com/llvm/llvm-project/commit/eef6601b0fb6d5fee32627e07be4acbf769e5c0f.diff

[clang] 2c31d5e - [OpenMP] Add IDs to OpenMP remarks

2021-07-16 Thread via cfe-commits
Author: Joseph Huber Date: 2021-07-16T14:07:03-04:00 New Revision: 2c31d5ebfbbb36de37d41b6945d0c45efa512790 URL: https://github.com/llvm/llvm-project/commit/2c31d5ebfbbb36de37d41b6945d0c45efa512790 DIFF: https://github.com/llvm/llvm-project/commit/2c31d5ebfbbb36de37d41b6945d0c45efa512790.diff

[clang-tools-extra] 73e4b5c - [clang-tidy] Add 'readability-suspicious-call-argument' check

2021-07-19 Thread via cfe-commits
Author: Whisperity Date: 2021-07-19T10:18:09+02:00 New Revision: 73e4b5cfa8ea6dda3624e03beb60827db12bb3a3 URL: https://github.com/llvm/llvm-project/commit/73e4b5cfa8ea6dda3624e03beb60827db12bb3a3 DIFF: https://github.com/llvm/llvm-project/commit/73e4b5cfa8ea6dda3624e03beb60827db12bb3a3.diff LO

[clang] 9da70ab - [clang-format] Break an unwrapped line at a K&R C parameter decl

2021-07-19 Thread via cfe-commits
Author: owenca Date: 2021-07-19T13:30:38-07:00 New Revision: 9da70ab3d43c79116f80fc06aa7cf517374ce42c URL: https://github.com/llvm/llvm-project/commit/9da70ab3d43c79116f80fc06aa7cf517374ce42c DIFF: https://github.com/llvm/llvm-project/commit/9da70ab3d43c79116f80fc06aa7cf517374ce42c.diff LOG: [

[clang] 754eb1c - [OpenMP] Change `__kmpc_free_shared` to include the paired allocation size

2021-07-21 Thread via cfe-commits
Author: Joseph Huber Date: 2021-07-21T20:56:21-04:00 New Revision: 754eb1c210d865234292df7a983636e2ff49e2c8 URL: https://github.com/llvm/llvm-project/commit/754eb1c210d865234292df7a983636e2ff49e2c8 DIFF: https://github.com/llvm/llvm-project/commit/754eb1c210d865234292df7a983636e2ff49e2c8.diff

[clang-tools-extra] 473eff1 - [clang-tidy] Fix crash and handle AttributedType in 'bugprone-easily-swappable-parameters'

2021-07-22 Thread via cfe-commits
Author: Whisperity Date: 2021-07-22T10:20:17+02:00 New Revision: 473eff1c3057185758bf35f0c052a873b1bdb6a9 URL: https://github.com/llvm/llvm-project/commit/473eff1c3057185758bf35f0c052a873b1bdb6a9 DIFF: https://github.com/llvm/llvm-project/commit/473eff1c3057185758bf35f0c052a873b1bdb6a9.diff LO

[clang-tools-extra] 8b0cc4a - [clang-tidy] Improve "common type" diagnostic output in 'bugprone-easily-swappable-parameters'

2021-07-23 Thread via cfe-commits
Author: Whisperity Date: 2021-07-23T10:26:22+02:00 New Revision: 8b0cc4a65dd435096bf64651693f5c9c3e2fee3b URL: https://github.com/llvm/llvm-project/commit/8b0cc4a65dd435096bf64651693f5c9c3e2fee3b DIFF: https://github.com/llvm/llvm-project/commit/8b0cc4a65dd435096bf64651693f5c9c3e2fee3b.diff LO

[clang] 91bc85b - [MS] Preserve base register %esi around movs[bwl]

2021-07-23 Thread via cfe-commits
Author: namazso Date: 2021-07-23T16:28:32+08:00 New Revision: 91bc85b1ebaaa4e61058c24b556d6f0569a9b091 URL: https://github.com/llvm/llvm-project/commit/91bc85b1ebaaa4e61058c24b556d6f0569a9b091 DIFF: https://github.com/llvm/llvm-project/commit/91bc85b1ebaaa4e61058c24b556d6f0569a9b091.diff LOG:

[clang] d297211 - [OpenMP] Add a driver flag to enable the new device runtime library

2021-07-26 Thread via cfe-commits
Author: Joseph Huber Date: 2021-07-26T16:35:56-04:00 New Revision: d2972116923a124de71cea006eca3068bdc381ea URL: https://github.com/llvm/llvm-project/commit/d2972116923a124de71cea006eca3068bdc381ea DIFF: https://github.com/llvm/llvm-project/commit/d2972116923a124de71cea006eca3068bdc381ea.diff

[clang] af00019 - [OpenMP] Always inline the OpenMP outlined function

2021-07-26 Thread via cfe-commits
Author: Joseph Huber Date: 2021-07-26T17:27:59-04:00 New Revision: af000197c4214926bd7d0862d86f89aed5f20da6 URL: https://github.com/llvm/llvm-project/commit/af000197c4214926bd7d0862d86f89aed5f20da6 DIFF: https://github.com/llvm/llvm-project/commit/af000197c4214926bd7d0862d86f89aed5f20da6.diff

[clang-tools-extra] 2183212 - [clang-tidy] Fix crash on "reference-to-array" parameters in 'bugprone-easily-swappable-parameters'

2021-07-28 Thread via cfe-commits
Author: Whisperity Date: 2021-07-28T14:44:20+02:00 New Revision: 21832121e112d97f1e197b35959867f3a99226ee URL: https://github.com/llvm/llvm-project/commit/21832121e112d97f1e197b35959867f3a99226ee DIFF: https://github.com/llvm/llvm-project/commit/21832121e112d97f1e197b35959867f3a99226ee.diff LO

[clang] e2b219b - [clang-format] Handle "// clang-format off" for RemoveBracesLLVM

2022-03-10 Thread via cfe-commits
Author: owenca Date: 2022-03-10T13:30:53-08:00 New Revision: e2b219bded113160500d1084f87ee11ec926877b URL: https://github.com/llvm/llvm-project/commit/e2b219bded113160500d1084f87ee11ec926877b DIFF: https://github.com/llvm/llvm-project/commit/e2b219bded113160500d1084f87ee11ec926877b.diff LOG: [

[clang] 0be56c8 - [clang-format][NFC] Group all C++ passes under isCpp()

2022-03-10 Thread via cfe-commits
Author: owenca Date: 2022-03-10T14:30:30-08:00 New Revision: 0be56c87013b585405209f324cc8dfc5ebde416f URL: https://github.com/llvm/llvm-project/commit/0be56c87013b585405209f324cc8dfc5ebde416f DIFF: https://github.com/llvm/llvm-project/commit/0be56c87013b585405209f324cc8dfc5ebde416f.diff LOG: [

[clang-tools-extra] 602ea53 - [clang-tidy] Refactor: Prefer single quoted strings over double quoted strings [NFC]

2022-03-11 Thread via cfe-commits
Author: Richard Date: 2022-03-11T15:08:24-07:00 New Revision: 602ea53cb7e7119f7ba33239ca8ead377f2fcbd4 URL: https://github.com/llvm/llvm-project/commit/602ea53cb7e7119f7ba33239ca8ead377f2fcbd4 DIFF: https://github.com/llvm/llvm-project/commit/602ea53cb7e7119f7ba33239ca8ead377f2fcbd4.diff LOG:

[clang] 9f616a4 - [clang-format][NFC] Group QualifierAlignment with other C++ passes

2022-03-11 Thread via cfe-commits
Author: owenca Date: 2022-03-11T14:18:00-08:00 New Revision: 9f616a467fc710f084b7e57812a2ed64c214c2c6 URL: https://github.com/llvm/llvm-project/commit/9f616a467fc710f084b7e57812a2ed64c214c2c6 DIFF: https://github.com/llvm/llvm-project/commit/9f616a467fc710f084b7e57812a2ed64c214c2c6.diff LOG: [

[clang] adfe58b - [clang-format] Minimize the damage caused by AlignArrayOfStructures when working on non square arrays

2022-03-12 Thread via cfe-commits
Author: mydeveloperday Date: 2022-03-12T17:22:31Z New Revision: adfe58b09df957f8911c5e152daa9564e5931631 URL: https://github.com/llvm/llvm-project/commit/adfe58b09df957f8911c5e152daa9564e5931631 DIFF: https://github.com/llvm/llvm-project/commit/adfe58b09df957f8911c5e152daa9564e5931631.diff LOG

[clang] 93b5505 - [clang-format] Extract doc for entire configuration structs

2022-03-13 Thread via cfe-commits
Author: sstwcw Date: 2022-03-14T04:41:40Z New Revision: 93b5505b456f75ff33be20402b0317cbb2131a66 URL: https://github.com/llvm/llvm-project/commit/93b5505b456f75ff33be20402b0317cbb2131a66 DIFF: https://github.com/llvm/llvm-project/commit/93b5505b456f75ff33be20402b0317cbb2131a66.diff LOG: [clang

[clang] c24b3db - [clang-format] Add option to align compound assignments like `+=`

2022-03-13 Thread via cfe-commits
Author: sstwcw Date: 2022-03-14T04:41:40Z New Revision: c24b3db45c7d0f08b423308723cd2e678a0cb7f1 URL: https://github.com/llvm/llvm-project/commit/c24b3db45c7d0f08b423308723cd2e678a0cb7f1 DIFF: https://github.com/llvm/llvm-project/commit/c24b3db45c7d0f08b423308723cd2e678a0cb7f1.diff LOG: [clang

[clang] fee9480 - [clang-format] Copy help options to the doc directory.

2022-03-18 Thread via cfe-commits
Author: sstwcw Date: 2022-03-18T10:51:36Z New Revision: fee94803f59dbd1a5b39c51036f181246d7d2fe6 URL: https://github.com/llvm/llvm-project/commit/fee94803f59dbd1a5b39c51036f181246d7d2fe6 DIFF: https://github.com/llvm/llvm-project/commit/fee94803f59dbd1a5b39c51036f181246d7d2fe6.diff LOG: [clang

[clang] 8c31b68 - [clang-format] Use an enum for context types. NFC

2022-03-21 Thread via cfe-commits
Author: sstwcw Date: 2022-03-21T21:58:17Z New Revision: 8c31b68f4876ca81fa2038b5b2990b3d7b53a77c URL: https://github.com/llvm/llvm-project/commit/8c31b68f4876ca81fa2038b5b2990b3d7b53a77c DIFF: https://github.com/llvm/llvm-project/commit/8c31b68f4876ca81fa2038b5b2990b3d7b53a77c.diff LOG: [clang

[clang] 9858884 - [analyzer] Refactor makeNull to makeNullWithWidth (NFC)

2022-03-22 Thread via cfe-commits
Author: Vince Bridgers Date: 2022-03-22T07:35:13-05:00 New Revision: 985888411da9c62aea7b0b41f93eb75ad31587a6 URL: https://github.com/llvm/llvm-project/commit/985888411da9c62aea7b0b41f93eb75ad31587a6 DIFF: https://github.com/llvm/llvm-project/commit/985888411da9c62aea7b0b41f93eb75ad31587a6.diff

[clang] 5fdc4dd - [analyzer] refactor makeIntValWithPtrWidth, remove getZeroWithPtrWidth (NFC)

2022-03-23 Thread via cfe-commits
Author: Vince Bridgers Date: 2022-03-23T08:26:37-05:00 New Revision: 5fdc4dd7770486c0127dc5919aafea3f8ff2e61e URL: https://github.com/llvm/llvm-project/commit/5fdc4dd7770486c0127dc5919aafea3f8ff2e61e DIFF: https://github.com/llvm/llvm-project/commit/5fdc4dd7770486c0127dc5919aafea3f8ff2e61e.diff

[clang] 9ef7ac5 - [analyzer] Fix crash in RangedConstraintManager.cpp

2022-03-23 Thread via cfe-commits
Author: Vince Bridgers Date: 2022-03-23T08:26:40-05:00 New Revision: 9ef7ac51af67d08212dc69e5a932c4aa447ee9b7 URL: https://github.com/llvm/llvm-project/commit/9ef7ac51af67d08212dc69e5a932c4aa447ee9b7 DIFF: https://github.com/llvm/llvm-project/commit/9ef7ac51af67d08212dc69e5a932c4aa447ee9b7.diff

[clang] 1cd4346 - [clang-format][docs] Fix incorrect 'clang-format 11' option markers

2022-04-06 Thread via cfe-commits
Author: Krystian Kuzniarek Date: 2022-04-06T18:38:30-07:00 New Revision: 1cd43464091c4e177c87b1c03c1db906ecd88d4f URL: https://github.com/llvm/llvm-project/commit/1cd43464091c4e177c87b1c03c1db906ecd88d4f DIFF: https://github.com/llvm/llvm-project/commit/1cd43464091c4e177c87b1c03c1db906ecd88d4f.

[clang] 301e0d9 - [Clang][Fortify] drop inline decls when redeclared

2022-04-08 Thread via cfe-commits
Author: serge-sans-paille Date: 2022-04-08T09:31:51+02:00 New Revision: 301e0d91354b853addb63a35e72e552e8059413e URL: https://github.com/llvm/llvm-project/commit/301e0d91354b853addb63a35e72e552e8059413e DIFF: https://github.com/llvm/llvm-project/commit/301e0d91354b853addb63a35e72e552e8059413e.d

[libunwind] 575a1d4 - NFC: Avoid unused variable warning in UnwindLevel1.c

2022-04-08 Thread via cfe-commits
Author: kristina Date: 2022-04-08T17:11:29+01:00 New Revision: 575a1d48e781a03a1bb892ff52e16ee0485d0a34 URL: https://github.com/llvm/llvm-project/commit/575a1d48e781a03a1bb892ff52e16ee0485d0a34 DIFF: https://github.com/llvm/llvm-project/commit/575a1d48e781a03a1bb892ff52e16ee0485d0a34.diff LOG:

[clang-tools-extra] 88a7508 - [clang-tidy] Deal with keyword tokens in preprocessor conditions

2022-04-08 Thread via cfe-commits
Author: Richard Date: 2022-04-08T16:06:06-06:00 New Revision: 88a7508b1fd87c7dd7f155cb1541c61f4c1f1bc8 URL: https://github.com/llvm/llvm-project/commit/88a7508b1fd87c7dd7f155cb1541c61f4c1f1bc8 DIFF: https://github.com/llvm/llvm-project/commit/88a7508b1fd87c7dd7f155cb1541c61f4c1f1bc8.diff LOG:

[clang] f67e3f6 - [clang-format] Add execute permission to dump_format_help.py

2022-04-09 Thread via cfe-commits
Author: owenca Date: 2022-04-09T07:58:33-07:00 New Revision: f67e3f6e8c566928c88262df5664ac6e679753d2 URL: https://github.com/llvm/llvm-project/commit/f67e3f6e8c566928c88262df5664ac6e679753d2 DIFF: https://github.com/llvm/llvm-project/commit/f67e3f6e8c566928c88262df5664ac6e679753d2.diff LOG: [

[clang-tools-extra] d563c2d - [clang-tidy] Support parenthesized literals in modernize-macro-to-enum

2022-04-11 Thread via cfe-commits
Author: Richard Date: 2022-04-11T14:06:48-06:00 New Revision: d563c2d0e52a738ab2038db02a76dc4c27ec7124 URL: https://github.com/llvm/llvm-project/commit/d563c2d0e52a738ab2038db02a76dc4c27ec7124 DIFF: https://github.com/llvm/llvm-project/commit/d563c2d0e52a738ab2038db02a76dc4c27ec7124.diff LOG:

[clang] 6eafda0 - [clang-format] Allow empty .clang-format file

2022-04-12 Thread via cfe-commits
Author: owenca Date: 2022-04-12T13:54:12-07:00 New Revision: 6eafda0ef0543cad4b190002e9dae93b036a4ded URL: https://github.com/llvm/llvm-project/commit/6eafda0ef0543cad4b190002e9dae93b036a4ded DIFF: https://github.com/llvm/llvm-project/commit/6eafda0ef0543cad4b190002e9dae93b036a4ded.diff LOG: [

[clang] c80eaa9 - Revert "[clang-format] Allow empty .clang-format file"

2022-04-12 Thread via cfe-commits
Author: owenca Date: 2022-04-12T14:28:02-07:00 New Revision: c80eaa919f210014312f77c4c73f502406b4989d URL: https://github.com/llvm/llvm-project/commit/c80eaa919f210014312f77c4c73f502406b4989d DIFF: https://github.com/llvm/llvm-project/commit/c80eaa919f210014312f77c4c73f502406b4989d.diff LOG: R

[clang] 4e814a6 - [clang-format] Allow empty .clang-format file

2022-04-12 Thread via cfe-commits
Author: owenca Date: 2022-04-12T15:45:22-07:00 New Revision: 4e814a6f2db90046914734fac4f9e3110c7e0424 URL: https://github.com/llvm/llvm-project/commit/4e814a6f2db90046914734fac4f9e3110c7e0424 DIFF: https://github.com/llvm/llvm-project/commit/4e814a6f2db90046914734fac4f9e3110c7e0424.diff LOG: [

[clang] 0cde8bd - Revert "[clang-format] Allow empty .clang-format file"

2022-04-12 Thread via cfe-commits
Author: owenca Date: 2022-04-12T16:05:39-07:00 New Revision: 0cde8bdb0bd0d2e681be43e8a4057138048eb421 URL: https://github.com/llvm/llvm-project/commit/0cde8bdb0bd0d2e681be43e8a4057138048eb421 DIFF: https://github.com/llvm/llvm-project/commit/0cde8bdb0bd0d2e681be43e8a4057138048eb421.diff LOG: R

[clang] 0cb9c6e - [clang-format] Allow empty .clang-format file

2022-04-12 Thread via cfe-commits
Author: owenca Date: 2022-04-12T21:20:54-07:00 New Revision: 0cb9c6ea8398519bfb09479cc8cb29835e707440 URL: https://github.com/llvm/llvm-project/commit/0cb9c6ea8398519bfb09479cc8cb29835e707440 DIFF: https://github.com/llvm/llvm-project/commit/0cb9c6ea8398519bfb09479cc8cb29835e707440.diff LOG: [

[clang] a4f47a9 - RISCV] Add clang builtins for CLZ instruction.

2022-04-13 Thread via cfe-commits
Author: joker881 Date: 2022-04-14T12:29:15+08:00 New Revision: a4f47a99aafe57db0176ef7dad1a9ba72854439f URL: https://github.com/llvm/llvm-project/commit/a4f47a99aafe57db0176ef7dad1a9ba72854439f DIFF: https://github.com/llvm/llvm-project/commit/a4f47a99aafe57db0176ef7dad1a9ba72854439f.diff LOG:

[clang] 429cbac - [RISCV] Pass -mno-relax to assembler when -fno-integrated-as specified

2022-04-17 Thread via cfe-commits
Author: luxufan Date: 2022-04-18T11:16:41+08:00 New Revision: 429cbac0390654f90bba18a41799464adf31a5ec URL: https://github.com/llvm/llvm-project/commit/429cbac0390654f90bba18a41799464adf31a5ec DIFF: https://github.com/llvm/llvm-project/commit/429cbac0390654f90bba18a41799464adf31a5ec.diff LOG:

[clang-tools-extra] 08881c2 - [clang-tidy] Improve macro handling in modernize-macro-to-enum

2022-04-19 Thread via cfe-commits
Author: Richard Date: 2022-04-19T21:28:17-06:00 New Revision: 08881c2de66b267446f01b908ea2e7297bdf3083 URL: https://github.com/llvm/llvm-project/commit/08881c2de66b267446f01b908ea2e7297bdf3083 DIFF: https://github.com/llvm/llvm-project/commit/08881c2de66b267446f01b908ea2e7297bdf3083.diff LOG:

[clang-tools-extra] f483481 - [clang-tidy] Fix crash on calls to overloaded operators in `llvmlibc-callee-namespace`

2022-04-20 Thread via cfe-commits
Author: Whisperity Date: 2022-04-20T10:15:03+02:00 New Revision: f4834815f439d4b874e4b501f27a909f59f6a426 URL: https://github.com/llvm/llvm-project/commit/f4834815f439d4b874e4b501f27a909f59f6a426 DIFF: https://github.com/llvm/llvm-project/commit/f4834815f439d4b874e4b501f27a909f59f6a426.diff LO

[clang] af7b98c - [clang-tblgen] Automatically document options values

2022-04-20 Thread via cfe-commits
Author: serge-sans-paille Date: 2022-04-20T22:00:06+02:00 New Revision: af7b98c383df62c0a749c3394b1670a1ed54c9d4 URL: https://github.com/llvm/llvm-project/commit/af7b98c383df62c0a749c3394b1670a1ed54c9d4 DIFF: https://github.com/llvm/llvm-project/commit/af7b98c383df62c0a749c3394b1670a1ed54c9d4.d

[clang] 7343f76 - [clang-format][NFC] Clean up code in token annotator

2022-04-21 Thread via cfe-commits
Author: owenca Date: 2022-04-21T14:17:38-07:00 New Revision: 7343f768d1442cbc3c12fee3c6846b0cfbf644c3 URL: https://github.com/llvm/llvm-project/commit/7343f768d1442cbc3c12fee3c6846b0cfbf644c3 DIFF: https://github.com/llvm/llvm-project/commit/7343f768d1442cbc3c12fee3c6846b0cfbf644c3.diff LOG: [

[clang] 221c2b6 - [clang-format] Fix a crash on AllowShortFunctionsOnASingleLine

2022-04-21 Thread via cfe-commits
Author: owenca Date: 2022-04-21T14:56:30-07:00 New Revision: 221c2b68ddc6efc97739ab8ab8e41f1a086fef6c URL: https://github.com/llvm/llvm-project/commit/221c2b68ddc6efc97739ab8ab8e41f1a086fef6c DIFF: https://github.com/llvm/llvm-project/commit/221c2b68ddc6efc97739ab8ab8e41f1a086fef6c.diff LOG: [

[clang] 23fc20e - [clang-format] regression from clang-format v13

2022-02-03 Thread via cfe-commits
Author: mydeveloperday Date: 2022-02-03T18:37:43Z New Revision: 23fc20e06c088acff81a06ad546a848bee083051 URL: https://github.com/llvm/llvm-project/commit/23fc20e06c088acff81a06ad546a848bee083051 DIFF: https://github.com/llvm/llvm-project/commit/23fc20e06c088acff81a06ad546a848bee083051.diff LOG

[clang] 88e4e6b - [clang-format] Use wider comment prefix space rule

2022-02-03 Thread via cfe-commits
Author: ksyx Date: 2022-02-03T21:49:10Z New Revision: 88e4e6be16ea400948c06f972f1b5f19478528df URL: https://github.com/llvm/llvm-project/commit/88e4e6be16ea400948c06f972f1b5f19478528df DIFF: https://github.com/llvm/llvm-project/commit/88e4e6be16ea400948c06f972f1b5f19478528df.diff LOG: [clang-f

[clang] ffe8720 - Reduce dependencies on llvm/BinaryFormat/Dwarf.h

2022-02-04 Thread via cfe-commits
Author: serge-sans-paille Date: 2022-02-04T11:44:03+01:00 New Revision: ffe8720aa060d66297500f30bb8ad02114e40326 URL: https://github.com/llvm/llvm-project/commit/ffe8720aa060d66297500f30bb8ad02114e40326 DIFF: https://github.com/llvm/llvm-project/commit/ffe8720aa060d66297500f30bb8ad02114e40326.d

[clang] 6cd0015 - [clang-format][docs] Fix incorrect 'clang-format 14' option markers

2022-02-05 Thread via cfe-commits
Author: Krystian Kuzniarek Date: 2022-02-05T20:04:39-08:00 New Revision: 6cd0015e7827dd429844a18b7c8306e1d98044e4 URL: https://github.com/llvm/llvm-project/commit/6cd0015e7827dd429844a18b7c8306e1d98044e4 DIFF: https://github.com/llvm/llvm-project/commit/6cd0015e7827dd429844a18b7c8306e1d98044e4.

[clang] a70549a - [clang-format] Fix DefSeparator empty line issues

2022-02-07 Thread via cfe-commits
Author: ksyx Date: 2022-02-07T14:23:21Z New Revision: a70549ae43dfa551f3eacdfa7a7f2c0df073be8e URL: https://github.com/llvm/llvm-project/commit/a70549ae43dfa551f3eacdfa7a7f2c0df073be8e DIFF: https://github.com/llvm/llvm-project/commit/a70549ae43dfa551f3eacdfa7a7f2c0df073be8e.diff LOG: [clang-f

[clang] d379ec9 - [AArch64] ACLE feature macro for Armv8.8-A MOPS

2022-02-08 Thread via cfe-commits
Author: tyb0807 Date: 2022-02-08T21:07:49Z New Revision: d379ec99085e33ace51740f2b93bda5e5c72326f URL: https://github.com/llvm/llvm-project/commit/d379ec99085e33ace51740f2b93bda5e5c72326f DIFF: https://github.com/llvm/llvm-project/commit/d379ec99085e33ace51740f2b93bda5e5c72326f.diff LOG: [AArc

[clang] 9b81d2f - Revert "[AArch64] ACLE feature macro for Armv8.8-A MOPS"

2022-02-08 Thread via cfe-commits
Author: tyb0807 Date: 2022-02-09T00:10:09Z New Revision: 9b81d2fae8c05ea611578137101e46a7b61fbaed URL: https://github.com/llvm/llvm-project/commit/9b81d2fae8c05ea611578137101e46a7b61fbaed DIFF: https://github.com/llvm/llvm-project/commit/9b81d2fae8c05ea611578137101e46a7b61fbaed.diff LOG: Rever

[clang] c70b935 - [AArch64] ACLE feature macro for Armv8.8-A MOPS

2022-02-10 Thread via cfe-commits
Author: tyb0807 Date: 2022-02-10T09:08:35Z New Revision: c70b9350890152fdcc5e65201c8f8146e977658a URL: https://github.com/llvm/llvm-project/commit/c70b9350890152fdcc5e65201c8f8146e977658a DIFF: https://github.com/llvm/llvm-project/commit/c70b9350890152fdcc5e65201c8f8146e977658a.diff LOG: [AArc

[clang] 02a0509 - [OpenMP][NFC] update status for 5.1 'nothing' directive to 'worked on'

2022-02-10 Thread via cfe-commits
Author: dreachem Date: 2022-02-10T09:22:44-06:00 New Revision: 02a05097e7003bedafeac0decb5f914429b35523 URL: https://github.com/llvm/llvm-project/commit/02a05097e7003bedafeac0decb5f914429b35523 DIFF: https://github.com/llvm/llvm-project/commit/02a05097e7003bedafeac0decb5f914429b35523.diff LOG:

[clang] d5c314c - [Clang][OpaquePtr] Remove deprecated Address constructor calls

2022-02-11 Thread via cfe-commits
Author: Weverything Date: 2022-02-11T13:02:09-08:00 New Revision: d5c314cdf43aeab2e7eda2b8a40afae4d01b030f URL: https://github.com/llvm/llvm-project/commit/d5c314cdf43aeab2e7eda2b8a40afae4d01b030f DIFF: https://github.com/llvm/llvm-project/commit/d5c314cdf43aeab2e7eda2b8a40afae4d01b030f.diff L

[clang] de4e855 - Refactor nested if else with ternary operator in CGExprScalar.cpp

2022-02-12 Thread via cfe-commits
Author: phyBrackets Date: 2022-02-13T00:15:35+05:30 New Revision: de4e855204aab9ecf0507f57341cad9c349b3c49 URL: https://github.com/llvm/llvm-project/commit/de4e855204aab9ecf0507f57341cad9c349b3c49 DIFF: https://github.com/llvm/llvm-project/commit/de4e855204aab9ecf0507f57341cad9c349b3c49.diff L

[clang] 7f51a9e - [RISCV] Fix RISCVTargetInfo::initFeatureMap, add non-ISA features back after implication

2022-02-13 Thread via cfe-commits
Author: eopXD Date: 2022-02-13T21:05:06-08:00 New Revision: 7f51a9e2730e32eec45ff2e91b3d7bae897893e4 URL: https://github.com/llvm/llvm-project/commit/7f51a9e2730e32eec45ff2e91b3d7bae897893e4 DIFF: https://github.com/llvm/llvm-project/commit/7f51a9e2730e32eec45ff2e91b3d7bae897893e4.diff LOG: [R

[clang] bfb4c0c - [RISCV] Recover the implication between Zve* extensions and the V extension.

2022-02-13 Thread via cfe-commits
Author: jacquesguan Date: 2022-02-14T15:52:07+08:00 New Revision: bfb4c0c37078aa5ce251752d99310ccb05e1296a URL: https://github.com/llvm/llvm-project/commit/bfb4c0c37078aa5ce251752d99310ccb05e1296a DIFF: https://github.com/llvm/llvm-project/commit/bfb4c0c37078aa5ce251752d99310ccb05e1296a.diff L

[clang] 6745b6a - [analyzer][NFCi] Use the correct BugType in CStringChecker.

2022-02-14 Thread via cfe-commits
Author: phyBrackets Date: 2022-02-14T20:54:59+05:30 New Revision: 6745b6a0f18523d6b871f627ceb46a92b7c2c43d URL: https://github.com/llvm/llvm-project/commit/6745b6a0f18523d6b871f627ceb46a92b7c2c43d DIFF: https://github.com/llvm/llvm-project/commit/6745b6a0f18523d6b871f627ceb46a92b7c2c43d.diff L

[clang] c9e7eec - [clang-format][NFC] Use isComment() in setCommentLineLevels()

2022-04-22 Thread via cfe-commits
Author: owenca Date: 2022-04-22T09:21:28-07:00 New Revision: c9e7eec7bc41e9cb86e01acd5c91faa5c9ee0bf1 URL: https://github.com/llvm/llvm-project/commit/c9e7eec7bc41e9cb86e01acd5c91faa5c9ee0bf1 DIFF: https://github.com/llvm/llvm-project/commit/c9e7eec7bc41e9cb86e01acd5c91faa5c9ee0bf1.diff LOG: [

[clang-tools-extra] b985b6e - [clang-tidy] Ignore macros defined within declarations

2022-04-22 Thread via cfe-commits
Author: Richard Date: 2022-04-22T17:46:54-06:00 New Revision: b985b6e3c15a863112e1676d6211c80c7683f3eb URL: https://github.com/llvm/llvm-project/commit/b985b6e3c15a863112e1676d6211c80c7683f3eb DIFF: https://github.com/llvm/llvm-project/commit/b985b6e3c15a863112e1676d6211c80c7683f3eb.diff LOG:

[clang] 5114db9 - [analyzer] Clean checker options from bool to DefaultBool (NFC)

2022-04-23 Thread via cfe-commits
Author: Vince Bridgers Date: 2022-04-23T14:47:29-05:00 New Revision: 5114db933dbf2507d613e50372aa62a1108f830c URL: https://github.com/llvm/llvm-project/commit/5114db933dbf2507d613e50372aa62a1108f830c DIFF: https://github.com/llvm/llvm-project/commit/5114db933dbf2507d613e50372aa62a1108f830c.diff

[clang] 3566bbe - [analyzer] Add option for AddrSpace in core.NullDereference check

2022-04-24 Thread via cfe-commits
Author: Vince Bridgers Date: 2022-04-24T03:51:49-05:00 New Revision: 3566bbe62f2ef2bf1b736d04a9d6b3c669a66297 URL: https://github.com/llvm/llvm-project/commit/3566bbe62f2ef2bf1b736d04a9d6b3c669a66297 DIFF: https://github.com/llvm/llvm-project/commit/3566bbe62f2ef2bf1b736d04a9d6b3c669a66297.diff

[clang] c261f78 - [clang-format] Refactor determineStarAmpUsage NFC

2022-04-24 Thread via cfe-commits
Author: sstwcw Date: 2022-04-24T22:30:22Z New Revision: c261f78d05deee305166e5f8c91e347b8401dfa4 URL: https://github.com/llvm/llvm-project/commit/c261f78d05deee305166e5f8c91e347b8401dfa4 DIFF: https://github.com/llvm/llvm-project/commit/c261f78d05deee305166e5f8c91e347b8401dfa4.diff LOG: [clang

[clang-tools-extra] 693246e - [clang-tidy] Modernize-macro-to-enum should skip macros used in other macros

2022-04-26 Thread via cfe-commits
Author: Richard Date: 2022-04-26T21:09:13-06:00 New Revision: 693246e03f28eaa72e0959fe6a969cea655b1fdc URL: https://github.com/llvm/llvm-project/commit/693246e03f28eaa72e0959fe6a969cea655b1fdc DIFF: https://github.com/llvm/llvm-project/commit/693246e03f28eaa72e0959fe6a969cea655b1fdc.diff LOG:

[clang] db57acf - [clang-format] Adjust editor cursor position past #include blocks

2022-04-27 Thread via cfe-commits
Author: owenca Date: 2022-04-27T14:26:23-07:00 New Revision: db57acff264796c6c43214e731dbfcf97ff5f6af URL: https://github.com/llvm/llvm-project/commit/db57acff264796c6c43214e731dbfcf97ff5f6af DIFF: https://github.com/llvm/llvm-project/commit/db57acff264796c6c43214e731dbfcf97ff5f6af.diff LOG: [

[clang-tools-extra] b1f1688 - [clang-tidy] support --load in clang-tidy-diff.py/run-clang-tidy.py

2022-04-28 Thread via cfe-commits
Author: Bernhard Manfred Gruber Date: 2022-04-28T13:49:18+02:00 New Revision: b1f1688e90b22dedc829f5abc9a912f18c034fbc URL: https://github.com/llvm/llvm-project/commit/b1f1688e90b22dedc829f5abc9a912f18c034fbc DIFF: https://github.com/llvm/llvm-project/commit/b1f1688e90b22dedc829f5abc9a912f18c03

[clang] eaca933 - [Clang][CodeGen]Fix __builtin_dump_struct missing record type field name

2022-04-28 Thread via cfe-commits
Author: jonasyhwang Date: 2022-04-29T12:58:53+08:00 New Revision: eaca933c59fd61b3df4697b5fae0eeec67acfaeb URL: https://github.com/llvm/llvm-project/commit/eaca933c59fd61b3df4697b5fae0eeec67acfaeb DIFF: https://github.com/llvm/llvm-project/commit/eaca933c59fd61b3df4697b5fae0eeec67acfaeb.diff L

[clang-tools-extra] 97b6c92 - [include-cleaner] Add missing deps from unittests

2022-04-29 Thread via cfe-commits
Author: Sam McCall Date: 2022-04-29T13:08:28+02:00 New Revision: 97b6c92dcd56937bc27de7c4c08381fc71c402e7 URL: https://github.com/llvm/llvm-project/commit/97b6c92dcd56937bc27de7c4c08381fc71c402e7 DIFF: https://github.com/llvm/llvm-project/commit/97b6c92dcd56937bc27de7c4c08381fc71c402e7.diff LO

[clang] 73417c5 - [HLSL][clang][Driver] Support validator version command line option.

2022-04-29 Thread via cfe-commits
Author: python3kgae Date: 2022-04-29T16:48:08-07:00 New Revision: 73417c517644db5c419c85c0b3cb6750172fcab5 URL: https://github.com/llvm/llvm-project/commit/73417c517644db5c419c85c0b3cb6750172fcab5 DIFF: https://github.com/llvm/llvm-project/commit/73417c517644db5c419c85c0b3cb6750172fcab5.diff L

[clang] 19978e0 - [RISCV]Add CTZ Intrinsic for ZBB in Clang

2022-04-29 Thread via cfe-commits
Author: joker881 Date: 2022-04-30T08:18:10+08:00 New Revision: 19978e08749f5f68fbd535121c4f2ed7297b3a4f URL: https://github.com/llvm/llvm-project/commit/19978e08749f5f68fbd535121c4f2ed7297b3a4f DIFF: https://github.com/llvm/llvm-project/commit/19978e08749f5f68fbd535121c4f2ed7297b3a4f.diff LOG:

[clang] 43c146c - [clang-format] Take out common code for parsing blocks NFC

2022-05-01 Thread via cfe-commits
Author: sstwcw Date: 2022-05-01T08:58:40Z New Revision: 43c146c96d8e4607266f2c2ef74c17d4170fc248 URL: https://github.com/llvm/llvm-project/commit/43c146c96d8e4607266f2c2ef74c17d4170fc248 DIFF: https://github.com/llvm/llvm-project/commit/43c146c96d8e4607266f2c2ef74c17d4170fc248.diff LOG: [clang

[clang] c8603db - [clang-format] Fix a bug that misformats Access Specifier after *[]

2022-05-02 Thread via cfe-commits
Author: owenca Date: 2022-05-02T01:39:26-07:00 New Revision: c8603db0711e451cecb75c8e10a12e882d4e0b31 URL: https://github.com/llvm/llvm-project/commit/c8603db0711e451cecb75c8e10a12e882d4e0b31 DIFF: https://github.com/llvm/llvm-project/commit/c8603db0711e451cecb75c8e10a12e882d4e0b31.diff LOG: [

[clang] 32eb7b8 - [Driver][test] Remove clang{{.*}} when testing -cc1 command lines

2022-05-02 Thread via cfe-commits
Author: Weverything Date: 2022-05-02T17:08:20-07:00 New Revision: 32eb7b863e49222882afae39ca9f2888ee5cc7a0 URL: https://github.com/llvm/llvm-project/commit/32eb7b863e49222882afae39ca9f2888ee5cc7a0 DIFF: https://github.com/llvm/llvm-project/commit/32eb7b863e49222882afae39ca9f2888ee5cc7a0.diff L

[clang] 3971880 - [clang-format][NFC] Clean up tryToParseLambdaIntroducer()

2022-05-03 Thread via cfe-commits
Author: owenca Date: 2022-05-03T11:36:38-07:00 New Revision: 397188036d4cdec7c3bc9236b4a5197232283413 URL: https://github.com/llvm/llvm-project/commit/397188036d4cdec7c3bc9236b4a5197232283413 DIFF: https://github.com/llvm/llvm-project/commit/397188036d4cdec7c3bc9236b4a5197232283413.diff LOG: [

[clang-tools-extra] 0e86cdd - [psuedo] Fix for unused warning by moving code into debug macro.

2022-05-03 Thread via cfe-commits
Author: Weverything Date: 2022-05-03T16:07:59-07:00 New Revision: 0e86cddf988081018200bcdce22a96d9e91a URL: https://github.com/llvm/llvm-project/commit/0e86cddf988081018200bcdce22a96d9e91a DIFF: https://github.com/llvm/llvm-project/commit/0e86cddf988081018200bcdce22a96d9e91a.diff L

[clang] 342e1c7 - [clang-format] Fix a bug in AlignConsecutiveAssignments

2022-05-04 Thread via cfe-commits
Author: owenca Date: 2022-05-04T12:04:43-07:00 New Revision: 342e1c77c360e745fc6457037e6c1e37b84f2791 URL: https://github.com/llvm/llvm-project/commit/342e1c77c360e745fc6457037e6c1e37b84f2791 DIFF: https://github.com/llvm/llvm-project/commit/342e1c77c360e745fc6457037e6c1e37b84f2791.diff LOG: [

[clang] df58018 - [analyzer] Get direct binding for specific punned case

2022-05-05 Thread via cfe-commits
Author: einvbri Date: 2022-05-05T04:53:45-05:00 New Revision: df5801806d03c22099c85942134ca3004776016b URL: https://github.com/llvm/llvm-project/commit/df5801806d03c22099c85942134ca3004776016b DIFF: https://github.com/llvm/llvm-project/commit/df5801806d03c22099c85942134ca3004776016b.diff LOG:

[clang] dcb9067 - [clang][ASTImporter][NFC]: Move clang::ImportError into own header.

2022-05-05 Thread via cfe-commits
Author: phyBrackets Date: 2022-05-06T00:14:32+05:30 New Revision: dcb906757ada24edf8da89439c72d015b53f204b URL: https://github.com/llvm/llvm-project/commit/dcb906757ada24edf8da89439c72d015b53f204b DIFF: https://github.com/llvm/llvm-project/commit/dcb906757ada24edf8da89439c72d015b53f204b.diff L

[clang] 8b626a2 - [clang-format] Fix another bug in AlignConsecutiveAssignments

2022-05-05 Thread via cfe-commits
Author: owenca Date: 2022-05-05T14:48:56-07:00 New Revision: 8b626a2caa672a174829105ff7749d8d9a080f2a URL: https://github.com/llvm/llvm-project/commit/8b626a2caa672a174829105ff7749d8d9a080f2a DIFF: https://github.com/llvm/llvm-project/commit/8b626a2caa672a174829105ff7749d8d9a080f2a.diff LOG: [

[clang] e7aed73 - [clang-format][NFC] Add a few regression tests

2022-05-05 Thread via cfe-commits
Author: owenca Date: 2022-05-05T15:12:24-07:00 New Revision: e7aed737eb2d8fb2150f38e48d1c3e0108931999 URL: https://github.com/llvm/llvm-project/commit/e7aed737eb2d8fb2150f38e48d1c3e0108931999 DIFF: https://github.com/llvm/llvm-project/commit/e7aed737eb2d8fb2150f38e48d1c3e0108931999.diff LOG: [

[clang] 3fa5eb4 - [HLSL] add -fcgl option flag.

2022-05-06 Thread via cfe-commits
Author: python3kgae Date: 2022-05-06T11:42:15-07:00 New Revision: 3fa5eb4cfc065b686c03f912e4414fd00a54d04e URL: https://github.com/llvm/llvm-project/commit/3fa5eb4cfc065b686c03f912e4414fd00a54d04e DIFF: https://github.com/llvm/llvm-project/commit/3fa5eb4cfc065b686c03f912e4414fd00a54d04e.diff L

[clang] 24e9d90 - Added the brief discription about the new CSA checker.

2022-05-06 Thread via cfe-commits
Author: Shivam Date: 2022-05-07T01:16:22+05:30 New Revision: 24e9d90e65243fd8674bfc264c1c7d27c3cce67c URL: https://github.com/llvm/llvm-project/commit/24e9d90e65243fd8674bfc264c1c7d27c3cce67c DIFF: https://github.com/llvm/llvm-project/commit/24e9d90e65243fd8674bfc264c1c7d27c3cce67c.diff LOG: A

[clang] b390173 - update the doc for the static analyzer checker

2022-05-06 Thread via cfe-commits
Author: Shivam Date: 2022-05-07T01:19:46+05:30 New Revision: b39017340806ee68b305d5c8330cbc3e1d398a4d URL: https://github.com/llvm/llvm-project/commit/b39017340806ee68b305d5c8330cbc3e1d398a4d DIFF: https://github.com/llvm/llvm-project/commit/b39017340806ee68b305d5c8330cbc3e1d398a4d.diff LOG: u

[clang] bbd0319 - Update ReleaseNotes.rst

2022-05-06 Thread via cfe-commits
Author: Shivam Date: 2022-05-07T01:20:45+05:30 New Revision: bbd031943a3d1bd72fed362ee3e8456dbb901747 URL: https://github.com/llvm/llvm-project/commit/bbd031943a3d1bd72fed362ee3e8456dbb901747 DIFF: https://github.com/llvm/llvm-project/commit/bbd031943a3d1bd72fed362ee3e8456dbb901747.diff LOG: U

[clang] af4cf1c - [clang-format][NFC] Make all TokenAnnotator member functions const

2022-05-06 Thread via cfe-commits
Author: owenca Date: 2022-05-06T14:46:32-07:00 New Revision: af4cf1c6b8ed0d8102fc5e69acdc2fcbbcdaa9a7 URL: https://github.com/llvm/llvm-project/commit/af4cf1c6b8ed0d8102fc5e69acdc2fcbbcdaa9a7 DIFF: https://github.com/llvm/llvm-project/commit/af4cf1c6b8ed0d8102fc5e69acdc2fcbbcdaa9a7.diff LOG: [

[clang] 66fa284 - [clang] Ignore DependentSizeArray in -Warray-parameter

2022-07-13 Thread via cfe-commits
Author: serge-sans-paille Date: 2022-07-13T14:58:23+02:00 New Revision: 66fa2847a775dda27ddcac3832769441727db42f URL: https://github.com/llvm/llvm-project/commit/66fa2847a775dda27ddcac3832769441727db42f DIFF: https://github.com/llvm/llvm-project/commit/66fa2847a775dda27ddcac3832769441727db42f.d

[clang] 36229fa - [clang-format][NFC] Replace most of std::vector with SmallVector

2022-07-13 Thread via cfe-commits
Author: owenca Date: 2022-07-13T16:45:22-07:00 New Revision: 36229fa3886be7d3c864642fad021c9fe4afda38 URL: https://github.com/llvm/llvm-project/commit/36229fa3886be7d3c864642fad021c9fe4afda38 DIFF: https://github.com/llvm/llvm-project/commit/36229fa3886be7d3c864642fad021c9fe4afda38.diff LOG: [

[clang] 1d7e58c - [analyzer] Fix use of length in CStringChecker

2022-07-13 Thread via cfe-commits
Author: einvbri Date: 2022-07-13T19:19:23-05:00 New Revision: 1d7e58cfade1dd4236efba59ce969698bb05a039 URL: https://github.com/llvm/llvm-project/commit/1d7e58cfade1dd4236efba59ce969698bb05a039 DIFF: https://github.com/llvm/llvm-project/commit/1d7e58cfade1dd4236efba59ce969698bb05a039.diff LOG:

[clang] b032e3f - [analyzer] Evaluate construction of non-POD type arrays

2022-07-14 Thread via cfe-commits
Author: isuckatcs Date: 2022-07-14T23:30:21+02:00 New Revision: b032e3ff6121a969b2e90ad7bf493c2d5d7ac3a2 URL: https://github.com/llvm/llvm-project/commit/b032e3ff6121a969b2e90ad7bf493c2d5d7ac3a2 DIFF: https://github.com/llvm/llvm-project/commit/b032e3ff6121a969b2e90ad7bf493c2d5d7ac3a2.diff LOG

[clang] 6ab7307 - [clang-format] Fix invalid-code-generation by RemoveBracesLLVM

2022-07-14 Thread via cfe-commits
Author: owenca Date: 2022-07-14T15:19:57-07:00 New Revision: 6ab7307177c336d7ca5910fc434c012f35245fd1 URL: https://github.com/llvm/llvm-project/commit/6ab7307177c336d7ca5910fc434c012f35245fd1 DIFF: https://github.com/llvm/llvm-project/commit/6ab7307177c336d7ca5910fc434c012f35245fd1.diff LOG: [

[clang] a7789d6 - [clang-format][NFC] Replace SmallVector parameter with ArrayRef

2022-07-15 Thread via cfe-commits
Author: owenca Date: 2022-07-15T17:26:22-07:00 New Revision: a7789d6315ff663fb5e21698264b7b77e89312fe URL: https://github.com/llvm/llvm-project/commit/a7789d6315ff663fb5e21698264b7b77e89312fe DIFF: https://github.com/llvm/llvm-project/commit/a7789d6315ff663fb5e21698264b7b77e89312fe.diff LOG: [

[clang] a0458d9 - [clang-format] Never remove braces in macro definitions

2022-07-16 Thread via cfe-commits
Author: owenca Date: 2022-07-16T13:11:10-07:00 New Revision: a0458d92e9e7b279c9ff491429aad86ccedee7c4 URL: https://github.com/llvm/llvm-project/commit/a0458d92e9e7b279c9ff491429aad86ccedee7c4 DIFF: https://github.com/llvm/llvm-project/commit/a0458d92e9e7b279c9ff491429aad86ccedee7c4.diff LOG: [

[clang] f764dc9 - [clang] Introduce -fstrict-flex-arrays= for stricter handling of flexible arrays

2022-07-18 Thread via cfe-commits
Author: serge-sans-paille Date: 2022-07-18T12:45:52+02:00 New Revision: f764dc99b37e1e6428724a61f36bcb49c015dc70 URL: https://github.com/llvm/llvm-project/commit/f764dc99b37e1e6428724a61f36bcb49c015dc70 DIFF: https://github.com/llvm/llvm-project/commit/f764dc99b37e1e6428724a61f36bcb49c015dc70.d

[clang] 3198364 - [RISCV][Clang] Add support for Zmmul extension

2022-07-18 Thread via cfe-commits
Author: ksyx Date: 2022-07-18T20:26:08-04:00 New Revision: 3198364e6e4943512ed48f2a1c1ab4c418b72f42 URL: https://github.com/llvm/llvm-project/commit/3198364e6e4943512ed48f2a1c1ab4c418b72f42 DIFF: https://github.com/llvm/llvm-project/commit/3198364e6e4943512ed48f2a1c1ab4c418b72f42.diff LOG: [RI

[clang] 892a996 - [clang-format] Indent tokens after hash only if it starts a line

2022-07-20 Thread via cfe-commits
Author: owenca Date: 2022-07-20T21:52:17-07:00 New Revision: 892a9968ec7753467a7663cb91ee1e5a299844cf URL: https://github.com/llvm/llvm-project/commit/892a9968ec7753467a7663cb91ee1e5a299844cf DIFF: https://github.com/llvm/llvm-project/commit/892a9968ec7753467a7663cb91ee1e5a299844cf.diff LOG: [

[clang] a4c62f6 - [clang-format][NFC] Refactor RequiresDoesNotChangeParsingOfTheRest

2022-07-20 Thread via cfe-commits
Author: owenca Date: 2022-07-20T21:56:48-07:00 New Revision: a4c62f66545d11253ef76384b78d9dc196fc8e0e URL: https://github.com/llvm/llvm-project/commit/a4c62f66545d11253ef76384b78d9dc196fc8e0e DIFF: https://github.com/llvm/llvm-project/commit/a4c62f66545d11253ef76384b78d9dc196fc8e0e.diff LOG: [

[libclc] 44f81df - Remove references to old mailing lists that have moved to discourse. Replace with links to discourse.

2022-07-22 Thread via cfe-commits
Author: tlattner Date: 2022-07-22T09:59:03-07:00 New Revision: 44f81dfba407c82589abbb5867714ad030d1b80c URL: https://github.com/llvm/llvm-project/commit/44f81dfba407c82589abbb5867714ad030d1b80c DIFF: https://github.com/llvm/llvm-project/commit/44f81dfba407c82589abbb5867714ad030d1b80c.diff LOG:

<    53   54   55   56   57   58   59   60   61   62   >