[clang-tools-extra] r362702 - [clang-tidy] Make the plugin honor NOLINT

2019-06-06 Thread Nikolai Kosjar via cfe-commits
Author: nik Date: Thu Jun 6 06:13:27 2019 New Revision: 362702 URL: http://llvm.org/viewvc/llvm-project?rev=362702=rev Log: [clang-tidy] Make the plugin honor NOLINT Instantiate a ClangTidyDiagnosticConsumer also for the plugin case and let it forward the diagnostics to the external diagnostic

r363127 - [NFC] Test commit

2019-06-12 Thread Nikolai Kosjar via cfe-commits
Author: nik Date: Wed Jun 12 00:50:48 2019 New Revision: 363127 URL: http://llvm.org/viewvc/llvm-project?rev=363127=rev Log: [NFC] Test commit Modified: cfe/trunk/README.txt Modified: cfe/trunk/README.txt URL:

[clang-tools-extra] r363139 - [clangd] Fix typo in GUARDED_BY()

2019-06-12 Thread Nikolai Kosjar via cfe-commits
Author: nik Date: Wed Jun 12 04:01:19 2019 New Revision: 363139 URL: http://llvm.org/viewvc/llvm-project?rev=363139=rev Log: [clangd] Fix typo in GUARDED_BY() Reviewers: ilya-biryukov, kadircet, sammccall Subscribers: javed.absar, MaskRay, jkorous, arphaman, cfe-commits Tags: #clang

[clang-tools-extra] r363068 - [clang-tidy] Fix invalid read on destruction

2019-06-11 Thread Nikolai Kosjar via cfe-commits
Author: nik Date: Tue Jun 11 07:19:09 2019 New Revision: 363068 URL: http://llvm.org/viewvc/llvm-project?rev=363068=rev Log: [clang-tidy] Fix invalid read on destruction ...in case the clang tidy plugin is linked into the clang binary. Valgrind's memcheck reports: 8949== Invalid read ==8866==

r363067 - [libclang] Allow skipping warnings from all included files

2019-06-11 Thread Nikolai Kosjar via cfe-commits
Author: nik Date: Tue Jun 11 07:14:24 2019 New Revision: 363067 URL: http://llvm.org/viewvc/llvm-project?rev=363067=rev Log: [libclang] Allow skipping warnings from all included files Depending on the included files and the used warning flags, e.g. - Weverything, a huge number of warnings can be

[clang-tools-extra] r364315 - [clang-tidy] Update documentation for Qt Creator integration.

2019-06-25 Thread Nikolai Kosjar via cfe-commits
Author: nik Date: Tue Jun 25 06:50:09 2019 New Revision: 364315 URL: http://llvm.org/viewvc/llvm-project?rev=364315=rev Log: [clang-tidy] Update documentation for Qt Creator integration. Subscribers: xazax.hun, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D63763

r361226 - [Preamble] Reuse preamble even if an unsaved file does not exist

2019-05-21 Thread Nikolai Kosjar via cfe-commits
Author: nik Date: Tue May 21 00:26:59 2019 New Revision: 361226 URL: http://llvm.org/viewvc/llvm-project?rev=361226=rev Log: [Preamble] Reuse preamble even if an unsaved file does not exist When a preamble is created an unsaved file not existing on disk is already part of

r360418 - [Preamble] Stop circular inclusion of main file when building preamble

2019-05-10 Thread Nikolai Kosjar via cfe-commits
Author: nik Date: Fri May 10 03:25:35 2019 New Revision: 360418 URL: http://llvm.org/viewvc/llvm-project?rev=360418=rev Log: [Preamble] Stop circular inclusion of main file when building preamble If a header file was processed for the second time, we could end up with a wrong conditional stack

r360428 - [libclang] Forward isInline for NamespaceDecl to libclang

2019-05-10 Thread Nikolai Kosjar via cfe-commits
Author: nik Date: Fri May 10 06:58:34 2019 New Revision: 360428 URL: http://llvm.org/viewvc/llvm-project?rev=360428=rev Log: [libclang] Forward isInline for NamespaceDecl to libclang Modified: cfe/trunk/include/clang-c/Index.h cfe/trunk/test/Index/print-type.cpp

r361234 - [libclang] visit c++14 lambda capture init expressions

2019-05-21 Thread Nikolai Kosjar via cfe-commits
Author: nik Date: Tue May 21 02:21:35 2019 New Revision: 361234 URL: http://llvm.org/viewvc/llvm-project?rev=361234=rev Log: [libclang] visit c++14 lambda capture init expressions Patch by Milian Wolff. Differential Revision: https://reviews.llvm.org/D60672 Added:

r360249 - [libclang] PR41649: Remove pointless duplicate flag. NFC.

2019-05-08 Thread Nikolai Kosjar via cfe-commits
Author: nik Date: Wed May 8 06:19:29 2019 New Revision: 360249 URL: http://llvm.org/viewvc/llvm-project?rev=360249=rev Log: [libclang] PR41649: Remove pointless duplicate flag. NFC. Modified: cfe/trunk/tools/libclang/CIndex.cpp Modified: cfe/trunk/tools/libclang/CIndex.cpp URL:

r359172 - [NFC] test commit removing excess line

2019-04-25 Thread Nikolai Kosjar via cfe-commits
Author: nik Date: Thu Apr 25 01:14:39 2019 New Revision: 359172 URL: http://llvm.org/viewvc/llvm-project?rev=359172=rev Log: [NFC] test commit removing excess line Modified: cfe/trunk/tools/libclang/CIndex.cpp Modified: cfe/trunk/tools/libclang/CIndex.cpp URL: