Author: nik
Date: Tue Jun 25 06:50:09 2019
New Revision: 364315
URL: http://llvm.org/viewvc/llvm-project?rev=364315&view=rev
Log:
[clang-tidy] Update documentation for Qt Creator integration.
Subscribers: xazax.hun, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D63763
Author: nik
Date: Wed Jun 12 04:01:19 2019
New Revision: 363139
URL: http://llvm.org/viewvc/llvm-project?rev=363139&view=rev
Log:
[clangd] Fix typo in GUARDED_BY()
Reviewers: ilya-biryukov, kadircet, sammccall
Subscribers: javed.absar, MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Diffe
Author: nik
Date: Wed Jun 12 00:50:48 2019
New Revision: 363127
URL: http://llvm.org/viewvc/llvm-project?rev=363127&view=rev
Log:
[NFC] Test commit
Modified:
cfe/trunk/README.txt
Modified: cfe/trunk/README.txt
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/README.txt?rev=363127&r1=36312
Author: nik
Date: Tue Jun 11 07:19:09 2019
New Revision: 363068
URL: http://llvm.org/viewvc/llvm-project?rev=363068&view=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 ==886
Author: nik
Date: Tue Jun 11 07:14:24 2019
New Revision: 363067
URL: http://llvm.org/viewvc/llvm-project?rev=363067&view=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 ca
Author: nik
Date: Thu Jun 6 06:13:27 2019
New Revision: 362702
URL: http://llvm.org/viewvc/llvm-project?rev=362702&view=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 diagnos
Author: nik
Date: Tue May 21 02:21:35 2019
New Revision: 361234
URL: http://llvm.org/viewvc/llvm-project?rev=361234&view=rev
Log:
[libclang] visit c++14 lambda capture init expressions
Patch by Milian Wolff.
Differential Revision: https://reviews.llvm.org/D60672
Added:
cfe/trunk/test/Index/
Author: nik
Date: Tue May 21 00:26:59 2019
New Revision: 361226
URL: http://llvm.org/viewvc/llvm-project?rev=361226&view=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 PrecompiledPreamble
Author: nik
Date: Fri May 10 06:58:34 2019
New Revision: 360428
URL: http://llvm.org/viewvc/llvm-project?rev=360428&view=rev
Log:
[libclang] Forward isInline for NamespaceDecl to libclang
Modified:
cfe/trunk/include/clang-c/Index.h
cfe/trunk/test/Index/print-type.cpp
cfe/trunk/tools/c
Author: nik
Date: Fri May 10 03:25:35 2019
New Revision: 360418
URL: http://llvm.org/viewvc/llvm-project?rev=360418&view=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 sta
Author: nik
Date: Wed May 8 06:19:29 2019
New Revision: 360249
URL: http://llvm.org/viewvc/llvm-project?rev=360249&view=rev
Log:
[libclang] PR41649: Remove pointless duplicate flag. NFC.
Modified:
cfe/trunk/tools/libclang/CIndex.cpp
Modified: cfe/trunk/tools/libclang/CIndex.cpp
URL:
http:/
Author: nik
Date: Thu Apr 25 01:14:39 2019
New Revision: 359172
URL: http://llvm.org/viewvc/llvm-project?rev=359172&view=rev
Log:
[NFC] test commit removing excess line
Modified:
cfe/trunk/tools/libclang/CIndex.cpp
Modified: cfe/trunk/tools/libclang/CIndex.cpp
URL:
http://llvm.org/viewvc/ll
12 matches
Mail list logo