r331965 - Add support of the next Ubuntu (Ubuntu 18.10 - Cosmic Canimal)

2018-05-10 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Thu May 10 01:45:43 2018 New Revision: 331965 URL: http://llvm.org/viewvc/llvm-project?rev=331965&view=rev Log: Add support of the next Ubuntu (Ubuntu 18.10 - Cosmic Canimal) Patch by Adam Conrad Modified: cfe/trunk/include/clang/Driver/Distro.h cfe/trunk/lib/Driv

[clang-tools-extra] r314107 - Fix clangd when built with LLVM_LINK_LLVM_DYLIB=ON

2017-09-25 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Mon Sep 25 07:08:35 2017 New Revision: 314107 URL: http://llvm.org/viewvc/llvm-project?rev=314107&view=rev Log: Fix clangd when built with LLVM_LINK_LLVM_DYLIB=ON Reviewers: malaperle, malaperle-ericsson, bkramer Reviewed By: bkramer Subscribers: bkramer, mgorny, ilya-bi

r314387 - Add the new -Wnull-pointer-arithmetic warnings to the release notes

2017-09-28 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Thu Sep 28 01:00:18 2017 New Revision: 314387 URL: http://llvm.org/viewvc/llvm-project?rev=314387&view=rev Log: Add the new -Wnull-pointer-arithmetic warnings to the release notes Differential Revision: https://reviews.llvm.org/D38186 Modified: cfe/trunk/docs/Release

r315568 - Split the AlignTrailingComments on several lines. The comments were applied to the right columns

2017-10-12 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Thu Oct 12 01:07:53 2017 New Revision: 315568 URL: http://llvm.org/viewvc/llvm-project?rev=315568&view=rev Log: Split the AlignTrailingComments on several lines. The comments were applied to the right columns Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst Modif

r316577 - Add support of the next Ubuntu (Ubuntu 18.04 - Bionic Beaver)

2017-10-25 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Wed Oct 25 07:21:33 2017 New Revision: 316577 URL: http://llvm.org/viewvc/llvm-project?rev=316577&view=rev Log: Add support of the next Ubuntu (Ubuntu 18.04 - Bionic Beaver) Modified: cfe/trunk/include/clang/Driver/Distro.h cfe/trunk/lib/Driver/Distro.cpp Modifie

r316578 - Also update IsUbuntu() with Ubuntu Bionic

2017-10-25 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Wed Oct 25 07:23:27 2017 New Revision: 316578 URL: http://llvm.org/viewvc/llvm-project?rev=316578&view=rev Log: Also update IsUbuntu() with Ubuntu Bionic Follow up of r316577 Modified: cfe/trunk/include/clang/Driver/Distro.h Modified: cfe/trunk/include/clang/Driver/D

r316579 - Add support of the next Debian (Debian buster - version 10)

2017-10-25 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Wed Oct 25 07:25:28 2017 New Revision: 316579 URL: http://llvm.org/viewvc/llvm-project?rev=316579&view=rev Log: Add support of the next Debian (Debian buster - version 10) Modified: cfe/trunk/include/clang/Driver/Distro.h cfe/trunk/lib/Driver/Distro.cpp Modified:

r342211 - gcc is now returning the same output on this example, removing this example

2018-09-14 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Sep 14 01:52:18 2018 New Revision: 342211 URL: http://llvm.org/viewvc/llvm-project?rev=342211&view=rev Log: gcc is now returning the same output on this example, removing this example Modified: cfe/trunk/www/diagnostics.html Modified: cfe/trunk/www/diagnostics.htm

r342212 - update the doc to compare with gcc 4.9 instead of 4.2

2018-09-14 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Sep 14 01:55:09 2018 New Revision: 342212 URL: http://llvm.org/viewvc/llvm-project?rev=342212&view=rev Log: update the doc to compare with gcc 4.9 instead of 4.2 Modified: cfe/trunk/www/features.html Modified: cfe/trunk/www/features.html URL: http://llvm.org/view

r342214 - remove 11 years old videos from the homepage. if you have a suggestion, please drop me an email

2018-09-14 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Sep 14 02:00:48 2018 New Revision: 342214 URL: http://llvm.org/viewvc/llvm-project?rev=342214&view=rev Log: remove 11 years old videos from the homepage. if you have a suggestion, please drop me an email Modified: cfe/trunk/www/index.html Modified: cfe/trunk/www/

r342216 - Use Chrome and Firefox as example of success for clang

2018-09-14 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Sep 14 02:08:21 2018 New Revision: 342216 URL: http://llvm.org/viewvc/llvm-project?rev=342216&view=rev Log: Use Chrome and Firefox as example of success for clang Modified: cfe/trunk/www/index.html Modified: cfe/trunk/www/index.html URL: http://llvm.org/viewvc/ll

r324342 - Unittests misc. typos

2018-02-06 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Tue Feb 6 05:12:29 2018 New Revision: 324342 URL: http://llvm.org/viewvc/llvm-project?rev=324342&view=rev Log: Unittests misc. typos By luz.paz Modified: cfe/trunk/unittests/Format/CleanupTest.cpp cfe/trunk/unittests/Rename/RenameMemberTest.cpp cfe/trunk/un

r304776 - Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators)

2017-06-06 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Tue Jun 6 02:26:19 2017 New Revision: 304776 URL: http://llvm.org/viewvc/llvm-project?rev=304776&view=rev Log: Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators) Patch sent through github by Jason Hsu Modified: cfe/trunk/docs/ClangFormatSty

r306261 - Fix a typo

2017-06-25 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sun Jun 25 19:45:08 2017 New Revision: 306261 URL: http://llvm.org/viewvc/llvm-project?rev=306261&view=rev Log: Fix a typo Modified: cfe/trunk/docs/MemorySanitizer.rst Modified: cfe/trunk/docs/MemorySanitizer.rst URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/doc

[clang-tools-extra] r306263 - Remove the script dump_check_docs.py. It was a one-shot migration script.

2017-06-25 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sun Jun 25 19:56:57 2017 New Revision: 306263 URL: http://llvm.org/viewvc/llvm-project?rev=306263&view=rev Log: Remove the script dump_check_docs.py. It was a one-shot migration script. Sign off from Alexander Kornienko by email Removed: clang-tools-extra/trunk/docs/

r306266 - clang-format - Also reference the list of style option of clang-format in Libformat

2017-06-25 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sun Jun 25 20:19:05 2017 New Revision: 306266 URL: http://llvm.org/viewvc/llvm-project?rev=306266&view=rev Log: clang-format - Also reference the list of style option of clang-format in Libformat Modified: cfe/trunk/docs/LibFormat.rst Modified: cfe/trunk/docs/LibForm

r344934 - Generate ClangFormatStyleOptions.rst from Format.h (using docs/tools/dump_format_style.py)

2018-10-22 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Mon Oct 22 11:48:58 2018 New Revision: 344934 URL: http://llvm.org/viewvc/llvm-project?rev=344934&view=rev Log: Generate ClangFormatStyleOptions.rst from Format.h (using docs/tools/dump_format_style.py) Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst Modified: c

r344939 - Hopefully fix the documentation generation issue

2018-10-22 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Mon Oct 22 12:07:29 2018 New Revision: 344939 URL: http://llvm.org/viewvc/llvm-project?rev=344939&view=rev Log: Hopefully fix the documentation generation issue Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst cfe/trunk/include/clang/Format/Format.h Modified:

r345267 - update the clang doc about contributions

2018-10-25 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Thu Oct 25 07:19:06 2018 New Revision: 345267 URL: http://llvm.org/viewvc/llvm-project?rev=345267&view=rev Log: update the clang doc about contributions Modified: cfe/trunk/www/hacking.html Modified: cfe/trunk/www/hacking.html URL: http://llvm.org/viewvc/llvm-project

r345371 - Update the example of BS_Stroustrup to match what is done by clang-format

2018-10-26 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Oct 26 00:25:37 2018 New Revision: 345371 URL: http://llvm.org/viewvc/llvm-project?rev=345371&view=rev Log: Update the example of BS_Stroustrup to match what is done by clang-format Summary: reported here https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911561 clang-

r346103 - Add support of the next Ubuntu (Ubuntu 19.04 - Disco Dingo)

2018-11-04 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sun Nov 4 09:41:41 2018 New Revision: 346103 URL: http://llvm.org/viewvc/llvm-project?rev=346103&view=rev Log: Add support of the next Ubuntu (Ubuntu 19.04 - Disco Dingo) Modified: cfe/trunk/include/clang/Driver/Distro.h cfe/trunk/lib/Driver/Distro.cpp Modified:

r347555 - Create a diagnostic group for warn_call_to_pure_virtual_member_function_from_ctor_dtor, so it can be turned into an error using Werror

2018-11-26 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Mon Nov 26 06:29:48 2018 New Revision: 347555 URL: http://llvm.org/viewvc/llvm-project?rev=347555&view=rev Log: Create a diagnostic group for warn_call_to_pure_virtual_member_function_from_ctor_dtor, so it can be turned into an error using Werror Summary: Patch by Arnaud

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&view=rev Log: Sync some doc changes ClangFormatStyleOptions.rst with doc comments in `Format.h` Summary: These changes were corrected directly in ClangFormatStyleOptions.rst

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&view=rev Log: clang -dumpversion returns 4.2.1 for legacy reason, update it Summary: It has been introduced in 2011 for gcc compat: https://github.com/llvm-mirror/clang/commit

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&view=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:

[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&view=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

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&view=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-fo

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&view=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

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&view=rev Log: Add support of the future Debian (Debian 11 - Bullseye) https://wiki.debian.org/DebianBullseye Modified: cfe/trunk/include/clang/Driver/Distro.h cfe/tru

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&view=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: http://llvm.org/viewvc

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&view=rev Log: Add to the release notes the fact that UninitializedObject checker is now considered as stable Modified: cfe/trunk/docs/ReleaseNotes.rst Modified: cfe/trun

r342350 - Also manages clang-X as tool for scan-build

2018-09-16 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sun Sep 16 12:36:59 2018 New Revision: 342350 URL: http://llvm.org/viewvc/llvm-project?rev=342350&view=rev Log: Also manages clang-X as tool for scan-build Summary: This will make scan-build-7 clang-7 -c foo.c &> /dev/null Reviewers: jroelofs Subscribers: kristina, cfe-c

r342351 - scan-build: remove trailing whitespaces

2018-09-16 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sun Sep 16 12:51:16 2018 New Revision: 342351 URL: http://llvm.org/viewvc/llvm-project?rev=342351&view=rev Log: scan-build: remove trailing whitespaces Modified: cfe/trunk/tools/scan-build/bin/scan-build Modified: cfe/trunk/tools/scan-build/bin/scan-build URL: http:/

r342359 - scan-build: Add support of the option --exclude like in scan-build-py

2018-09-16 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sun Sep 16 23:31:46 2018 New Revision: 342359 URL: http://llvm.org/viewvc/llvm-project?rev=342359&view=rev Log: scan-build: Add support of the option --exclude like in scan-build-py Summary: To exclude thirdparty code. To test: With /tmp/foo.c ``` void test() { int

r342568 - redirecting to llvm.org/devmtg

2018-09-19 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Wed Sep 19 11:39:15 2018 New Revision: 342568 URL: http://llvm.org/viewvc/llvm-project?rev=342568&view=rev Log: redirecting to llvm.org/devmtg Modified: cfe/trunk/www/clang_video-05-25-2007.html cfe/trunk/www/clang_video-07-25-2007.html Modified: cfe/trunk/www/cla

Re: r342214 - remove 11 years old videos from the homepage. if you have a suggestion, please drop me an email

2018-09-19 Thread Sylvestre Ledru via cfe-commits
t > for posterity/archival purposes, rather than as sources of > legitimately useful information for people trying to use LLVM today. > > On Fri, Sep 14, 2018 at 2:02 AM Sylvestre Ledru via cfe-commits > mailto:cfe-commits@lists.llvm.org>> wrote: > > Author: sylvestre &g

r342801 - update the links to use https

2018-09-22 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sat Sep 22 00:39:44 2018 New Revision: 342801 URL: http://llvm.org/viewvc/llvm-project?rev=342801&view=rev Log: update the links to use https Modified: cfe/trunk/www/get_started.html Modified: cfe/trunk/www/get_started.html URL: http://llvm.org/viewvc/llvm-project/cf

r342802 - use the current url for bugzilla

2018-09-22 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sat Sep 22 00:41:09 2018 New Revision: 342802 URL: http://llvm.org/viewvc/llvm-project?rev=342802&view=rev Log: use the current url for bugzilla Modified: cfe/trunk/www/cxx_status.html cfe/trunk/www/get_involved.html cfe/trunk/www/menu.html.incl Modified: cfe/

[clang-tools-extra] r342960 - Fix a typo in the help of clangd

2018-09-25 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Tue Sep 25 03:36:57 2018 New Revision: 342960 URL: http://llvm.org/viewvc/llvm-project?rev=342960&view=rev Log: Fix a typo in the help of clangd Modified: clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp Modified: clang-tools-extra/trunk/clangd/tool/ClangdMain.cpp U

r311854 - Fix two typos in the doc. Patch by kamleshbhalui on github

2017-08-27 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sun Aug 27 10:34:06 2017 New Revision: 311854 URL: http://llvm.org/viewvc/llvm-project?rev=311854&view=rev Log: Fix two typos in the doc. Patch by kamleshbhalui on github Modified: cfe/trunk/docs/UsersManual.rst Modified: cfe/trunk/docs/UsersManual.rst URL: http://ll

r312535 - add the option IndentPPDirectives to the release notes. Landed in r312125

2017-09-05 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Tue Sep 5 06:56:40 2017 New Revision: 312535 URL: http://llvm.org/viewvc/llvm-project?rev=312535&view=rev Log: add the option IndentPPDirectives to the release notes. Landed in r312125 Modified: cfe/trunk/docs/ReleaseNotes.rst Modified: cfe/trunk/docs/ReleaseNotes.rs

r312716 - Refresh the clang format options doc with the recent changes

2017-09-07 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Thu Sep 7 05:08:49 2017 New Revision: 312716 URL: http://llvm.org/viewvc/llvm-project?rev=312716&view=rev Log: Refresh the clang format options doc with the recent changes Summary: Looks like we are out of sync between the doc and the code. Reviewers: djasper Reviewed

r312717 - Add an usage example of BreakBeforeBraces

2017-09-07 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Thu Sep 7 05:09:14 2017 New Revision: 312717 URL: http://llvm.org/viewvc/llvm-project?rev=312717&view=rev Log: Add an usage example of BreakBeforeBraces Reviewers: djasper Reviewed By: djasper Subscribers: klimek, cfe-commits Differential Revision: https://reviews.llvm

r312877 - set the svn:executable property, seems that it is necessary for apache (discussed with Tanya by email)

2017-09-10 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sun Sep 10 01:00:03 2017 New Revision: 312877 URL: http://llvm.org/viewvc/llvm-project?rev=312877&view=rev Log: set the svn:executable property, seems that it is necessary for apache (discussed with Tanya by email) Modified: cfe/trunk/www/menu.html.incl (props chang

r313182 - SplitEmptyFunction should be true in the Mozilla coding style

2017-09-13 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Wed Sep 13 13:03:29 2017 New Revision: 313182 URL: http://llvm.org/viewvc/llvm-project?rev=313182&view=rev Log: SplitEmptyFunction should be true in the Mozilla coding style Summary: As defined here: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_

Re: D37042: Teach clang to tolerate the 'p = nullptr + n' idiom used by glibc

2017-09-22 Thread Sylvestre Ledru via cfe-commits
On 22/09/2017 20:27, Hal Finkel wrote: > > > On 09/22/2017 01:09 PM, Kaylor, Andrew wrote: >> The reason I introduced this patch to begin with is that there are >> circumstances under which the optimizer will eliminate loads from addresses >> that were generated based on the null pointer arithm

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&view=rev Log: add a missing parenthese in the clang doc Modified: cfe/trunk/docs/ThinLTO.rst Modified: cfe/trunk/docs/ThinLTO.rst URL: http://llvm.org/viewvc/llvm-projec

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&view=rev Log: Rename libclang_shared to libclang-cpp Summary: Fix bug 42475 Reviewers: beanz, tstellar Reviewed By: beanz Subscribers: kimgr, mgorny, cfe-commits Tags: #cl

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&view=rev Log: Remove __VERSION__ Summary: It has been introduced in 2011 for gcc compat: https://github.com/llvm-mirror/clang/commit/ad1a4c6e89594e704775ddb6b036ac982fd68cad i

r365992 - This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.

2019-07-12 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&view=rev Log: This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784. Some targets such as Python 2.7.16 still use VERSION in their builds. Without VERSION defined, the

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&view=rev Log: consistency in the release notes Modified: cfe/trunk/docs/ReleaseNotes.rst Modified: cfe/trunk/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-proje

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&view=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

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

2019-07-01 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

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&view=rev Log: Add AlignConsecutiveMacros to the clang release notes Modified: cfe/trunk/docs/ReleaseNotes.rst Modified: cfe/trunk/docs/ReleaseNotes.rst URL: http://llvm.

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&view=rev Log: Remove trailing whitespaces in the Language Extensions doc Modified: cfe/trunk/docs/LanguageExtensions.rst Modified: cfe/trunk/docs/LanguageExtensions.rst U

r349054 - Make -Wstring-plus-int warns even if when the result is not out of bounds

2018-12-13 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Thu Dec 13 08:06:23 2018 New Revision: 349054 URL: http://llvm.org/viewvc/llvm-project?rev=349054&view=rev Log: Make -Wstring-plus-int warns even if when the result is not out of bounds Summary: Patch by Arnaud Bienner Reviewers: sylvestre.ledru, thakis Reviewed By: thak

r349064 - Try to update the test to fix the breakage

2018-12-13 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Thu Dec 13 09:39:02 2018 New Revision: 349064 URL: http://llvm.org/viewvc/llvm-project?rev=349064&view=rev Log: Try to update the test to fix the breakage With the new warning, we are showing one more output in the test. Modified: cfe/trunk/bindings/python/tests/cinde

r350191 - clang-format-diff: add an example with hg

2019-01-01 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Tue Jan 1 04:32:08 2019 New Revision: 350191 URL: http://llvm.org/viewvc/llvm-project?rev=350191&view=rev Log: clang-format-diff: add an example with hg Modified: cfe/trunk/docs/ClangFormat.rst Modified: cfe/trunk/docs/ClangFormat.rst URL: http://llvm.org/viewvc/llv

r350192 - Fix some typos in the clang doc.

2019-01-01 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Tue Jan 1 04:51:14 2019 New Revision: 350192 URL: http://llvm.org/viewvc/llvm-project?rev=350192&view=rev Log: Fix some typos in the clang doc. Fixed with: $ codespell -w ClangFormatStyleOptions.rst Toolchain.rst LanguageExtensions.rst ClangCommandLineReference.rst Modi

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&view=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: cfe

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&view=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

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&view=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#EndPa

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&view=rev Log: Release notes: Add the option WarnForDeadNestedAssignments https://reviews.llvm.org/D66733 Modified: cfe/trunk/docs/ReleaseNotes.rst Modified: cfe/trunk/doc

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&view=rev Log: remove an useless allocation found by scan-build - the new Dead nested assignment check Modified: cfe/trunk/lib/CodeGen/CGExprScalar.cpp Modified: cfe/trun

[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: https://github.com/llvm/llvm-project/commit/ca467542eecfc621eea7fefb3c7e3849c6b43ac7.dif

[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] 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: https://github.com/llvm/llvm-project/commit/bbea4d5e6b82a683dccaa8f4916e2a44f5dd3490.dif

[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: https://github.com/llvm/llvm-project/commit/c298e5a022928b59941d74680a41fc9c76038b2a.dif

[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: https://github.com/llvm/llvm-project/commit/68e89c5b96038e00aeeffa642c415cfc0bcaa3dc.dif

[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: https://github.com/llvm/llvm-project/commit/dc0f79ea5b99b9609a21c29089c294ab82d88094.dif

[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: https://github.com/llvm/llvm-project/commit/b0828135dbe3ee52a15163856008bcf05e81ccf8.dif

[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: https://github.com/llvm/llvm-project/commit/f97f92e5b0fd14240c2ec27c44e1b3cfddfdf668.dif

[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: https://github.com/llvm/llvm-project/commit/a832fc4b0c1e056edbb458973fac1f0c6db7a9e5.dif

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

2020-05-18 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: https://github.com/llvm/llvm-project/commit/dbb034947cc16d26164be1e78d95249d60738dc6.dif

Re: [PATCH] D22910: Add support for CXXOperatorCallExpr in Expr::HasSideEffects

2016-09-22 Thread Sylvestre Ledru via cfe-commits
sylvestre.ledru added a comment. What about landing this version now (with test) and do the other operators in the a second commit? thanks https://reviews.llvm.org/D22910 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org

r282400 - update the link to the code coverage

2016-09-26 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Mon Sep 26 07:53:53 2016 New Revision: 282400 URL: http://llvm.org/viewvc/llvm-project?rev=282400&view=rev Log: update the link to the code coverage Modified: cfe/trunk/www/menu.html.incl Modified: cfe/trunk/www/menu.html.incl URL: http://llvm.org/viewvc/llvm-project

r282402 - In the get started page, also explain how to start the testsuite

2016-09-26 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Mon Sep 26 08:22:34 2016 New Revision: 282402 URL: http://llvm.org/viewvc/llvm-project?rev=282402&view=rev Log: In the get started page, also explain how to start the testsuite Modified: cfe/trunk/www/get_started.html Modified: cfe/trunk/www/get_started.html URL: htt

[PATCH] D24998: Add a new optimization option -Og

2016-09-27 Thread Sylvestre Ledru via cfe-commits
sylvestre.ledru created this revision. sylvestre.ledru added a reviewer: rengolin. sylvestre.ledru added a subscriber: cfe-commits. Just like gcc, we should have the -Og option as more and more software are using it: https://llvm.org/bugs/show_bug.cgi?id=20765 https://reviews.llvm.org/D24998 Fi

Re: [PATCH] D24998: Add a new optimization option -Og

2016-09-27 Thread Sylvestre Ledru via cfe-commits
sylvestre.ledru updated this revision to Diff 72759. sylvestre.ledru added a comment. with the full context + clang format https://reviews.llvm.org/D24998 Files: docs/CommandGuide/clang.rst lib/Frontend/CompilerInvocation.cpp test/Driver/debug-options.c test/Preprocessor/init.c Index:

r319317 - Add the nvidia-cuda-toolkit Debian package path to search path

2017-11-29 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Wed Nov 29 07:03:28 2017 New Revision: 319317 URL: http://llvm.org/viewvc/llvm-project?rev=319317&view=rev Log: Add the nvidia-cuda-toolkit Debian package path to search path Summary: Reported here: http://bugs.debian.org/882505 Patch by Andreas Beckmann Reviewers: Hah

r319319 - Follow up of r319317, add the missing header file

2017-11-29 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Wed Nov 29 07:11:53 2017 New Revision: 319319 URL: http://llvm.org/viewvc/llvm-project?rev=319319&view=rev Log: Follow up of r319317, add the missing header file Modified: cfe/trunk/lib/Driver/ToolChains/Cuda.cpp Modified: cfe/trunk/lib/Driver/ToolChains/Cuda.cpp URL:

r319748 - [clang-format] Releasenotes for rL319024 : Add option to group multiple #include blocks when sorting includes

2017-12-05 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Tue Dec 5 01:23:47 2017 New Revision: 319748 URL: http://llvm.org/viewvc/llvm-project?rev=319748&view=rev Log: [clang-format] Releasenotes for rL319024 : Add option to group multiple #include blocks when sorting includes Summary: This change adds missing releasenotes for

[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: https://github.com/llvm/llvm-project/commit/cd20a1828605887699579789b5433111d5bc0319.dif

[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] [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] [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-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: https://github.com/llvm/llvm-project/commit/37047a26731a6731c949682e159fe40786e6d711.dif

[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: https://github.com/llvm/llvm-project/commit/556c422de1c3b0623e83c85b36a43dd743660fb1.dif

[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] 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: https://github.com/llvm/llvm-project/commit/f2c2e924e73a76562b7cc6d8fd96df5b177eaf18.dif

[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: https://github.com/llvm/llvm-project/commit/a02000611a8fc4843f7a3077d8bb4840ef08de8b.dif

[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: https://github.com/llvm/llvm-project/commit/6f4dc5dae60598e71c8211b0c1a705474b0a223f.dif

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&view=rev Log: ThinLTO: Document the option BOOTSTRAP_LLVM_ENABLE_LTO Modified: cfe/trunk/docs/ThinLTO.rst Modified: cfe/trunk/docs/ThinLTO.rst URL: http://llvm.org/viewv

r310778 - clang-format: add an option -verbose to list the files being processed

2017-08-12 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Sat Aug 12 08:15:10 2017 New Revision: 310778 URL: http://llvm.org/viewvc/llvm-project?rev=310778&view=rev Log: clang-format: add an option -verbose to list the files being processed Reviewers: djasper Reviewed By: djasper Subscribers: klimek, cfe-commits Tags: #clang

r311766 - clang also supports C++14 & 17 + remove trailing whitespaces

2017-08-25 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Aug 25 01:44:56 2017 New Revision: 311766 URL: http://llvm.org/viewvc/llvm-project?rev=311766&view=rev Log: clang also supports C++14 & 17 + remove trailing whitespaces Modified: cfe/trunk/www/index.html Modified: cfe/trunk/www/index.html URL: http://llvm.org/vie

r311767 - Remove the old meeting links. Also available from the link: http://llvm.org/devmtg/

2017-08-25 Thread Sylvestre Ledru via cfe-commits
Author: sylvestre Date: Fri Aug 25 01:47:57 2017 New Revision: 311767 URL: http://llvm.org/viewvc/llvm-project?rev=311767&view=rev Log: Remove the old meeting links. Also available from the link: http://llvm.org/devmtg/ Modified: cfe/trunk/www/menu.html.incl Modified: cfe/trunk/www/menu.htm

[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: https://github.com/llvm/llvm-project/commit/e8c9110b56b516a22b41e95e347bc141814ab87c.dif

[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: https://github.com/llvm/llvm-project/commit/773667b8c20d35c18334f8c7663df8ceacfdd2e5.dif

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 tho

[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: https://github.com/llvm/llvm-project/commit/c348a2674b5753afde6842d5a6ee75db67e3.dif

  1   2   3   >