[clang] 6ef45b0 - [clang-format] Added new option IndentExternBlock

2020-05-20 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-20T21:27:15+01:00 New Revision: 6ef45b0426a8c7b9764e102fb1a49561a3a2c118 URL: https://github.com/llvm/llvm-project/commit/6ef45b0426a8c7b9764e102fb1a49561a3a2c118 DIFF: https://github.com/llvm/llvm-project/commit/6ef45b0426a8c7b9764e102fb1a49561a3a2c118.diff

[clang] 0591329 - [Analyzer][WebKit][NFC] Correct documentation to avoid sphinx build error

2020-05-25 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-23T11:28:06+01:00 New Revision: 0591329dd1f1b1691c65e700c2805590a090b7d8 URL: https://github.com/llvm/llvm-project/commit/0591329dd1f1b1691c65e700c2805590a090b7d8 DIFF: https://github.com/llvm/llvm-project/commit/0591329dd1f1b1691c65e700c2805590a090b7d8.diff

[clang] 7c298c1 - [PGO] Fix computation of function Hash

2020-05-25 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-05-25T17:17:29+02:00 New Revision: 7c298c104bfe725d4315926a656263e8a5ac3054 URL: https://github.com/llvm/llvm-project/commit/7c298c104bfe725d4315926a656263e8a5ac3054 DIFF: https://github.com/llvm/llvm-project/commit/7c298c104bfe725d4315926a656263e8a5ac3054.d

[clang] 8f1156a - [clang-format] Fix an ObjC regression introduced with new [[likely]][[unlikely]] support in if/else clauses

2020-05-26 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-26T18:48:49+01:00 New Revision: 8f1156a7d004d97e9f75484a00dc4278698fd8ea URL: https://github.com/llvm/llvm-project/commit/8f1156a7d004d97e9f75484a00dc4278698fd8ea DIFF: https://github.com/llvm/llvm-project/commit/8f1156a7d004d97e9f75484a00dc4278698fd8ea.diff

[clang] de02a75 - [PGO] Fix computation of function Hash

2020-05-27 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-05-27T09:15:21+02:00 New Revision: de02a75e398415bad4df27b4547c25b896c8bf3b URL: https://github.com/llvm/llvm-project/commit/de02a75e398415bad4df27b4547c25b896c8bf3b DIFF: https://github.com/llvm/llvm-project/commit/de02a75e398415bad4df27b4547c25b896c8bf3b.d

[clang] 50bdd60 - [clang-format] [PR46130] When editing a file with unbalance {} the namespace comment fixer can incorrectly comment the wrong closing brace

2020-05-30 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-30T13:15:27+01:00 New Revision: 50bdd60731130dbde81fa477ba8916c58039d73a URL: https://github.com/llvm/llvm-project/commit/50bdd60731130dbde81fa477ba8916c58039d73a DIFF: https://github.com/llvm/llvm-project/commit/50bdd60731130dbde81fa477ba8916c58039d73a.diff

[clang] 937bad3 - [Utils] Check function attributes in update_test_checks

2020-07-19 Thread via cfe-commits
Author: sstefan1 Date: 2020-07-19T20:07:24+02:00 New Revision: 937bad3594e7cba44cddae4661e1bae911beba3e URL: https://github.com/llvm/llvm-project/commit/937bad3594e7cba44cddae4661e1bae911beba3e DIFF: https://github.com/llvm/llvm-project/commit/937bad3594e7cba44cddae4661e1bae911beba3e.diff LOG:

[clang] cf11050 - [Utils][Fix] remove unnecessary ; at the end

2020-07-19 Thread via cfe-commits
Author: sstefan1 Date: 2020-07-19T20:48:28+02:00 New Revision: cf1105069648446d58adfb7a6cc590013d6886ba URL: https://github.com/llvm/llvm-project/commit/cf1105069648446d58adfb7a6cc590013d6886ba DIFF: https://github.com/llvm/llvm-project/commit/cf1105069648446d58adfb7a6cc590013d6886ba.diff LOG:

[clang] 2015741 - [ASTImporter] Refactor ASTImporter to support custom downstream tests

2020-07-21 Thread via cfe-commits
Author: Vince Bridgers Date: 2020-07-21T10:34:17-05:00 New Revision: 20157410862d376c624cc24bffd9730290a16142 URL: https://github.com/llvm/llvm-project/commit/20157410862d376c624cc24bffd9730290a16142 DIFF: https://github.com/llvm/llvm-project/commit/20157410862d376c624cc24bffd9730290a16142.diff

[clang] 18581fd - [CFE] Add nomerge function attribute to inline assembly.

2020-07-21 Thread via cfe-commits
Author: Wang, Pengfei Date: 2020-07-22T08:22:58+08:00 New Revision: 18581fd2c441eac052a25e4cbe9bd74d6ff605ad URL: https://github.com/llvm/llvm-project/commit/18581fd2c441eac052a25e4cbe9bd74d6ff605ad DIFF: https://github.com/llvm/llvm-project/commit/18581fd2c441eac052a25e4cbe9bd74d6ff605ad.diff

[clang] 77b6117 - [AIX] remove -u from the clang when invoke aix as assembler

2020-07-24 Thread via cfe-commits
Author: diggerlin Date: 2020-07-24T11:28:17-04:00 New Revision: 77b61177d7d4c4fe8714f8828123f626f4549be1 URL: https://github.com/llvm/llvm-project/commit/77b61177d7d4c4fe8714f8828123f626f4549be1 DIFF: https://github.com/llvm/llvm-project/commit/77b61177d7d4c4fe8714f8828123f626f4549be1.diff LOG

[clang] 0db2934 - [ASTImporter] Modify ImportDefiniton for ObjCInterfaceDecl so that we always the ImportDeclContext one we start the definition

2020-07-24 Thread via cfe-commits
Author: shafik Date: 2020-07-24T13:15:08-07:00 New Revision: 0db2934b0fa9e00ac98e2cb168adba96f6bcd0da URL: https://github.com/llvm/llvm-project/commit/0db2934b0fa9e00ac98e2cb168adba96f6bcd0da DIFF: https://github.com/llvm/llvm-project/commit/0db2934b0fa9e00ac98e2cb168adba96f6bcd0da.diff LOG: [

[clang] 0eff8b3 - [PowerPC] Cleanup p10vector clang test

2020-07-26 Thread via cfe-commits
Author: biplmish Date: 2020-07-26T21:23:00-05:00 New Revision: 0eff8b3865ede487bacd605f628891dd028c74bd URL: https://github.com/llvm/llvm-project/commit/0eff8b3865ede487bacd605f628891dd028c74bd DIFF: https://github.com/llvm/llvm-project/commit/0eff8b3865ede487bacd605f628891dd028c74bd.diff LOG:

[clang] f761acf - [ASTImporter] Add Visitor for TypedefNameDecl's

2020-07-28 Thread via cfe-commits
Author: Vince Bridgers Date: 2020-07-28T11:52:29-05:00 New Revision: f761acfb1a737d8a631a5e55b58cdb7c2215baad URL: https://github.com/llvm/llvm-project/commit/f761acfb1a737d8a631a5e55b58cdb7c2215baad DIFF: https://github.com/llvm/llvm-project/commit/f761acfb1a737d8a631a5e55b58cdb7c2215baad.diff

[clang] b25ec45 - Fix __is_pointer builtin type trait to work with Objective-C pointer types.

2020-04-08 Thread via cfe-commits
Author: zoecarver Date: 2020-04-08T10:02:53-07:00 New Revision: b25ec45809fbb71d0db883c0275dc5ddcd61160d URL: https://github.com/llvm/llvm-project/commit/b25ec45809fbb71d0db883c0275dc5ddcd61160d DIFF: https://github.com/llvm/llvm-project/commit/b25ec45809fbb71d0db883c0275dc5ddcd61160d.diff LOG

[clang-tools-extra] a50df66 - [clangd] Remove redundant code in test. NFC

2020-04-11 Thread via cfe-commits
Author: Sam McCall Date: 2020-04-11T17:14:31+02:00 New Revision: a50df668f6889707cad53f1b5339179e337a9eef URL: https://github.com/llvm/llvm-project/commit/a50df668f6889707cad53f1b5339179e337a9eef DIFF: https://github.com/llvm/llvm-project/commit/a50df668f6889707cad53f1b5339179e337a9eef.diff LO

[clang] 072ae7c - [clang-format] Always break line after enum opening brace

2020-04-13 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-13T15:03:36+01:00 New Revision: 072ae7c1e64f8dd1b5e9db17838c93b150f8b487 URL: https://github.com/llvm/llvm-project/commit/072ae7c1e64f8dd1b5e9db17838c93b150f8b487 DIFF: https://github.com/llvm/llvm-project/commit/072ae7c1e64f8dd1b5e9db17838c93b150f8b487.diff

[clang] 3b37924 - [clang-format] A Minor change to clang-format-diff.py

2020-04-13 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-13T15:08:07+01:00 New Revision: 3b379246c365721425d7e29772c08d8373b4a606 URL: https://github.com/llvm/llvm-project/commit/3b379246c365721425d7e29772c08d8373b4a606 DIFF: https://github.com/llvm/llvm-project/commit/3b379246c365721425d7e29772c08d8373b4a606.diff

[clang] e811150 - [clang-format] use spaces for alignment with UT_ForContinuationAndIndentation

2020-04-13 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-13T15:14:26+01:00 New Revision: e8111502d8696896241132865c7a44c6f84f93c1 URL: https://github.com/llvm/llvm-project/commit/e8111502d8696896241132865c7a44c6f84f93c1 DIFF: https://github.com/llvm/llvm-project/commit/e8111502d8696896241132865c7a44c6f84f93c1.diff

[clang] 161fc1d - [Fixed Point] [AST] Add an AST serialization code for fixed-point literals.

2020-04-14 Thread via cfe-commits
Author: Vince Bridgers Date: 2020-04-14T13:20:49-05:00 New Revision: 161fc1d9118f4f64887cf7845a51ec79f1a8602f URL: https://github.com/llvm/llvm-project/commit/161fc1d9118f4f64887cf7845a51ec79f1a8602f DIFF: https://github.com/llvm/llvm-project/commit/161fc1d9118f4f64887cf7845a51ec79f1a8602f.diff

[clang] 789215d - [ASTImporter] Add support for importing fixed point literals

2020-04-15 Thread via cfe-commits
Author: Vince Bridgers Date: 2020-04-15T10:36:44-05:00 New Revision: 789215dc0db174c9fdd273436fdd60d8289a9fc0 URL: https://github.com/llvm/llvm-project/commit/789215dc0db174c9fdd273436fdd60d8289a9fc0 DIFF: https://github.com/llvm/llvm-project/commit/789215dc0db174c9fdd273436fdd60d8289a9fc0.diff

[clang] bee2c27 - [doc] Fix typo.

2020-06-03 Thread via cfe-commits
Author: Richard Smith Date: 2020-06-03T09:56:38-07:00 New Revision: bee2c2708f3e38261825439bc8b0fbe8b795854d URL: https://github.com/llvm/llvm-project/commit/bee2c2708f3e38261825439bc8b0fbe8b795854d DIFF: https://github.com/llvm/llvm-project/commit/bee2c2708f3e38261825439bc8b0fbe8b795854d.diff

[clang] 5f47865 - [doc] Fix use of ` where `` was intended in attribute docs.

2020-06-03 Thread via cfe-commits
Author: Richard Smith Date: 2020-06-03T10:52:55-07:00 New Revision: 5f478651eb31ac81acf9a521c3d44c5e1c4af49a URL: https://github.com/llvm/llvm-project/commit/5f478651eb31ac81acf9a521c3d44c5e1c4af49a DIFF: https://github.com/llvm/llvm-project/commit/5f478651eb31ac81acf9a521c3d44c5e1c4af49a.diff

[clang] 6a0484f - [clang-format] [PR46159] Linux kernel 'C' code uses 'try' as a variable name, allow clang-format to handle such cases

2020-06-03 Thread via cfe-commits
Author: mydeveloperday Date: 2020-06-03T20:44:45+01:00 New Revision: 6a0484f04b628870fb7cd0757a72d73294ff5346 URL: https://github.com/llvm/llvm-project/commit/6a0484f04b628870fb7cd0757a72d73294ff5346 DIFF: https://github.com/llvm/llvm-project/commit/6a0484f04b628870fb7cd0757a72d73294ff5346.diff

[clang] 6de794e - [clang-format] [PR46157] Wrong spacing of negative literals with use of operator

2020-06-03 Thread via cfe-commits
Author: mydeveloperday Date: 2020-06-03T20:44:45+01:00 New Revision: 6de794e2074b8d0ceb6215f808fb788555fc683d URL: https://github.com/llvm/llvm-project/commit/6de794e2074b8d0ceb6215f808fb788555fc683d DIFF: https://github.com/llvm/llvm-project/commit/6de794e2074b8d0ceb6215f808fb788555fc683d.diff

[clang] bd42582 - [analyzer] Ignore calculated indices of <= 0 in VLASizeChecker

2020-06-04 Thread via cfe-commits
Author: Vince Bridgers Date: 2020-06-04T07:25:35-05:00 New Revision: bd425825411af1b340134b0e8c9c03733ee87d66 URL: https://github.com/llvm/llvm-project/commit/bd425825411af1b340134b0e8c9c03733ee87d66 DIFF: https://github.com/llvm/llvm-project/commit/bd425825411af1b340134b0e8c9c03733ee87d66.diff

[clang] e82e388 - [Doc] update ReleaseNotes with new warning note.

2020-06-04 Thread via cfe-commits
Author: ZequanWu Date: 2020-06-04T09:45:04-07:00 New Revision: e82e388a493345d8287175f884b34c3f38f71057 URL: https://github.com/llvm/llvm-project/commit/e82e388a493345d8287175f884b34c3f38f71057 DIFF: https://github.com/llvm/llvm-project/commit/e82e388a493345d8287175f884b34c3f38f71057.diff LOG:

[clang] 63489c3 - Fix version of c-general.profdata.v5 test case

2020-06-10 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-06-10T16:20:20+02:00 New Revision: 63489c39deeffb24a085b3766c5d5ff76a52fa2f URL: https://github.com/llvm/llvm-project/commit/63489c39deeffb24a085b3766c5d5ff76a52fa2f DIFF: https://github.com/llvm/llvm-project/commit/63489c39deeffb24a085b3766c5d5ff76a52fa2f.d

[clang] 0487f6f - [clang-format] Fix short block when braking after control statement

2020-06-13 Thread via cfe-commits
Author: mydeveloperday Date: 2020-06-13T14:19:49+01:00 New Revision: 0487f6f19cdaaec81a5e2d6dfce7fd0cd3a9b6ca URL: https://github.com/llvm/llvm-project/commit/0487f6f19cdaaec81a5e2d6dfce7fd0cd3a9b6ca DIFF: https://github.com/llvm/llvm-project/commit/0487f6f19cdaaec81a5e2d6dfce7fd0cd3a9b6ca.diff

[clang-tools-extra] 7fc533a - [clangd] Fix windows builds failing on check-clangd

2020-06-14 Thread via cfe-commits
Author: njames93 Date: 2020-06-14T13:29:17+01:00 New Revision: 7fc533a1d8de25e74c4829a9d868dbebd498492c URL: https://github.com/llvm/llvm-project/commit/7fc533a1d8de25e74c4829a9d868dbebd498492c DIFF: https://github.com/llvm/llvm-project/commit/7fc533a1d8de25e74c4829a9d868dbebd498492c.diff LOG:

[clang] 3bab88b - Prevent IR-gen from emitting consteval declarations

2020-06-15 Thread via cfe-commits
Author: Tyker Date: 2020-06-15T10:47:14+02:00 New Revision: 3bab88b7baa20b276faaee0aa7ca87f636c91877 URL: https://github.com/llvm/llvm-project/commit/3bab88b7baa20b276faaee0aa7ca87f636c91877 DIFF: https://github.com/llvm/llvm-project/commit/3bab88b7baa20b276faaee0aa7ca87f636c91877.diff LOG: Pr

[clang] 51e4aa8 - attempt to fix failing buildbots after 3bab88b7baa20b276faaee0aa7ca87f636c91877

2020-06-15 Thread via cfe-commits
Author: Tyker Date: 2020-06-15T12:58:37+02:00 New Revision: 51e4aa87e05c45bebf9658a47980b1934c88be31 URL: https://github.com/llvm/llvm-project/commit/51e4aa87e05c45bebf9658a47980b1934c88be31 DIFF: https://github.com/llvm/llvm-project/commit/51e4aa87e05c45bebf9658a47980b1934c88be31.diff LOG: at

[clang] f1ef237 - [Format] Add more proto enclosing function names

2020-06-16 Thread via cfe-commits
Author: Sam McCall Date: 2020-06-16T18:05:01+02:00 New Revision: f1ef237df7c1b9f743c7a4cdcb50cf49f60c1698 URL: https://github.com/llvm/llvm-project/commit/f1ef237df7c1b9f743c7a4cdcb50cf49f60c1698 DIFF: https://github.com/llvm/llvm-project/commit/f1ef237df7c1b9f743c7a4cdcb50cf49f60c1698.diff LO

[clang] 7c1c2d9 - [clang-format] NFC 3% improvement in the overall clang-formatted status

2020-06-17 Thread via cfe-commits
Author: mydeveloperday Date: 2020-06-17T23:16:08+01:00 New Revision: 7c1c2d9775813e8ec3c71b50677cb20b2c71cf7a URL: https://github.com/llvm/llvm-project/commit/7c1c2d9775813e8ec3c71b50677cb20b2c71cf7a DIFF: https://github.com/llvm/llvm-project/commit/7c1c2d9775813e8ec3c71b50677cb20b2c71cf7a.diff

[clang] e7c5da5 - [CodeGen] Add public function to emit C++ destructor call.

2020-07-01 Thread via cfe-commits
Author: zoecarver Date: 2020-07-01T11:01:23-07:00 New Revision: e7c5da57a5f3fdb6649ff92cb8ba0ce3c4978668 URL: https://github.com/llvm/llvm-project/commit/e7c5da57a5f3fdb6649ff92cb8ba0ce3c4978668 DIFF: https://github.com/llvm/llvm-project/commit/e7c5da57a5f3fdb6649ff92cb8ba0ce3c4978668.diff LOG

[clang] 4cf24cb - [NFC][clang] Add missing VALIDATE_DIAG_SIZE()

2020-07-02 Thread via cfe-commits
Author: Whisperity Date: 2020-07-02T14:14:57+02:00 New Revision: 4cf24cb868b9fe9e65d2e4b27b8ec5fd5d5fb599 URL: https://github.com/llvm/llvm-project/commit/4cf24cb868b9fe9e65d2e4b27b8ec5fd5d5fb599 DIFF: https://github.com/llvm/llvm-project/commit/4cf24cb868b9fe9e65d2e4b27b8ec5fd5d5fb599.diff LO

[clang] 59f1bf4 - [ASTImporter] Add unittest case for friend decl import

2020-07-02 Thread via cfe-commits
Author: Vince Bridgers Date: 2020-07-02T09:26:34-05:00 New Revision: 59f1bf46f8c258b9c784ff921b89fb6cb7a06612 URL: https://github.com/llvm/llvm-project/commit/59f1bf46f8c258b9c784ff921b89fb6cb7a06612 DIFF: https://github.com/llvm/llvm-project/commit/59f1bf46f8c258b9c784ff921b89fb6cb7a06612.diff

[clang] 572dde5 - [XCOFF][AIX] Use 'L..' instead of '.L' for getPrivateGlobalPrefix in DataLayout

2020-07-03 Thread via cfe-commits
Author: jasonliu Date: 2020-07-03T18:25:14Z New Revision: 572dde55eebbe54eb90398c16c71d4376ca754e3 URL: https://github.com/llvm/llvm-project/commit/572dde55eebbe54eb90398c16c71d4376ca754e3 DIFF: https://github.com/llvm/llvm-project/commit/572dde55eebbe54eb90398c16c71d4376ca754e3.diff LOG: [XCO

[clang] 6aab27b - [OpenMPIRBuilder][Fix] Move llvm::omp::types to OpenMPIRBuilder.

2020-07-08 Thread via cfe-commits
Author: sstefan1 Date: 2020-07-08T17:23:55+02:00 New Revision: 6aab27ba851f132f01ea8e87f92243918dc23cfd URL: https://github.com/llvm/llvm-project/commit/6aab27ba851f132f01ea8e87f92243918dc23cfd DIFF: https://github.com/llvm/llvm-project/commit/6aab27ba851f132f01ea8e87f92243918dc23cfd.diff LOG:

[clang] 63b0f8c - [RecordLayout] Fix ItaniumRecordLayoutBuilder so that is grabs the correct bases class offsets from the external source

2020-07-08 Thread via cfe-commits
Author: shafik Date: 2020-07-08T10:07:15-07:00 New Revision: 63b0f8c788d8c6978feb099fd6db8fe219c4d166 URL: https://github.com/llvm/llvm-project/commit/63b0f8c788d8c6978feb099fd6db8fe219c4d166 DIFF: https://github.com/llvm/llvm-project/commit/63b0f8c788d8c6978feb099fd6db8fe219c4d166.diff LOG: [

[clang] 2da9572 - [OPENMP50] extend array section for stride (Parsing/Sema/AST)

2020-07-09 Thread via cfe-commits
Author: cchen Date: 2020-07-09T13:28:51-05:00 New Revision: 2da9572a9b10c8e4d0db2f3267f1a2c0ea31c896 URL: https://github.com/llvm/llvm-project/commit/2da9572a9b10c8e4d0db2f3267f1a2c0ea31c896 DIFF: https://github.com/llvm/llvm-project/commit/2da9572a9b10c8e4d0db2f3267f1a2c0ea31c896.diff LOG: [O

[clang] 65dc97b - [clang-format] PR46609 clang-format does not obey `PointerAlignment: Right` for ellipsis in declarator for pack

2020-07-12 Thread via cfe-commits
Author: mydeveloperday Date: 2020-07-12T18:44:26+01:00 New Revision: 65dc97b79eb1979c54e7e17c411ea5f58f8dcc9c URL: https://github.com/llvm/llvm-project/commit/65dc97b79eb1979c54e7e17c411ea5f58f8dcc9c DIFF: https://github.com/llvm/llvm-project/commit/65dc97b79eb1979c54e7e17c411ea5f58f8dcc9c.diff

[clang] d5f9c4a - [ODRHash] Remove use of 'whitelist'.

2020-06-19 Thread via cfe-commits
Author: Weverything Date: 2020-06-19T18:39:30-07:00 New Revision: d5f9c4a3d10d166af1f445d20510705117eb6fea URL: https://github.com/llvm/llvm-project/commit/d5f9c4a3d10d166af1f445d20510705117eb6fea DIFF: https://github.com/llvm/llvm-project/commit/d5f9c4a3d10d166af1f445d20510705117eb6fea.diff L

[clang] 8938a6c - [NFC] update test to make diff of the following commit clear

2020-06-25 Thread via cfe-commits
Author: Tyker Date: 2020-06-25T12:59:44+02:00 New Revision: 8938a6c9ede29a2d738357c44d66a017d74fcc7e URL: https://github.com/llvm/llvm-project/commit/8938a6c9ede29a2d738357c44d66a017d74fcc7e DIFF: https://github.com/llvm/llvm-project/commit/8938a6c9ede29a2d738357c44d66a017d74fcc7e.diff LOG: [N

[clang] 5b9ce07 - [openmp] Use Directive_enumSize instead of OMPD_unknown position

2020-06-25 Thread via cfe-commits
Author: Valentin Clement Date: 2020-06-25T09:18:54-04:00 New Revision: 5b9ce07a761f7d62ad793f9827750243de597215 URL: https://github.com/llvm/llvm-project/commit/5b9ce07a761f7d62ad793f9827750243de597215 DIFF: https://github.com/llvm/llvm-project/commit/5b9ce07a761f7d62ad793f9827750243de597215.di

[clang-tools-extra] c19e82c - [Docs] Fix typo and test git commit access. NFC.

2020-06-26 Thread via cfe-commits
Author: lh123 Date: 2020-06-27T13:35:59+08:00 New Revision: c19e82c6b38b74c56d595cb69582b7c3727762b5 URL: https://github.com/llvm/llvm-project/commit/c19e82c6b38b74c56d595cb69582b7c3727762b5 DIFF: https://github.com/llvm/llvm-project/commit/c19e82c6b38b74c56d595cb69582b7c3727762b5.diff LOG: [D

[clang-tools-extra] 43e3c39 - Revert "[Docs] Fix typo and test git commit access. NFC."

2020-06-28 Thread via cfe-commits
Author: lh123 Date: 2020-06-27T18:58:03+08:00 New Revision: 43e3c39327f9c32bea73b2629b718e9f5fd678d1 URL: https://github.com/llvm/llvm-project/commit/43e3c39327f9c32bea73b2629b718e9f5fd678d1 DIFF: https://github.com/llvm/llvm-project/commit/43e3c39327f9c32bea73b2629b718e9f5fd678d1.diff LOG: Re

[clang] eb50838 - [clang-format] [PR462254] fix indentation of default and break correctly in whitesmiths style

2020-06-28 Thread via cfe-commits
Author: mydeveloperday Date: 2020-06-27T11:35:22+01:00 New Revision: eb50838ba08d4149182828b96956a57ec6f5f658 URL: https://github.com/llvm/llvm-project/commit/eb50838ba08d4149182828b96956a57ec6f5f658 DIFF: https://github.com/llvm/llvm-project/commit/eb50838ba08d4149182828b96956a57ec6f5f658.diff

[clang] a43b99a - [clang-format] NFC 1% improvement in the overall clang-formatted status

2020-06-28 Thread via cfe-commits
Author: mydeveloperday Date: 2020-06-27T12:18:23+01:00 New Revision: a43b99a1e38e2beffb68a6db93f216f511e7fd41 URL: https://github.com/llvm/llvm-project/commit/a43b99a1e38e2beffb68a6db93f216f511e7fd41 DIFF: https://github.com/llvm/llvm-project/commit/a43b99a1e38e2beffb68a6db93f216f511e7fd41.diff

[clang] 8cc722f - [NFC] Fixed ignored .hip test.

2020-06-29 Thread via cfe-commits
Author: dfukalov Date: 2020-06-29T18:57:14+03:00 New Revision: 8cc722ffc749b83fcd9f55264ee359ff41cb0ac8 URL: https://github.com/llvm/llvm-project/commit/8cc722ffc749b83fcd9f55264ee359ff41cb0ac8 DIFF: https://github.com/llvm/llvm-project/commit/8cc722ffc749b83fcd9f55264ee359ff41cb0ac8.diff LOG:

[clang-tools-extra] 84ced55 - [clangd] Remove redundant `findRefs` calls. NFC.

2020-06-30 Thread via cfe-commits
Author: lh123 Date: 2020-06-30T18:10:52+08:00 New Revision: 84ced55d9b7bade7c9db39f3bcebc6af333dc325 URL: https://github.com/llvm/llvm-project/commit/84ced55d9b7bade7c9db39f3bcebc6af333dc325 DIFF: https://github.com/llvm/llvm-project/commit/84ced55d9b7bade7c9db39f3bcebc6af333dc325.diff LOG: [c

[clang] 05c4794 - Make it possible for client code to consume CLANG_LINK_CLANG_DYLIB

2020-06-30 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-06-30T15:13:53+02:00 New Revision: 05c479491c1d3236cae4eccaa3fcd2794598522c URL: https://github.com/llvm/llvm-project/commit/05c479491c1d3236cae4eccaa3fcd2794598522c DIFF: https://github.com/llvm/llvm-project/commit/05c479491c1d3236cae4eccaa3fcd2794598522c.d

[clang] ecae672 - [ASTImporter] Fix AST import crash for a friend decl

2020-06-30 Thread via cfe-commits
Author: Vince Bridgers Date: 2020-06-30T15:57:01-05:00 New Revision: ecae672ac2ac42bc15bdc794cc56ddccadec9e4f URL: https://github.com/llvm/llvm-project/commit/ecae672ac2ac42bc15bdc794cc56ddccadec9e4f DIFF: https://github.com/llvm/llvm-project/commit/ecae672ac2ac42bc15bdc794cc56ddccadec9e4f.diff

[clang] 83fae3f - [CodeComplete] Add code completion after function equals

2020-06-30 Thread via cfe-commits
Author: lh123 Date: 2020-07-01T12:51:25+08:00 New Revision: 83fae3f762699655a4329fe3cf6fd3e2a2617559 URL: https://github.com/llvm/llvm-project/commit/83fae3f762699655a4329fe3cf6fd3e2a2617559 DIFF: https://github.com/llvm/llvm-project/commit/83fae3f762699655a4329fe3cf6fd3e2a2617559.diff LOG: [C

[clang] 86478d3 - [MC][ELF] Put explicit section name symbols into entry size compatible sections

2020-04-16 Thread via cfe-commits
Author: bd1976llvm Date: 2020-04-16T19:12:49Z New Revision: 86478d3de91a81978c2c310fda13f04541cd3b23 URL: https://github.com/llvm/llvm-project/commit/86478d3de91a81978c2c310fda13f04541cd3b23 DIFF: https://github.com/llvm/llvm-project/commit/86478d3de91a81978c2c310fda13f04541cd3b23.diff LOG: [M

[clang] 3a53806 - Add extension links for VSCode

2020-04-23 Thread via cfe-commits
Author: Kumar Harsh Date: 2020-04-23T14:56:36+02:00 New Revision: 3a5380618e8284efd513228036ca98e550ea0abf URL: https://github.com/llvm/llvm-project/commit/3a5380618e8284efd513228036ca98e550ea0abf DIFF: https://github.com/llvm/llvm-project/commit/3a5380618e8284efd513228036ca98e550ea0abf.diff L

[clang] def7c7f - [ASTImporter] Fix handling of not defined FromRecord in ImportContext(...)

2020-04-23 Thread via cfe-commits
Author: shafik Date: 2020-04-23T15:18:48-07:00 New Revision: def7c7f6020530ef2deb64f786d28775b5d0e47f URL: https://github.com/llvm/llvm-project/commit/def7c7f6020530ef2deb64f786d28775b5d0e47f DIFF: https://github.com/llvm/llvm-project/commit/def7c7f6020530ef2deb64f786d28775b5d0e47f.diff LOG: [

[clang] 8f766e3 - Update compiler extension integration into the build system

2020-04-24 Thread via cfe-commits
Author: serge-sans-paille Date: 2020-04-24T09:40:14+02:00 New Revision: 8f766e382b77eef3102798b49e087d1e4804b984 URL: https://github.com/llvm/llvm-project/commit/8f766e382b77eef3102798b49e087d1e4804b984 DIFF: https://github.com/llvm/llvm-project/commit/8f766e382b77eef3102798b49e087d1e4804b984.d

[clang] f594e3d - [clang-format] NFC clang-format the clang-format sources

2020-04-27 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-27T20:41:37+01:00 New Revision: f594e3d2ab92fc4e00359d017a7ea3c8deb771ce URL: https://github.com/llvm/llvm-project/commit/f594e3d2ab92fc4e00359d017a7ea3c8deb771ce DIFF: https://github.com/llvm/llvm-project/commit/f594e3d2ab92fc4e00359d017a7ea3c8deb771ce.diff

[clang] 0fa7e4a - [clang-format] NFC Correct clang-format headers file so documentation can be once again autogenerated

2020-04-30 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-30T10:50:29+01:00 New Revision: 0fa7e4adcafb35126f87fb3a45f6f668c994c3e7 URL: https://github.com/llvm/llvm-project/commit/0fa7e4adcafb35126f87fb3a45f6f668c994c3e7 DIFF: https://github.com/llvm/llvm-project/commit/0fa7e4adcafb35126f87fb3a45f6f668c994c3e7.diff

[clang] b01dca5 - [clang-format] [PR45357] Fix issue found with operator spacing

2020-04-30 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-30T10:55:59+01:00 New Revision: b01dca50085768f1f1a5ad21a685906d48c38816 URL: https://github.com/llvm/llvm-project/commit/b01dca50085768f1f1a5ad21a685906d48c38816 DIFF: https://github.com/llvm/llvm-project/commit/b01dca50085768f1f1a5ad21a685906d48c38816.diff

[clang] 14198cc - [clang-format] Fix lambda with ellipsis in return type

2020-04-30 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-30T11:02:42+01:00 New Revision: 14198ccfb3837a2972d39ac446454ca5f175838c URL: https://github.com/llvm/llvm-project/commit/14198ccfb3837a2972d39ac446454ca5f175838c DIFF: https://github.com/llvm/llvm-project/commit/14198ccfb3837a2972d39ac446454ca5f175838c.diff

[clang] 5733226 - [clang-format] Correct the AfterControlStatement configuration option output style

2020-04-30 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-30T11:05:02+01:00 New Revision: 573322694ad332c1cf3e7b27afe002fd46f561f7 URL: https://github.com/llvm/llvm-project/commit/573322694ad332c1cf3e7b27afe002fd46f561f7 DIFF: https://github.com/llvm/llvm-project/commit/573322694ad332c1cf3e7b27afe002fd46f561f7.diff

[clang] a8b8bd0 - [clang-format] Fix a bug causing BeforeLambdaBody to affect brace initialiser formatting

2020-04-30 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-30T11:11:34+01:00 New Revision: a8b8bd0f8d55856858236b36c508eb1d1f4bb6f1 URL: https://github.com/llvm/llvm-project/commit/a8b8bd0f8d55856858236b36c508eb1d1f4bb6f1 DIFF: https://github.com/llvm/llvm-project/commit/a8b8bd0f8d55856858236b36c508eb1d1f4bb6f1.diff

[clang] e0c3565 - [NFC][clang] Replace raw new/delete with unique_ptr to store ABIInfo in TargetCodeGenInfo

2020-04-30 Thread via cfe-commits
Author: jasonliu Date: 2020-04-30T12:31:50Z New Revision: e0c356582d2fc32ac3f70580b07bcf809d46a0b8 URL: https://github.com/llvm/llvm-project/commit/e0c356582d2fc32ac3f70580b07bcf809d46a0b8 DIFF: https://github.com/llvm/llvm-project/commit/e0c356582d2fc32ac3f70580b07bcf809d46a0b8.diff LOG: [NFC

[clang] 511868d - [clang-format] [PR45626] SpacesInAngles does not insert or preserve leading space before :: operator

2020-04-30 Thread via cfe-commits
Author: mydeveloperday Date: 2020-04-30T21:47:19+01:00 New Revision: 511868dcf3b9d4fdeb817763165b9a830e9ab9a1 URL: https://github.com/llvm/llvm-project/commit/511868dcf3b9d4fdeb817763165b9a830e9ab9a1 DIFF: https://github.com/llvm/llvm-project/commit/511868dcf3b9d4fdeb817763165b9a830e9ab9a1.diff

[clang] ece7e95 - [clang-format] NFC - clang-format the FormatTests

2020-05-02 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-02T15:42:20+01:00 New Revision: ece7e95f02cdcdf9fa7c6fdfbf6db92e4cc0c87e URL: https://github.com/llvm/llvm-project/commit/ece7e95f02cdcdf9fa7c6fdfbf6db92e4cc0c87e DIFF: https://github.com/llvm/llvm-project/commit/ece7e95f02cdcdf9fa7c6fdfbf6db92e4cc0c87e.diff

[clang] 9e194a3 - [sema] NFC Unable to build Sema library with MSVC Debug target due to missing /bigobj

2020-05-02 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-02T19:34:58+01:00 New Revision: 9e194a3b9356c6ef0498609c1779043d1b6bb9e1 URL: https://github.com/llvm/llvm-project/commit/9e194a3b9356c6ef0498609c1779043d1b6bb9e1 DIFF: https://github.com/llvm/llvm-project/commit/9e194a3b9356c6ef0498609c1779043d1b6bb9e1.diff

[libunwind] 46591b9 - [libunwind] Add -Wno-suggest-override to CMakeLists.txt.

2020-07-31 Thread via cfe-commits
Author: kristina Date: 2020-07-31T19:04:13+01:00 New Revision: 46591b95362325d262ca29ce13e7b5ddda624bc8 URL: https://github.com/llvm/llvm-project/commit/46591b95362325d262ca29ce13e7b5ddda624bc8 DIFF: https://github.com/llvm/llvm-project/commit/46591b95362325d262ca29ce13e7b5ddda624bc8.diff LOG:

[clang] cce1b0e - [PowerPC] Implement Vector Extract Low/High Order Builtins in LLVM/Clang

2020-08-06 Thread via cfe-commits
Author: biplmish Date: 2020-08-07T01:02:29-05:00 New Revision: cce1b0e8919e9b0036f5debe60865575520df1c7 URL: https://github.com/llvm/llvm-project/commit/cce1b0e8919e9b0036f5debe60865575520df1c7 DIFF: https://github.com/llvm/llvm-project/commit/cce1b0e8919e9b0036f5debe60865575520df1c7.diff LOG:

[clang] 351aac0 - [Sema] Add casting check for fixed to fixed point conversions

2020-08-07 Thread via cfe-commits
Author: Vince Bridgers Date: 2020-08-07T07:58:53-05:00 New Revision: 351aac09854399dfb3abb581ef1762a9cd2e4991 URL: https://github.com/llvm/llvm-project/commit/351aac09854399dfb3abb581ef1762a9cd2e4991 DIFF: https://github.com/llvm/llvm-project/commit/351aac09854399dfb3abb581ef1762a9cd2e4991.diff

[clang] 3adc9ae - [OpenMP 5.0] Fix PR-45212: Shouldn't error out while using overloaded operator for map clause

2020-08-07 Thread via cfe-commits
Author: cchen Date: 2020-08-07T18:07:48-05:00 New Revision: 3adc9aeb250cb9a9d4e5abf7ee5752e142ffe9b8 URL: https://github.com/llvm/llvm-project/commit/3adc9aeb250cb9a9d4e5abf7ee5752e142ffe9b8 DIFF: https://github.com/llvm/llvm-project/commit/3adc9aeb250cb9a9d4e5abf7ee5752e142ffe9b8.diff LOG: [O

[clang-tools-extra] caac40f - [clang-tools-extra] Added missing comma

2020-08-14 Thread via cfe-commits
Author: zacharyselk Date: 2020-08-14T12:27:30-06:00 New Revision: caac40fa5a6158aad93a20eb9aae82513fc5a368 URL: https://github.com/llvm/llvm-project/commit/caac40fa5a6158aad93a20eb9aae82513fc5a368 DIFF: https://github.com/llvm/llvm-project/commit/caac40fa5a6158aad93a20eb9aae82513fc5a368.diff L

[clang] ca77ab4 - Disable use of _ExtInt with '__atomic' builtins

2020-08-18 Thread via cfe-commits
Author: Mott, Jeffrey T Date: 2020-08-18T09:17:26-07:00 New Revision: ca77ab494aa29f7521ff797d230cd1b36cbe4e62 URL: https://github.com/llvm/llvm-project/commit/ca77ab494aa29f7521ff797d230cd1b36cbe4e62 DIFF: https://github.com/llvm/llvm-project/commit/ca77ab494aa29f7521ff797d230cd1b36cbe4e62.dif

[clang] cb78376 - Test commit. Modified comment to add a period at the end.

2020-05-04 Thread via cfe-commits
Author: Zarko Date: 2020-05-04T13:06:21-04:00 New Revision: cb7837643389d5f314cc27cbcb7863daeee8ec84 URL: https://github.com/llvm/llvm-project/commit/cb7837643389d5f314cc27cbcb7863daeee8ec84 DIFF: https://github.com/llvm/llvm-project/commit/cb7837643389d5f314cc27cbcb7863daeee8ec84.diff LOG: Te

[clang] 305a4ab - [clang-format] [PR45126] Help text is missing all available formats

2020-05-07 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-07T19:50:21+01:00 New Revision: 305a4abfd3a1e3f4e5c8d98136f88f54b761b011 URL: https://github.com/llvm/llvm-project/commit/305a4abfd3a1e3f4e5c8d98136f88f54b761b011 DIFF: https://github.com/llvm/llvm-project/commit/305a4abfd3a1e3f4e5c8d98136f88f54b761b011.diff

[clang] 3125aa9 - [clang-format] ensure dump_format_style.py works with Python3 correctly

2020-05-07 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-07T19:52:12+01:00 New Revision: 3125aa99593db9fe17c825fd5984b333bb86437f URL: https://github.com/llvm/llvm-project/commit/3125aa99593db9fe17c825fd5984b333bb86437f DIFF: https://github.com/llvm/llvm-project/commit/3125aa99593db9fe17c825fd5984b333bb86437f.diff

[clang] 5b8ffb4 - [clang-format] [PR45791] BeforeLambdaBody is confused by comment inside lambda

2020-05-07 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-07T19:53:56+01:00 New Revision: 5b8ffb414200aa65ab26b16415a98a63d81c14ca URL: https://github.com/llvm/llvm-project/commit/5b8ffb414200aa65ab26b16415a98a63d81c14ca DIFF: https://github.com/llvm/llvm-project/commit/5b8ffb414200aa65ab26b16415a98a63d81c14ca.diff

[clang] 5a4ddbd - [clang-format] [PR45639] clang-format splits up the brackets of C++17 attribute [[ ]] when used with the first parameter

2020-05-07 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-07T22:00:04+01:00 New Revision: 5a4ddbd69db2b0e09398214510501d0e59a0c30b URL: https://github.com/llvm/llvm-project/commit/5a4ddbd69db2b0e09398214510501d0e59a0c30b DIFF: https://github.com/llvm/llvm-project/commit/5a4ddbd69db2b0e09398214510501d0e59a0c30b.diff

[clang] 4ae537c - Fix false positive with -Wnon-c-typedef-for-linkage

2020-05-07 Thread via cfe-commits
Author: Weverything Date: 2020-05-07T19:20:08-07:00 New Revision: 4ae537c2220f5064fdc914348dabe70eb10eef85 URL: https://github.com/llvm/llvm-project/commit/4ae537c2220f5064fdc914348dabe70eb10eef85 DIFF: https://github.com/llvm/llvm-project/commit/4ae537c2220f5064fdc914348dabe70eb10eef85.diff L

[clang] 31fd12a - [clang-format] [PR34574] Handle [[nodiscard]] attribute in class declaration

2020-05-09 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-09T11:27:23+01:00 New Revision: 31fd12aa09563d8402b1aefceaa2311b680e138c URL: https://github.com/llvm/llvm-project/commit/31fd12aa09563d8402b1aefceaa2311b680e138c DIFF: https://github.com/llvm/llvm-project/commit/31fd12aa09563d8402b1aefceaa2311b680e138c.diff

[clang] b2eb439 - [clang-format] Fix AlignConsecutive on PP blocks

2020-05-13 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-13T18:31:51+01:00 New Revision: b2eb439317576ce718193763c12bff9fccdfc166 URL: https://github.com/llvm/llvm-project/commit/b2eb439317576ce718193763c12bff9fccdfc166 DIFF: https://github.com/llvm/llvm-project/commit/b2eb439317576ce718193763c12bff9fccdfc166.diff

[clang] c82243d - [clang-format] : Fix additional pointer alignment for overloaded operators

2020-05-13 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-13T18:33:57+01:00 New Revision: c82243d0675bad130d22a9301d3dc1e7cfb05c2f URL: https://github.com/llvm/llvm-project/commit/c82243d0675bad130d22a9301d3dc1e7cfb05c2f DIFF: https://github.com/llvm/llvm-project/commit/c82243d0675bad130d22a9301d3dc1e7cfb05c2f.diff

[clang] e8ea35e - [clang-format] [PR44345] Long namespace closing comment is duplicated endlessly

2020-05-15 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-15T21:00:55+01:00 New Revision: e8ea35e63f50486fe497d8565abb8cd5b2820a96 URL: https://github.com/llvm/llvm-project/commit/e8ea35e63f50486fe497d8565abb8cd5b2820a96 DIFF: https://github.com/llvm/llvm-project/commit/e8ea35e63f50486fe497d8565abb8cd5b2820a96.diff

[clang] 49c9a68 - The release notes for ObjCBreakBeforeNestedBlockParam was placed between the release note for IndentCaseBlocks and its example code

2020-05-16 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-16T18:52:13+01:00 New Revision: 49c9a68d7fc62aabdf4d625fcb2954555496772b URL: https://github.com/llvm/llvm-project/commit/49c9a68d7fc62aabdf4d625fcb2954555496772b DIFF: https://github.com/llvm/llvm-project/commit/49c9a68d7fc62aabdf4d625fcb2954555496772b.diff

[clang] 7f5d91d - [clang][AIX] Implement ABIInfo and TargetCodeGenInfo for AIX

2020-05-19 Thread via cfe-commits
Author: jasonliu Date: 2020-05-19T15:00:48Z New Revision: 7f5d91d3ffedf89823f36a5eba5ec586bc885545 URL: https://github.com/llvm/llvm-project/commit/7f5d91d3ffedf89823f36a5eba5ec586bc885545 DIFF: https://github.com/llvm/llvm-project/commit/7f5d91d3ffedf89823f36a5eba5ec586bc885545.diff LOG: [cla

[clang] 6189dd0 - [clang-format] [PR45942] [[nodiscard]] causes && to be miss interpreted as BinaryOperators

2020-05-19 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-19T16:41:50+01:00 New Revision: 6189dd06ad4889dfbccf185f9d81e72fe9173a8a URL: https://github.com/llvm/llvm-project/commit/6189dd06ad4889dfbccf185f9d81e72fe9173a8a DIFF: https://github.com/llvm/llvm-project/commit/6189dd06ad4889dfbccf185f9d81e72fe9173a8a.diff

[clang] 07740dd - [clang-format] [PR44476] Add space between template and attribute

2020-05-19 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-19T16:43:50+01:00 New Revision: 07740dd08b572af26d9fdeed2615f3a6996bee22 URL: https://github.com/llvm/llvm-project/commit/07740dd08b572af26d9fdeed2615f3a6996bee22 DIFF: https://github.com/llvm/llvm-project/commit/07740dd08b572af26d9fdeed2615f3a6996bee22.diff

[clang] 575c59c - [clang-format] [PR45614] Incorrectly indents [[nodiscard]] attribute funtions after a macro without semicolon

2020-05-19 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-19T16:47:38+01:00 New Revision: 575c59cf6a32889c5f1131af39e07bbdde27e8da URL: https://github.com/llvm/llvm-project/commit/575c59cf6a32889c5f1131af39e07bbdde27e8da DIFF: https://github.com/llvm/llvm-project/commit/575c59cf6a32889c5f1131af39e07bbdde27e8da.diff

[clang] 5d82cb3 - [clang-format] @lefticus just taught the world how to use [[unlikely]] but we forgot to teach clang-format

2020-05-19 Thread via cfe-commits
Author: mydeveloperday Date: 2020-05-19T16:50:24+01:00 New Revision: 5d82cb3c3a6af8d12b87bcbdc6abd3b7f4b01652 URL: https://github.com/llvm/llvm-project/commit/5d82cb3c3a6af8d12b87bcbdc6abd3b7f4b01652 DIFF: https://github.com/llvm/llvm-project/commit/5d82cb3c3a6af8d12b87bcbdc6abd3b7f4b01652.diff

r319011 - [OpenCL] Add extensions cl_intel_subgroups and cl_intel_subgroups_short

2017-11-27 Thread via cfe-commits
Author: AlexeySotkin Date: Mon Nov 27 01:14:17 2017 New Revision: 319011 URL: http://llvm.org/viewvc/llvm-project?rev=319011&view=rev Log: [OpenCL] Add extensions cl_intel_subgroups and cl_intel_subgroups_short Reviewers: yaxunl, Anastasia, bader Reviewed By: Anastasia, bader Subscribers: cfe-c

[clang] 44a06b5 - [clang-format] Rework removeBraces() in Format.cpp

2022-08-27 Thread via cfe-commits
Author: owenca Date: 2022-08-27T14:10:24-07:00 New Revision: 44a06b51b2ce2c75ec327902b7ddd1172e54bc8f URL: https://github.com/llvm/llvm-project/commit/44a06b51b2ce2c75ec327902b7ddd1172e54bc8f DIFF: https://github.com/llvm/llvm-project/commit/44a06b51b2ce2c75ec327902b7ddd1172e54bc8f.diff LOG: [

[clang] f4feb7d - [NFC] Fix typo

2022-08-28 Thread via cfe-commits
Author: Sheng Date: 2022-08-28T15:16:34+08:00 New Revision: f4feb7dd6ae42e3a50cbe25a71c7f69f1f1acb69 URL: https://github.com/llvm/llvm-project/commit/f4feb7dd6ae42e3a50cbe25a71c7f69f1f1acb69 DIFF: https://github.com/llvm/llvm-project/commit/f4feb7dd6ae42e3a50cbe25a71c7f69f1f1acb69.diff LOG: [N

[clang] f00f2b3 - [clang-format] Fix a bug in removing braces for the LLVM style

2022-08-28 Thread via cfe-commits
Author: owenca Date: 2022-08-28T14:22:31-07:00 New Revision: f00f2b3e8d406c503902117669297b99c40207b6 URL: https://github.com/llvm/llvm-project/commit/f00f2b3e8d406c503902117669297b99c40207b6 DIFF: https://github.com/llvm/llvm-project/commit/f00f2b3e8d406c503902117669297b99c40207b6.diff LOG: [

[clang] dcfd627 - [NFC][clang-format] Fix typo

2022-08-28 Thread via cfe-commits
Author: Sheng Date: 2022-08-29T09:34:05+08:00 New Revision: dcfd6273a9993c2ab2c62d665429a0a7b7e3f1f8 URL: https://github.com/llvm/llvm-project/commit/dcfd6273a9993c2ab2c62d665429a0a7b7e3f1f8 DIFF: https://github.com/llvm/llvm-project/commit/dcfd6273a9993c2ab2c62d665429a0a7b7e3f1f8.diff LOG: [N

[clang-tools-extra] 7df0f0b - [clang-tidy] Fixing a bug in `InfiniteLoopCheck` that raises false alarms on finite loops

2022-08-29 Thread via cfe-commits
Author: ziqingluo-90 Date: 2022-08-29T11:18:44-07:00 New Revision: 7df0f0b410674437f0b56262043e22b177709161 URL: https://github.com/llvm/llvm-project/commit/7df0f0b410674437f0b56262043e22b177709161 DIFF: https://github.com/llvm/llvm-project/commit/7df0f0b410674437f0b56262043e22b177709161.diff

[clang] 31dd025 - [clang] Fix -Warray-bound interaction with -fstrict-flex-arrays=1

2022-08-30 Thread via cfe-commits
Author: serge-sans-paille Date: 2022-08-30T14:49:37+02:00 New Revision: 31dd0255aeaab7f2270abd0454e835842cfdcbb0 URL: https://github.com/llvm/llvm-project/commit/31dd0255aeaab7f2270abd0454e835842cfdcbb0 DIFF: https://github.com/llvm/llvm-project/commit/31dd0255aeaab7f2270abd0454e835842cfdcbb0.d

[clang] fafa48e - [AIX][clang][driver] Check the command string to the linker for exportlist opts

2022-08-30 Thread via cfe-commits
Author: zhijian Date: 2022-08-30T10:38:38-04:00 New Revision: fafa48e7b51899f0fda80b0962679d57a1f58169 URL: https://github.com/llvm/llvm-project/commit/fafa48e7b51899f0fda80b0962679d57a1f58169 DIFF: https://github.com/llvm/llvm-project/commit/fafa48e7b51899f0fda80b0962679d57a1f58169.diff LOG:

[clang-tools-extra] cd40245 - [clang-tidy] Fix false positive on ArrayInitIndexExpr inside ProBoundsConstantArrayIndexCheck

2022-08-30 Thread via cfe-commits
Author: isuckatcs Date: 2022-08-30T20:27:38+02:00 New Revision: cd40245f549b8bd7a5b6571c2eb6a882ce59acc9 URL: https://github.com/llvm/llvm-project/commit/cd40245f549b8bd7a5b6571c2eb6a882ce59acc9 DIFF: https://github.com/llvm/llvm-project/commit/cd40245f549b8bd7a5b6571c2eb6a882ce59acc9.diff LOG

[clang] bc10ab8 - [clang-format] Fix a bug in inserting braces at trailing comments

2022-08-30 Thread via cfe-commits
Author: owenca Date: 2022-08-30T22:50:36-07:00 New Revision: bc10ab8da1b511e794fbed2396c60c87e2e05ef2 URL: https://github.com/llvm/llvm-project/commit/bc10ab8da1b511e794fbed2396c60c87e2e05ef2 DIFF: https://github.com/llvm/llvm-project/commit/bc10ab8da1b511e794fbed2396c60c87e2e05ef2.diff LOG: [

<    1   2   3   4   5   6   7   8   9   10   >