[clang] 90bd723 - Add support of the next Ubuntu (Ubuntu 24.10 - Oracular Oriol)

2024-05-02 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2024-05-02T22:55:14+02:00 New Revision: 90bd7234e36e5b3d63155f481b739ea463985631 URL: https://github.com/llvm/llvm-project/commit/90bd7234e36e5b3d63155f481b739ea463985631 DIFF:

[clang] [Clang] Improve support for expression messages in `static_assert` (PR #73234)

2023-11-28 Thread Sylvestre Ledru via cfe-commits
sylvestre wrote: Merci à toi :) https://github.com/llvm/llvm-project/pull/73234 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Improve support for expression messages in `static_assert` (PR #73234)

2023-11-28 Thread Sylvestre Ledru via cfe-commits
sylvestre wrote: Seems it caused: https://github.com/llvm/llvm-project/issues/73628 https://github.com/llvm/llvm-project/pull/73234 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 6266b96 - Add support of the next Ubuntu (Ubuntu 24.04 - Noble Numbat)

2023-11-01 Thread Sylvestre Ledru via cfe-commits
Author: Graham Inggs Date: 2023-11-01T21:01:19+01:00 New Revision: 6266b964202336a02f40007928719e060bc81694 URL: https://github.com/llvm/llvm-project/commit/6266b964202336a02f40007928719e060bc81694 DIFF: https://github.com/llvm/llvm-project/commit/6266b964202336a02f40007928719e060bc81694.diff

[clang] 0517a9c - clang/Debian: add Debian Trixie now that it is in unstable

2023-07-21 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2023-07-21T18:23:14+02:00 New Revision: 0517a9cae90fafbc36267a81df40ce4eef73eb30 URL: https://github.com/llvm/llvm-project/commit/0517a9cae90fafbc36267a81df40ce4eef73eb30 DIFF:

[clang] 443f490 - Revert "[CUDA][HIP] Use the same default language std as C++"

2023-07-20 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2023-07-20T10:54:54+02:00 New Revision: 443f490b6aac4af28500f4b09b68a13260f4fba9 URL: https://github.com/llvm/llvm-project/commit/443f490b6aac4af28500f4b09b68a13260f4fba9 DIFF:

[clang] ddfb974 - Add support of the next Ubuntu (Ubuntu 23.10 - Mantic Minotaur)

2023-05-10 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2023-05-10T16:31:53+02:00 New Revision: ddfb974d0fca62e3eaeb98b79b5e29738c9082d2 URL: https://github.com/llvm/llvm-project/commit/ddfb974d0fca62e3eaeb98b79b5e29738c9082d2 DIFF:

[clang] d1829c3 - Add support of the next Ubuntu (Ubuntu 23.04 - Lunar Lobster)

2022-11-05 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2022-11-05T22:35:54+01:00 New Revision: d1829c308da9c2adc46640a960c105b573db6555 URL: https://github.com/llvm/llvm-project/commit/d1829c308da9c2adc46640a960c105b573db6555 DIFF:

[clang-tools-extra] b814d85 - Update links to googletest documentation

2022-10-21 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2022-10-21T13:55:44+02:00 New Revision: b814d85e5b9d8acd146cef59141b2764107b3df9 URL: https://github.com/llvm/llvm-project/commit/b814d85e5b9d8acd146cef59141b2764107b3df9 DIFF:

[clang] cd20a18 - Revert "[clang, llvm] Add __declspec(safebuffers), support it in CodeView"

2022-09-13 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2022-09-13T10:53:59+02:00 New Revision: cd20a1828605887699579789b5433111d5bc0319 URL: https://github.com/llvm/llvm-project/commit/cd20a1828605887699579789b5433111d5bc0319 DIFF:

[clang] 8f555a5 - [cmake] Fix tablegen exports

2022-08-16 Thread Sylvestre Ledru via cfe-commits
Author: Nikita Popov Date: 2022-08-16T14:17:23+02:00 New Revision: 8f555a52e033ceec4c4508eb800c9a186acec87f URL: https://github.com/llvm/llvm-project/commit/8f555a52e033ceec4c4508eb800c9a186acec87f DIFF: https://github.com/llvm/llvm-project/commit/8f555a52e033ceec4c4508eb800c9a186acec87f.diff

[clang-tools-extra] 556c422 - clang-tidy doc: fix some typos

2022-08-01 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2022-08-01T18:57:36+02:00 New Revision: 556c422de1c3b0623e83c85b36a43dd743660fb1 URL: https://github.com/llvm/llvm-project/commit/556c422de1c3b0623e83c85b36a43dd743660fb1 DIFF:

[clang-tools-extra] 37047a2 - misc-const-correctness: fix the link to readability-isolate-declaration

2022-08-01 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2022-08-01T18:52:53+02:00 New Revision: 37047a26731a6731c949682e159fe40786e6d711 URL: https://github.com/llvm/llvm-project/commit/37047a26731a6731c949682e159fe40786e6d711 DIFF:

[clang] 6f4dc5d - Add support of the next Ubuntu (Ubuntu 22.10 - Kinetic Kudu)

2022-05-23 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2022-05-23T13:49:34+02:00 New Revision: 6f4dc5dae60598e71c8211b0c1a705474b0a223f URL: https://github.com/llvm/llvm-project/commit/6f4dc5dae60598e71c8211b0c1a705474b0a223f DIFF:

[clang] a020006 - Add support of the next Debian (Debian 13 - Trixie)

2022-05-23 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2022-05-23T13:47:13+02:00 New Revision: a02000611a8fc4843f7a3077d8bb4840ef08de8b URL: https://github.com/llvm/llvm-project/commit/a02000611a8fc4843f7a3077d8bb4840ef08de8b DIFF:

[clang] f2c2e92 - Fix a typo (occured => occurred)

2022-02-08 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2022-02-08T21:35:26+01:00 New Revision: f2c2e924e73a76562b7cc6d8fd96df5b177eaf18 URL: https://github.com/llvm/llvm-project/commit/f2c2e924e73a76562b7cc6d8fd96df5b177eaf18 DIFF:

[clang] b4bb622 - Also document -arch as -arch is mac specific

2022-02-02 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2022-02-02T16:23:23+01:00 New Revision: b4bb622fc94a051dd9452930b5f79af688fc101b URL: https://github.com/llvm/llvm-project/commit/b4bb622fc94a051dd9452930b5f79af688fc101b DIFF:

[clang] fd71493 - Add missing namespace to PPCLinux.cpp

2022-01-27 Thread Sylvestre Ledru via cfe-commits
Author: Mike Hommey Date: 2022-01-27T09:26:46+01:00 New Revision: fd71493ff0602d7d81763263df2f2074fe0db094 URL: https://github.com/llvm/llvm-project/commit/fd71493ff0602d7d81763263df2f2074fe0db094 DIFF: https://github.com/llvm/llvm-project/commit/fd71493ff0602d7d81763263df2f2074fe0db094.diff

[clang-tools-extra] d96f92f - fix typos in comments

2021-11-29 Thread Sylvestre Ledru via cfe-commits
Author: Zhuo Zhang Date: 2021-11-29T14:06:33+01:00 New Revision: d96f92ff16edab72cf78811673f02371f07a5a70 URL: https://github.com/llvm/llvm-project/commit/d96f92ff16edab72cf78811673f02371f07a5a70 DIFF: https://github.com/llvm/llvm-project/commit/d96f92ff16edab72cf78811673f02371f07a5a70.diff

[clang] a709787 - Add support of the next Ubuntu (Ubuntu 22.04 - Jammy Jellyfish)

2021-10-23 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-10-23T23:55:50+02:00 New Revision: a709787cd988aaca847995bd08cc9348c9c6c956 URL: https://github.com/llvm/llvm-project/commit/a709787cd988aaca847995bd08cc9348c9c6c956 DIFF:

[clang] fd5e3f3 - Replace references to Makefile.sphinx

2021-10-22 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-10-22T15:32:12+02:00 New Revision: fd5e3f36f2186855966978c0e11b716277eee387 URL: https://github.com/llvm/llvm-project/commit/fd5e3f36f2186855966978c0e11b716277eee387 DIFF:

[clang] cbf778a - Remove also Block-ABI-Apple.txt from the Makefile

2021-10-18 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-10-18T14:56:23+02:00 New Revision: cbf778a592fa5ee7c2bdd3d3ee7b468da2a7c9e6 URL: https://github.com/llvm/llvm-project/commit/cbf778a592fa5ee7c2bdd3d3ee7b468da2a7c9e6 DIFF:

[clang] b07ea8a - clang release notes: improve the wording

2021-10-10 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-10-10T22:26:11+02:00 New Revision: b07ea8a967c5e77b42eeac9307fa006b7df87ca4 URL: https://github.com/llvm/llvm-project/commit/b07ea8a967c5e77b42eeac9307fa006b7df87ca4 DIFF:

[clang] 9c8f950 - clang release notes: document the -Wbool-operation improvement

2021-10-10 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-10-10T21:28:40+02:00 New Revision: 9c8f950a04004736bddb5093eda15f9a1c4f2eea URL: https://github.com/llvm/llvm-project/commit/9c8f950a04004736bddb5093eda15f9a1c4f2eea DIFF:

[clang] eccd477 - Add CMAKE_BUILD_TYPE to the list of BOOTSTRAP_DEFAULT_PASSTHROUGH variables

2021-09-21 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-09-21T10:44:08+02:00 New Revision: eccd477ce312c54e317876ca714c661325f3e318 URL: https://github.com/llvm/llvm-project/commit/eccd477ce312c54e317876ca714c661325f3e318 DIFF:

[clang] fe611b1 - [clang] Move the soname declaration in a variable at the top of the file

2021-08-27 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-08-27T09:07:12+02:00 New Revision: fe611b1da84b9442c093739394d336af9e99c1a1 URL: https://github.com/llvm/llvm-project/commit/fe611b1da84b9442c093739394d336af9e99c1a1 DIFF:

[clang] 70b06fe - scan-build-py: Force the opening in utf-8

2021-08-17 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-08-17T19:19:39+02:00 New Revision: 70b06fe8a1862f5b9a0ef4e5e9098c1e457cf275 URL: https://github.com/llvm/llvm-project/commit/70b06fe8a1862f5b9a0ef4e5e9098c1e457cf275 DIFF:

[clang] b8d451d - Add support of the future Debian (Debian 12 - Bookworm)

2021-08-16 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-08-16T09:11:31+02:00 New Revision: b8d451da8610f0dd3ab55289606d7f2973e708d6 URL: https://github.com/llvm/llvm-project/commit/b8d451da8610f0dd3ab55289606d7f2973e708d6 DIFF:

[clang-tools-extra] f6ba035 - [clang-tidy] ensure run-clang-tidy reports children killed by signals

2021-07-19 Thread Sylvestre Ledru via cfe-commits
Author: Ian Campbell Date: 2021-07-19T14:18:26+02:00 New Revision: f6ba03584b3ce5dab45d8c1fe84e89d4d668574d URL: https://github.com/llvm/llvm-project/commit/f6ba03584b3ce5dab45d8c1fe84e89d4d668574d DIFF: https://github.com/llvm/llvm-project/commit/f6ba03584b3ce5dab45d8c1fe84e89d4d668574d.diff

[clang] d71ee39 - Add support of the next Ubuntu (Ubuntu 21.10 - Impish Idri)

2021-04-22 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-04-22T20:38:28+02:00 New Revision: d71ee3993fe7decab00c3083438e13f81bd49f02 URL: https://github.com/llvm/llvm-project/commit/d71ee3993fe7decab00c3083438e13f81bd49f02 DIFF:

[clang] 56cb214 - add test case for ignoring -flto=auto and -flto=jobserver

2021-04-15 Thread Sylvestre Ledru via cfe-commits
Author: Matthias Klose Date: 2021-04-15T12:19:14+02:00 New Revision: 56cb214b38a70c0fc824ab096e500d78c72b44ef URL: https://github.com/llvm/llvm-project/commit/56cb214b38a70c0fc824ab096e500d78c72b44ef DIFF:

[clang] 1628486 - ignore -flto= options recognized by GCC

2021-04-05 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2021-04-05T11:54:17+02:00 New Revision: 1628486548420f85b3467026d54663d1516404f5 URL: https://github.com/llvm/llvm-project/commit/1628486548420f85b3467026d54663d1516404f5 DIFF:

[clang] 4d59c8f - -fstack-clash-protection: Return an actual error when used on unsupported OS

2020-12-22 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-12-22T12:06:08+01:00 New Revision: 4d59c8fdb955ea0d668b854f467e12bce05a8857 URL: https://github.com/llvm/llvm-project/commit/4d59c8fdb955ea0d668b854f467e12bce05a8857 DIFF:

[clang-tools-extra] 43e451f - Fix gendered documentation

2020-10-31 Thread Sylvestre Ledru via cfe-commits
Author: Pedro Gonnet Date: 2020-10-31T12:17:19+01:00 New Revision: 43e451f9f316fd224d88899d45313a73ff11291e URL: https://github.com/llvm/llvm-project/commit/43e451f9f316fd224d88899d45313a73ff11291e DIFF: https://github.com/llvm/llvm-project/commit/43e451f9f316fd224d88899d45313a73ff11291e.diff

[clang] 5d1eae7 - Add support of the next Ubuntu (Ubuntu 21.04 - Hirsute Hippo)

2020-10-29 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-10-29T19:11:32+01:00 New Revision: 5d1eae7d23e3477d6044cf9d60a90ce9719f17e6 URL: https://github.com/llvm/llvm-project/commit/5d1eae7d23e3477d6044cf9d60a90ce9719f17e6 DIFF:

[clang] b9e7894 - Revert "[clang-format] Fix AlignConsecutive on PP blocks"

2020-10-17 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-10-17T19:52:51+02:00 New Revision: b9e789447f14c0330edd22c82746af29e7c3b259 URL: https://github.com/llvm/llvm-project/commit/b9e789447f14c0330edd22c82746af29e7c3b259 DIFF:

[clang-tools-extra] 002968a - [clang-tidy] Add an example for misc-unused-alias-decls

2020-10-13 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-10-13T13:56:04+02:00 New Revision: 002968a320463237f0ccea754a7482b229e34cf1 URL: https://github.com/llvm/llvm-project/commit/002968a320463237f0ccea754a7482b229e34cf1 DIFF:

[clang] bbea4d5 - clang: Don't show a trailing space with --version when not built from the repo

2020-07-08 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-07-08T14:02:02+02:00 New Revision: bbea4d5e6b82a683dccaa8f4916e2a44f5dd3490 URL: https://github.com/llvm/llvm-project/commit/bbea4d5e6b82a683dccaa8f4916e2a44f5dd3490 DIFF:

[libclc] a341863 - libclc: update website url

2020-05-29 Thread Sylvestre Ledru via cfe-commits
Author: davidak Date: 2020-05-29T09:18:37+02:00 New Revision: a3418631e8aa0941b8b57ec2fc3b8d0c7db493be URL: https://github.com/llvm/llvm-project/commit/a3418631e8aa0941b8b57ec2fc3b8d0c7db493be DIFF: https://github.com/llvm/llvm-project/commit/a3418631e8aa0941b8b57ec2fc3b8d0c7db493be.diff LOG:

[clang] ca46754 - [CMake] Pass CLANG_VENDOR variables into later stages

2020-05-29 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-05-29T09:13:08+02:00 New Revision: ca467542eecfc621eea7fefb3c7e3849c6b43ac7 URL: https://github.com/llvm/llvm-project/commit/ca467542eecfc621eea7fefb3c7e3849c6b43ac7 DIFF:

[clang] dbb0349 - Add support of the next Ubuntu (Ubuntu 20.10 - Groovy Gorilla)

2020-05-19 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-05-19T08:30:25+02:00 New Revision: dbb034947cc16d26164be1e78d95249d60738dc6 URL: https://github.com/llvm/llvm-project/commit/dbb034947cc16d26164be1e78d95249d60738dc6 DIFF:

[clang-tools-extra] a832fc4 - Revert two patches, not ready to be shared

2020-05-10 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-05-10T11:27:13+02:00 New Revision: a832fc4b0c1e056edbb458973fac1f0c6db7a9e5 URL: https://github.com/llvm/llvm-project/commit/a832fc4b0c1e056edbb458973fac1f0c6db7a9e5 DIFF:

[clang-tools-extra] f97f92e - add_new_check.py: Update of the template to add an autofix section

2020-05-10 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-05-10T11:25:19+02:00 New Revision: f97f92e5b0fd14240c2ec27c44e1b3cfddfdf668 URL: https://github.com/llvm/llvm-project/commit/f97f92e5b0fd14240c2ec27c44e1b3cfddfdf668 DIFF:

[clang-tools-extra] b082813 - clang-tidy doc: Fix the syntax to use rst list type

2020-05-10 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-05-10T11:25:20+02:00 New Revision: b0828135dbe3ee52a15163856008bcf05e81ccf8 URL: https://github.com/llvm/llvm-project/commit/b0828135dbe3ee52a15163856008bcf05e81ccf8 DIFF:

[clang-tools-extra] dc0f79e - clang-tidy doc: add a note for checkers with an autofix

2020-05-10 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-05-10T11:25:19+02:00 New Revision: dc0f79ea5b99b9609a21c29089c294ab82d88094 URL: https://github.com/llvm/llvm-project/commit/dc0f79ea5b99b9609a21c29089c294ab82d88094 DIFF:

[clang] 68e89c5 - [Gnu toolchain] Move GCC multilib/multiarch paths support from Linux to Gnu

2020-05-01 Thread Sylvestre Ledru via cfe-commits
Author: Samuel Thibault Date: 2020-05-01T12:37:12+02:00 New Revision: 68e89c5b96038e00aeeffa642c415cfc0bcaa3dc URL: https://github.com/llvm/llvm-project/commit/68e89c5b96038e00aeeffa642c415cfc0bcaa3dc DIFF:

[clang] c298e5a - [Gnu toolchain] Move GCC multilib/multiarch paths support from Linux to Gnu

2020-05-01 Thread Sylvestre Ledru via cfe-commits
Author: Samuel Thibault Date: 2020-05-01T12:12:27+02:00 New Revision: c298e5a022928b59941d74680a41fc9c76038b2a URL: https://github.com/llvm/llvm-project/commit/c298e5a022928b59941d74680a41fc9c76038b2a DIFF:

[clang-tools-extra] c6a65bb - clagn-tidy/doc: Add a link to readability-static-accessed-through-instance from readability-convert-member-functions-to-static

2020-04-01 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-04-01T17:01:48+02:00 New Revision: c6a65bb93f218dbdec98f51952a309afda5608ea URL: https://github.com/llvm/llvm-project/commit/c6a65bb93f218dbdec98f51952a309afda5608ea DIFF:

[libunwind] 72fd103 - Doc: Links should use https

2020-03-22 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-03-22T22:49:33+01:00 New Revision: 72fd1033ea577a769cc855fde6b5576b82380715 URL: https://github.com/llvm/llvm-project/commit/72fd1033ea577a769cc855fde6b5576b82380715 DIFF:

[clang] 72fd103 - Doc: Links should use https

2020-03-22 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-03-22T22:49:33+01:00 New Revision: 72fd1033ea577a769cc855fde6b5576b82380715 URL: https://github.com/llvm/llvm-project/commit/72fd1033ea577a769cc855fde6b5576b82380715 DIFF:

[clang-tools-extra] 9860517 - doc: use the right url to bugzilla

2020-03-22 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-03-22T22:49:40+01:00 New Revision: 986051749cb12992461626e8e37d7c0923816763 URL: https://github.com/llvm/llvm-project/commit/986051749cb12992461626e8e37d7c0923816763 DIFF:

[clang] 7cfd5de - clang/release notes: s/Subversion/git/

2020-03-22 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-03-22T22:18:40+01:00 New Revision: 7cfd5de61b8191bbd5a405a05163b71802e8fb8d URL: https://github.com/llvm/llvm-project/commit/7cfd5de61b8191bbd5a405a05163b71802e8fb8d DIFF:

[clang] 7ae1347 - clang analyzer: Fix the webpage rendering

2020-02-17 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-02-17T10:03:20+01:00 New Revision: 7ae1347fb259c6f5feb92567192c0b1032553c02 URL: https://github.com/llvm/llvm-project/commit/7ae1347fb259c6f5feb92567192c0b1032553c02 DIFF:

[clang-tools-extra] 68cd283 - clang-tidy doc: unbreak the CI

2020-01-10 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-01-10T22:25:01+01:00 New Revision: 68cd283f3b074e3b64b9f65e93ceb2de6807c72d URL: https://github.com/llvm/llvm-project/commit/68cd283f3b074e3b64b9f65e93ceb2de6807c72d DIFF:

[clang-tools-extra] faeeb71 - clang-tidy doc: Refresh the list of checkers and polish the script

2020-01-10 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-01-10T22:07:47+01:00 New Revision: faeeb71a17344171f814144213ac4fbc93be28fd URL: https://github.com/llvm/llvm-project/commit/faeeb71a17344171f814144213ac4fbc93be28fd DIFF:

[clang-tools-extra] f3db1aa - MakeUniqueCheck.cpp: explicit the fact that there is an autofix for this checker

2020-01-10 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-01-10T22:06:03+01:00 New Revision: f3db1aad2796c62f0d188a74f2901c18e51843c2 URL: https://github.com/llvm/llvm-project/commit/f3db1aad2796c62f0d188a74f2901c18e51843c2 DIFF:

[clang-tools-extra] b38d0d5 - clang-tidy doc - remove the widths

2020-01-09 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-01-10T08:11:05+01:00 New Revision: b38d0d5bdb353f8496a0fc38b9bbee419b41a321 URL: https://github.com/llvm/llvm-project/commit/b38d0d5bdb353f8496a0fc38b9bbee419b41a321 DIFF:

[clang-tools-extra] c348a26 - [clang-tidy] Refresh the add_new_check.py now that we use a table + autofix

2020-01-09 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-01-09T22:11:18+01:00 New Revision: c348a2674b5753afde6842d5a6ee75db67e3 URL: https://github.com/llvm/llvm-project/commit/c348a2674b5753afde6842d5a6ee75db67e3 DIFF:

Re: [clang-tools-extra] d2c9c91 - Move from a long list of checkers to tables

2020-01-08 Thread Sylvestre Ledru via cfe-commits
Le 08/01/2020 à 14:14, Alexander Kornienko a écrit : [adding the list back] This list is one of the places that would be quite boring and error-prone to update manually. I'd strongly prefer to have an automatic way of updating it. Detecting whether a check has a fix might be not an easy task

[clang-tools-extra] 773667b - clang-tidy doc: Remove severities as they don't make consensus

2020-01-01 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2020-01-01T15:42:46+01:00 New Revision: 773667b8c20d35c18334f8c7663df8ceacfdd2e5 URL: https://github.com/llvm/llvm-project/commit/773667b8c20d35c18334f8c7663df8ceacfdd2e5 DIFF:

[clang-tools-extra] e8c9110 - clang-tidy doc: modernize-make-unique has an autofix

2019-12-31 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-12-31T11:56:17+01:00 New Revision: e8c9110b56b516a22b41e95e347bc141814ab87c URL: https://github.com/llvm/llvm-project/commit/e8c9110b56b516a22b41e95e347bc141814ab87c DIFF:

[clang-tools-extra] c96c606 - clang-doc remove trailing whitespaces

2019-12-24 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-12-24T13:07:08+01:00 New Revision: c96c606b85c6a1e046fb8b1fb5bd1cbf28d80169 URL: https://github.com/llvm/llvm-project/commit/c96c606b85c6a1e046fb8b1fb5bd1cbf28d80169 DIFF:

[clang-tools-extra] 8131c04 - doc: Document that extra-arg/extra-arg-before can be used several times

2019-12-24 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-12-24T13:07:08+01:00 New Revision: 8131c04836829e7f37f2feaa1d85b4ef62ad092f URL: https://github.com/llvm/llvm-project/commit/8131c04836829e7f37f2feaa1d85b4ef62ad092f DIFF:

[clang-tools-extra] d2c9c91 - Move from a long list of checkers to tables

2019-12-23 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-12-23T18:44:31+01:00 New Revision: d2c9c9157b0528436d3b9f5e22c872f0ee6509a2 URL: https://github.com/llvm/llvm-project/commit/d2c9c9157b0528436d3b9f5e22c872f0ee6509a2 DIFF:

[clang] a0ce615 - clang is now under the apache2 license

2019-12-21 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-12-21T10:52:30+01:00 New Revision: a0ce6155734eaaea315dc82579b230b172fb8ccc URL: https://github.com/llvm/llvm-project/commit/a0ce6155734eaaea315dc82579b230b172fb8ccc DIFF:

[clang] 384a287 - Remove a gcc 4.9 comparison as it doesn't make sense

2019-12-21 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-12-21T10:46:45+01:00 New Revision: 384a287a87ad0989624eb785293d38f9b710 URL: https://github.com/llvm/llvm-project/commit/384a287a87ad0989624eb785293d38f9b710 DIFF:

[clang-tools-extra] dac98cf - Fix the links to clang analyzers checkers

2019-12-19 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-12-19T22:31:24+01:00 New Revision: dac98cfa03e9c87a57bd47dfb9880fb01999fbff URL: https://github.com/llvm/llvm-project/commit/dac98cfa03e9c87a57bd47dfb9880fb01999fbff DIFF:

[clang-tools-extra] 918d393 - Fix some typos in the clang-tools-extra doc

2019-12-19 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-12-19T22:23:35+01:00 New Revision: 918d393972237fe2f9c0f4c7cd14ed4ec4ba706a URL: https://github.com/llvm/llvm-project/commit/918d393972237fe2f9c0f4c7cd14ed4ec4ba706a DIFF:

[clang] a05d7c2 - Fix typo in the AST Matcher Reference doc Closes: #54

2019-12-08 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-12-08T16:14:31+01:00 New Revision: a05d7c278ee2a29aec73dbe5316e5cf2a2d190f8 URL: https://github.com/llvm/llvm-project/commit/a05d7c278ee2a29aec73dbe5316e5cf2a2d190f8 DIFF:

[clang] 42effc1 - Add support of the next Ubuntu (Ubuntu 20.04 - Focal Fossa)

2019-11-16 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-11-16T12:21:54+01:00 New Revision: 42effc106966d45053abdd4e3d03ecfe256869b5 URL: https://github.com/llvm/llvm-project/commit/42effc106966d45053abdd4e3d03ecfe256869b5 DIFF:

[clang] 9b40a7f - Remove +x permission on some files

2019-11-16 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-11-16T14:47:20+01:00 New Revision: 9b40a7f3bf7198dd64403cbd83478087e72f994b URL: https://github.com/llvm/llvm-project/commit/9b40a7f3bf7198dd64403cbd83478087e72f994b DIFF:

[clang-tools-extra] 9b40a7f - Remove +x permission on some files

2019-11-16 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-11-16T14:47:20+01:00 New Revision: 9b40a7f3bf7198dd64403cbd83478087e72f994b URL: https://github.com/llvm/llvm-project/commit/9b40a7f3bf7198dd64403cbd83478087e72f994b DIFF:

[clang] d4819fe - Remove +x permission on clang/lib/Format/Format.cpp

2019-11-16 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-11-16T14:44:35+01:00 New Revision: d4819fe0ec1037e1a995dca911278fee46384922 URL: https://github.com/llvm/llvm-project/commit/d4819fe0ec1037e1a995dca911278fee46384922 DIFF:

[clang] 152e83f - clang-format: fix a typo introduced by the previous change

2019-11-11 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-11-11T21:52:08+01:00 New Revision: 152e83fc59af7d255df10c0f56c8fbb14dc1dea2 URL: https://github.com/llvm/llvm-project/commit/152e83fc59af7d255df10c0f56c8fbb14dc1dea2 DIFF:

[clang] 3a3255a - clang-format: refresh the list of options

2019-11-08 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-11-08T23:40:16+01:00 New Revision: 3a3255a22398f34dec16b57beef9e2ff60a108e3 URL: https://github.com/llvm/llvm-project/commit/3a3255a22398f34dec16b57beef9e2ff60a108e3 DIFF:

[clang] 4c44fd3 - clang-format: Add to the release notes the new --dry-run/-n option

2019-11-08 Thread Sylvestre Ledru via cfe-commits
Author: Sylvestre Ledru Date: 2019-11-08T23:26:44+01:00 New Revision: 4c44fd3de374fdce383ca1b0313b2418d1f1d370 URL: https://github.com/llvm/llvm-project/commit/4c44fd3de374fdce383ca1b0313b2418d1f1d370 DIFF:

r374659 - remove an useless allocation found by scan-build - the new Dead nested assignment check

2019-10-12 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sat Oct 12 08:24:00 2019 New Revision: 374659 URL: http://llvm.org/viewvc/llvm-project?rev=374659=rev Log: remove an useless allocation found by scan-build - the new Dead nested assignment check Modified: cfe/trunk/lib/CodeGen/CGExprScalar.cpp Modified:

r374593 - Release notes: Add the option WarnForDeadNestedAssignments

2019-10-11 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Oct 11 13:33:43 2019 New Revision: 374593 URL: http://llvm.org/viewvc/llvm-project?rev=374593=rev Log: Release notes: Add the option WarnForDeadNestedAssignments https://reviews.llvm.org/D66733 Modified: cfe/trunk/docs/ReleaseNotes.rst Modified:

r374032 - Remove an useless allocation (from by clang-analyzer/scan-build)

2019-10-08 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Tue Oct 8 02:17:46 2019 New Revision: 374032 URL: http://llvm.org/viewvc/llvm-project?rev=374032=rev Log: Remove an useless allocation (from by clang-analyzer/scan-build) https://llvm.org/reports/scan-build/report-TargetInfo.cpp-detectFPCCEligibleStruct-9-1.html#EndPath

r373308 - Decrease the verbosity of the -ftime-trace option

2019-10-01 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Tue Oct 1 00:52:42 2019 New Revision: 373308 URL: http://llvm.org/viewvc/llvm-project?rev=373308=rev Log: Decrease the verbosity of the -ftime-trace option And move the relevant information in the doc. Summary: Currently, building a large software like Firefox shows 'Use

r371832 - Fix a perl warning: Scalar value @ArgParts[0] better written as $ArgParts[0] at /usr/share/clang/scan-build-10/libexec/ccc-analyzer line 502.

2019-09-13 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Sep 13 02:31:19 2019 New Revision: 371832 URL: http://llvm.org/viewvc/llvm-project?rev=371832=rev Log: Fix a perl warning: Scalar value @ArgParts[0] better written as $ArgParts[0] at /usr/share/clang/scan-build-10/libexec/ccc-analyzer line 502. Modified:

r370671 - ThinLTO: Document the option BOOTSTRAP_LLVM_ENABLE_LTO

2019-09-02 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Mon Sep 2 08:34:53 2019 New Revision: 370671 URL: http://llvm.org/viewvc/llvm-project?rev=370671=rev Log: ThinLTO: Document the option BOOTSTRAP_LLVM_ENABLE_LTO Modified: cfe/trunk/docs/ThinLTO.rst Modified: cfe/trunk/docs/ThinLTO.rst URL:

r366091 - Update __VERSION__ to remove the hardcoded 4.2.1 version

2019-07-15 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Mon Jul 15 10:47:22 2019 New Revision: 366091 URL: http://llvm.org/viewvc/llvm-project?rev=366091=rev Log: Update __VERSION__ to remove the hardcoded 4.2.1 version Summary: Just like in https://reviews.llvm.org/D56803 for -dumpversion Reviewers: rnk Reviewed By: rnk

r366024 - consistency in the release notes

2019-07-14 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sun Jul 14 11:25:09 2019 New Revision: 366024 URL: http://llvm.org/viewvc/llvm-project?rev=366024=rev Log: consistency in the release notes Modified: cfe/trunk/docs/ReleaseNotes.rst Modified: cfe/trunk/docs/ReleaseNotes.rst URL:

r365992 - This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.

2019-07-13 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Jul 12 23:27:35 2019 New Revision: 365992 URL: http://llvm.org/viewvc/llvm-project?rev=365992=rev Log: This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784. Some targets such as Python 2.7.16 still use VERSION in their builds. Without VERSION defined, the

r365962 - Remove __VERSION__

2019-07-12 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Jul 12 14:45:08 2019 New Revision: 365962 URL: http://llvm.org/viewvc/llvm-project?rev=365962=rev Log: Remove __VERSION__ Summary: It has been introduced in 2011 for gcc compat: https://github.com/llvm-mirror/clang/commit/ad1a4c6e89594e704775ddb6b036ac982fd68cad it is

r365831 - Rename libclang_shared to libclang-cpp

2019-07-11 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Thu Jul 11 14:42:55 2019 New Revision: 365831 URL: http://llvm.org/viewvc/llvm-project?rev=365831=rev Log: Rename libclang_shared to libclang-cpp Summary: Fix bug 42475 Reviewers: beanz, tstellar Reviewed By: beanz Subscribers: kimgr, mgorny, cfe-commits Tags: #clang

r365446 - Remove trailing whitespaces in the Language Extensions doc

2019-07-09 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Tue Jul 9 01:50:17 2019 New Revision: 365446 URL: http://llvm.org/viewvc/llvm-project?rev=365446=rev Log: Remove trailing whitespaces in the Language Extensions doc Modified: cfe/trunk/docs/LanguageExtensions.rst Modified: cfe/trunk/docs/LanguageExtensions.rst URL:

r365445 - Add AlignConsecutiveMacros to the clang release notes

2019-07-09 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Tue Jul 9 01:45:55 2019 New Revision: 365445 URL: http://llvm.org/viewvc/llvm-project?rev=365445=rev Log: Add AlignConsecutiveMacros to the clang release notes Modified: cfe/trunk/docs/ReleaseNotes.rst Modified: cfe/trunk/docs/ReleaseNotes.rst URL:

Re: [PATCH] D61909: Add Clang shared library with C++ exports

2019-07-02 Thread Sylvestre Ledru via cfe-commits
libclangcpp ? I think it is a pretty common pattern. On debian, apt-cache search 'lib.*cpp'  returns a bunch of libraries (libhdf5-cpp, libroscpp2d, libjsonrpccpp-dev, libmysqlcppconn7v5, libsvncpp3, libtercpp0v5, libyaml-cpp-dev, etc) S Le 02/07/2019 à 01:22, Chris Bieneman a écrit : The

r363369 - add a missing parenthese in the clang doc

2019-06-14 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Jun 14 04:33:40 2019 New Revision: 363369 URL: http://llvm.org/viewvc/llvm-project?rev=363369=rev Log: add a missing parenthese in the clang doc Modified: cfe/trunk/docs/ThinLTO.rst Modified: cfe/trunk/docs/ThinLTO.rst URL:

r359350 - Add to the release notes the fact that UninitializedObject checker is now

2019-04-26 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Apr 26 14:46:33 2019 New Revision: 359350 URL: http://llvm.org/viewvc/llvm-project?rev=359350=rev Log: Add to the release notes the fact that UninitializedObject checker is now considered as stable Modified: cfe/trunk/docs/ReleaseNotes.rst Modified:

r358758 - Debian: Add two missing version code in sid

2019-04-19 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Apr 19 06:48:52 2019 New Revision: 358758 URL: http://llvm.org/viewvc/llvm-project?rev=358758=rev Log: Debian: Add two missing version code in sid Modified: cfe/trunk/lib/Driver/Distro.cpp Modified: cfe/trunk/lib/Driver/Distro.cpp URL:

r358757 - Add support of the future Debian (Debian 11 - Bullseye)

2019-04-19 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Apr 19 06:46:58 2019 New Revision: 358757 URL: http://llvm.org/viewvc/llvm-project?rev=358757=rev Log: Add support of the future Debian (Debian 11 - Bullseye) https://wiki.debian.org/DebianBullseye Modified: cfe/trunk/include/clang/Driver/Distro.h

r358756 - Add support of the next Ubuntu (Ubuntu 19.10 - Eoan EANIMAL)

2019-04-19 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Apr 19 06:43:28 2019 New Revision: 358756 URL: http://llvm.org/viewvc/llvm-project?rev=358756=rev Log: Add support of the next Ubuntu (Ubuntu 19.10 - Eoan EANIMAL) Modified: cfe/trunk/include/clang/Driver/Distro.h cfe/trunk/lib/Driver/Distro.cpp Modified:

r357566 - Adding 'CLion integration' to clang-format doc

2019-04-03 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Wed Apr 3 01:56:30 2019 New Revision: 357566 URL: http://llvm.org/viewvc/llvm-project?rev=357566=rev Log: Adding 'CLion integration' to clang-format doc Summary: This commit adds a chapter 'CLion integration' to ClangFormat.rst. The official announcement of clang-format

[clang-tools-extra] r357371 - Spelling correction for docs for cppcoreguidelines-owning-memory

2019-03-31 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sun Mar 31 14:53:00 2019 New Revision: 357371 URL: http://llvm.org/viewvc/llvm-project?rev=357371=rev Log: Spelling correction for docs for cppcoreguidelines-owning-memory Summary: There's a typo in the docs, as mentioned in the title. Please see the diff. Reviewers:

r356983 - update the release notes after the change of 'clang -dumpversion'

2019-03-26 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Tue Mar 26 02:48:23 2019 New Revision: 356983 URL: http://llvm.org/viewvc/llvm-project?rev=356983=rev Log: update the release notes after the change of 'clang -dumpversion' Modified: cfe/trunk/docs/ReleaseNotes.rst Modified: cfe/trunk/docs/ReleaseNotes.rst URL:

r356931 - clang -dumpversion returns 4.2.1 for legacy reason, update it

2019-03-25 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Mon Mar 25 11:06:20 2019 New Revision: 356931 URL: http://llvm.org/viewvc/llvm-project?rev=356931=rev Log: clang -dumpversion returns 4.2.1 for legacy reason, update it Summary: It has been introduced in 2011 for gcc compat:

r356842 - Sync some doc changes ClangFormatStyleOptions.rst with doc comments in `Format.h`

2019-03-23 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sat Mar 23 10:57:31 2019 New Revision: 356842 URL: http://llvm.org/viewvc/llvm-project?rev=356842=rev Log: Sync some doc changes ClangFormatStyleOptions.rst with doc comments in `Format.h` Summary: These changes were corrected directly in ClangFormatStyleOptions.rst

  1   2   >