Re: r251713 - CGExprConstant.cpp: Appease Modules.

2015-10-30 Thread NAKAMURA Takumi via cfe-commits
I know. The builder was red for weeks (or months). Please be patient for my work. It's green now. I'll file bugs, two issues, when I got a slack time. 2015年10月30日(金) 9:44 Richard Smith : > On Oct 30, 2015 6:39 AM, "NAKAMURA Takumi via cfe-commits" < > cfe-

Re: r251713 - CGExprConstant.cpp: Appease Modules.

2015-11-01 Thread NAKAMURA Takumi via cfe-commits
ime. > > 2015年10月30日(金) 9:44 Richard Smith : > >> On Oct 30, 2015 6:39 AM, "NAKAMURA Takumi via cfe-commits" < >> cfe-commits@lists.llvm.org> wrote: >> > >> > Author: chapuni >> > Date: Fri Oct 30 11:37:27 2015 >> > New R

Re: [PATCH] D14179: Remove some legacy mingw-w64 gcc struct info

2015-11-03 Thread NAKAMURA Takumi via cfe-commits
chapuni added a comment. Sorry, I supposed someone removed it. It was really buggy in past. Repository: rL LLVM http://reviews.llvm.org/D14179 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/

r252128 - TestModuleFileExtension.cpp: Include explicitly for fprintf(3).

2015-11-04 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Nov 4 19:34:19 2015 New Revision: 252128 URL: http://llvm.org/viewvc/llvm-project?rev=252128&view=rev Log: TestModuleFileExtension.cpp: Include explicitly for fprintf(3). Modified: cfe/trunk/lib/Frontend/TestModuleFileExtension.cpp Modified: cfe/trunk/lib/Frontend

[libcxx] r252458 - Make check-libcxx Py3-compatible.

2015-11-09 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Nov 9 04:55:04 2015 New Revision: 252458 URL: http://llvm.org/viewvc/llvm-project?rev=252458&view=rev Log: Make check-libcxx Py3-compatible. Modified: libcxx/trunk/test/libcxx/test/tracing.py Modified: libcxx/trunk/test/libcxx/test/tracing.py URL: http://llvm.org/

r252961 - Mark clang/test/Driver/ms-bitfields.c as REQUIRES:clang-driver.

2015-11-12 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Nov 12 16:25:38 2015 New Revision: 252961 URL: http://llvm.org/viewvc/llvm-project?rev=252961&view=rev Log: Mark clang/test/Driver/ms-bitfields.c as REQUIRES:clang-driver. Modified: cfe/trunk/test/Driver/ms-bitfields.c Modified: cfe/trunk/test/Driver/ms-bitfields.c

r252972 - clang/test/Driver/mips-mti-linux.c: Remove XFAIL. It shouldn't fail for targeting win32.

2015-11-12 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Nov 12 17:56:37 2015 New Revision: 252972 URL: http://llvm.org/viewvc/llvm-project?rev=252972&view=rev Log: clang/test/Driver/mips-mti-linux.c: Remove XFAIL. It shouldn't fail for targeting win32. I will remove REQUIRES later. Modified: cfe/trunk/test/Driver/mips-m

r253011 - clang/test/Driver/mips-mti-linux.c: Tweak to match DOSish paths.

2015-11-12 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Nov 12 22:44:51 2015 New Revision: 253011 URL: http://llvm.org/viewvc/llvm-project?rev=253011&view=rev Log: clang/test/Driver/mips-mti-linux.c: Tweak to match DOSish paths. Modified: cfe/trunk/test/Driver/mips-mti-linux.c Modified: cfe/trunk/test/Driver/mips-mti-lin

r253016 - scan-build: Fix install.

2015-11-12 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Nov 13 00:48:02 2015 New Revision: 253016 URL: http://llvm.org/viewvc/llvm-project?rev=253016&view=rev Log: scan-build: Fix install. Modified: cfe/trunk/tools/scan-build/CMakeLists.txt Modified: cfe/trunk/tools/scan-build/CMakeLists.txt URL: http://llvm.org/viewvc/

r281582 - Builtins.def: Explicitly undef finitef, to appease mingw. It defines finitef as alias of _finitef.

2016-09-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Sep 15 00:11:43 2016 New Revision: 281582 URL: http://llvm.org/viewvc/llvm-project?rev=281582&view=rev Log: Builtins.def: Explicitly undef finitef, to appease mingw. It defines finitef as alias of _finitef. Modified: cfe/trunk/include/clang/Basic/Builtins.def Modif

[clang-tools-extra] r281954 - clang-change-namespace: Update libdeps.

2016-09-19 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Sep 19 19:44:45 2016 New Revision: 281954 URL: http://llvm.org/viewvc/llvm-project?rev=281954&view=rev Log: clang-change-namespace: Update libdeps. FIXME: It seems clangFormat is not referred. Modified: clang-tools-extra/trunk/change-namespace/tool/CMakeLists.txt M

r283195 - Revert r283106, "Wdocumentation fix"

2016-10-04 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Oct 4 03:32:33 2016 New Revision: 283195 URL: http://llvm.org/viewvc/llvm-project?rev=283195&view=rev Log: Revert r283106, "Wdocumentation fix" It should depend on r283094 and r283182. Modified: cfe/trunk/lib/Analysis/CloneDetection.cpp Modified: cfe/trunk/lib/Ana

[PATCH] D24916: [analyzer] Extend bug reports with extra notes - CloneChecker

2016-10-04 Thread NAKAMURA Takumi via cfe-commits
chapuni added inline comments. > CloneDetection.cpp:113 >/// \param VarDecl The declaration of the variable that is referenced. >/// \param Range The SourceRange where this variable is referenced. > + void addVariableOccurence(const VarDecl *VarDecl, const Stmt *Mention) { You should up

[clang] 944cb96 - clang/include/clang/module.modulemap: Mark `Tooling/Inclusions/*.inc` as textual.

2022-07-23 Thread NAKAMURA Takumi via cfe-commits
Author: NAKAMURA Takumi Date: 2022-07-24T09:32:34+09:00 New Revision: 944cb96429b874e5bf9c672e0013914573227fcd URL: https://github.com/llvm/llvm-project/commit/944cb96429b874e5bf9c672e0013914573227fcd DIFF: https://github.com/llvm/llvm-project/commit/944cb96429b874e5bf9c672e0013914573227fcd.dif

[clang] a60ef98 - ClangDriverTests:ToolChainTest.cpp: Fix warnings. [-Wsign-compare]

2022-04-30 Thread NAKAMURA Takumi via cfe-commits
Author: NAKAMURA Takumi Date: 2022-04-30T17:19:26+09:00 New Revision: a60ef98bb11378b24045372a53c55923df13ddc3 URL: https://github.com/llvm/llvm-project/commit/a60ef98bb11378b24045372a53c55923df13ddc3 DIFF: https://github.com/llvm/llvm-project/commit/a60ef98bb11378b24045372a53c55923df13ddc3.dif

[llvm] [clang] [clang, SystemZ] Pass HasDef flag to getMinGlobalAlign(). (PR #73511)

2024-01-09 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni requested changes to this pull request. @JonPsson1 I don't have better suggestions right now but I guess you need redesigning. https://github.com/llvm/llvm-project/pull/73511 ___ cfe-commits mailing list cfe-commits@lists.ll

[clang] [llvm] [clang, SystemZ] Pass HasDef flag to getMinGlobalAlign(). (PR #73511)

2024-01-09 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni edited https://github.com/llvm/llvm-project/pull/73511 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[llvm] [clang] [clang, SystemZ] Pass HasDef flag to getMinGlobalAlign(). (PR #73511)

2024-01-09 Thread NAKAMURA Takumi via cfe-commits
@@ -11,6 +11,7 @@ //===--===// #include "SystemZ.h" +#include "clang/AST/Decl.h" chapuni wrote: I think we should not depend on `clangAST` here. https://github.com/llvm/llvm-project/pull/73

[flang] [clang-tools-extra] [llvm] [clang] [compiler-rt] [Bazel][Clang Tidy] Include builtin headers with clang-tidy (PR #67626)

2023-11-26 Thread NAKAMURA Takumi via cfe-commits
chapuni wrote: I still think this is not a right way to control Bazel's build directory tree. IMO, we should publish the tree with the archive (with filegroup), or produce the utility shell script to construct the symlink-ed tree for one's convenience. https://github.com/llvm/llvm-project/pull

[clang] [llvm] Use llvm-config.h in CIndexer.cpp instead of private header (PR #75928)

2023-12-20 Thread NAKAMURA Takumi via cfe-commits
chapuni wrote: We should not expose prefix-less MACROs. https://github.com/llvm/llvm-project/pull/75928 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [SystemZ][z/OS] Add guard for dl_info and dladdr (PR #75637)

2023-12-20 Thread NAKAMURA Takumi via cfe-commits
chapuni wrote: Could we take other ways? I think they don't affect external API. 1. Detect stuff in `clang/Config/config.h` 2. Migrate the special logic to `llvm/Support`. https://github.com/llvm/llvm-project/pull/75637 ___ cfe-commits mailing list cf

[llvm] [clang] [CMake] Move check for dlfcn.h and dladdr to clang (PR #76163)

2023-12-21 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni approved this pull request. Thanks. https://github.com/llvm/llvm-project/pull/76163 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

r244427 - clang/test/Modules: Satisfy win32 hosts due to dospath issue.

2015-08-09 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sun Aug 9 17:55:50 2015 New Revision: 244427 URL: http://llvm.org/viewvc/llvm-project?rev=244427&view=rev Log: clang/test/Modules: Satisfy win32 hosts due to dospath issue. Modified: cfe/trunk/test/Modules/dependency-gen.modulemap cfe/trunk/test/Modules/explicit-bui

[clang-tools-extra] r244599 - Also ClangTidyTests requires clangLex.

2015-08-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Aug 11 08:16:51 2015 New Revision: 244599 URL: http://llvm.org/viewvc/llvm-project?rev=244599&view=rev Log: Also ClangTidyTests requires clangLex. Modified: clang-tools-extra/trunk/unittests/clang-tidy/CMakeLists.txt Modified: clang-tools-extra/trunk/unittests/clang

Re: [PATCH] D11944: Nativize filename in FileManager::getFile().

2015-08-13 Thread NAKAMURA Takumi via cfe-commits
chapuni added a comment. I wish, in clang/llvm, internal path separator would be slash. It'd be better to use backslash where it'd be really required, for example interface to cmd.exe or MS toolchain. For me, native-ization is nightmare. http://reviews.llvm.org/D11944 __

r244970 - clang/test/Frontend/dependency-gen.c: Add explicit -target x86_64-linux-gnu for -fsanitize.

2015-08-13 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Aug 13 17:17:34 2015 New Revision: 244970 URL: http://llvm.org/viewvc/llvm-project?rev=244970&view=rev Log: clang/test/Frontend/dependency-gen.c: Add explicit -target x86_64-linux-gnu for -fsanitize. Modified: cfe/trunk/test/Frontend/dependency-gen.c Modified: cfe/

Re: r244867 - Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.

2015-08-13 Thread NAKAMURA Takumi via cfe-commits
Tweaked a test in r244970. Could you split it out if you would like to run it for the default target? On Fri, Aug 14, 2015 at 5:07 AM Ivan Krasin via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Thank you, Yaron. Understood. > > On Thu, Aug 13, 2015 at 11:04 AM, Yaron Keren > wrote: > >> Th

[clang-tools-extra] r245144 - clangTidyModernizeModule: Update libdeps.

2015-08-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 14 20:32:15 2015 New Revision: 245144 URL: http://llvm.org/viewvc/llvm-project?rev=245144&view=rev Log: clangTidyModernizeModule: Update libdeps. Modified: clang-tools-extra/trunk/clang-tidy/modernize/CMakeLists.txt Modified: clang-tools-extra/trunk/clang-tidy/m

r245145 - clangStaticAnalyzerCheckers: Update libdesp.

2015-08-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 14 20:56:49 2015 New Revision: 245145 URL: http://llvm.org/viewvc/llvm-project?rev=245145&view=rev Log: clangStaticAnalyzerCheckers: Update libdesp. Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/CM

[clang-tools-extra] r245146 - clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Appease targeting MS to give -fno-delayed-template-parsing.

2015-08-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 14 21:05:49 2015 New Revision: 245146 URL: http://llvm.org/viewvc/llvm-project?rev=245146&view=rev Log: clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Appease targeting MS to give -fno-delayed-template-parsing. Modified: clang-tools-extra/trunk/t

[clang-tools-extra] r245147 - clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Tweak not to override -std=c++11.

2015-08-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 14 21:27:22 2015 New Revision: 245147 URL: http://llvm.org/viewvc/llvm-project?rev=245147&view=rev Log: clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp: Tweak not to override -std=c++11. Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-p

[clang-tools-extra] r245435 - clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp: Appease targeting msvc.

2015-08-19 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Aug 19 08:22:58 2015 New Revision: 245435 URL: http://llvm.org/viewvc/llvm-project?rev=245435&view=rev Log: clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp: Appease targeting msvc. Modified: clang-tools-extra/trunk/test/clang-tidy/readability-ide

Re: [Diffusion] rL245435: clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp: Appease…

2015-08-19 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: cfe-commits. chapuni added a comment. Targeting msvc (-triple *-win32) implies a few -f options. You can reproduce the failure with -fdelayed-template-parsing, or -triple i686-win32. Eyes might be increased if python version of check_clang_tidy.sh were introduced. Fo

Re: [PATCH] D12180: [clang-tidy] Use a python script instead of a shell script to run clang-tidy tests.

2015-08-20 Thread NAKAMURA Takumi via cfe-commits
chapuni added a comment. Alex, thanks for your working. I tweaked to run on my hosts. - mingw-w64 with Py3.3 - Linux with Py2.7 and Py3.4 My change is here; https://github.com/chapuni/llvm-project/commit/0f4a303bdc7b925f42c0cd48817052d2b49b2234 Could you merge it, please? Com

[clang-tools-extra] r245565 - clang-tools-extra/test/lit.cfg: Prune an obsolete feature, python27. Now we requires python>=2.7.

2015-08-20 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Aug 20 10:04:32 2015 New Revision: 245565 URL: http://llvm.org/viewvc/llvm-project?rev=245565&view=rev Log: clang-tools-extra/test/lit.cfg: Prune an obsolete feature, python27. Now we requires python>=2.7. clang-tools-extra/test/clang-tidy/clang-tidy-diff.cpp was the on

[clang-tools-extra] r245567 - Tweak clang-tidy-diff.py to pass JSON argument correctly to clang-tidy on win32 arg parser.

2015-08-20 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Aug 20 10:04:46 2015 New Revision: 245567 URL: http://llvm.org/viewvc/llvm-project?rev=245567&view=rev Log: Tweak clang-tidy-diff.py to pass JSON argument correctly to clang-tidy on win32 arg parser. - Single quotation is not recognized. - Use """ to pass a double q

[clang-tools-extra] r245566 - Tweak clang-tools-extra/test/clang-tidy/file-filter.cpp to pass on win32.

2015-08-20 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Aug 20 10:04:39 2015 New Revision: 245566 URL: http://llvm.org/viewvc/llvm-project?rev=245566&view=rev Log: Tweak clang-tools-extra/test/clang-tidy/file-filter.cpp to pass on win32. FIXME: "-I %S/Inputs/file-filter/system/.." must be redundant. On Win32, file-filter/syst

Re: [PATCH] D12180: [clang-tidy] Use a python script instead of a shell script to run clang-tidy tests.

2015-08-20 Thread NAKAMURA Takumi via cfe-commits
chapuni accepted this revision. chapuni added a comment. This revision is now accepted and ready to land. Ready to commit regardless of one REQUIRES. Testing Time: 4.73s Expected Passes: 72 Note, llvm-include-order.cpp will XFAIL for targeting msvc. Comment at: test/

r245684 - Untabify.

2015-08-21 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 21 04:37:53 2015 New Revision: 245684 URL: http://llvm.org/viewvc/llvm-project?rev=245684&view=rev Log: Untabify. Modified: cfe/trunk/CMakeLists.txt Modified: cfe/trunk/CMakeLists.txt URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/CMakeLists.txt?rev=245684&

r245685 - [CMake][Standalone] Detect Python. Python is used for Lit testing.

2015-08-21 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 21 04:38:46 2015 New Revision: 245685 URL: http://llvm.org/viewvc/llvm-project?rev=245685&view=rev Log: [CMake][Standalone] Detect Python. Python is used for Lit testing. Modified: cfe/trunk/CMakeLists.txt Modified: cfe/trunk/CMakeLists.txt URL: http://llvm.org

Re: r246534 - [modules] When emitting line tables, only emit filenames that are actually referenced by the entries that we emit.

2015-09-01 Thread NAKAMURA Takumi via cfe-commits
FYI, MultiOnDiskHashTable.h:108 delete T; It is crashing. Modules/cxx-templates.cpp can fail if target is i686-pc-win32. On Tue, Sep 1, 2015 at 5:09 PM Yaron Keren via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Hi Richard, > > Since yesterday I see several clang test failures whic

r246838 - Fix a couple of \param(s) in r246815. [-Wdocumentation]

2015-09-03 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 4 00:19:31 2015 New Revision: 246838 URL: http://llvm.org/viewvc/llvm-project?rev=246838&view=rev Log: Fix a couple of \param(s) in r246815. [-Wdocumentation] Modified: cfe/trunk/lib/CodeGen/CGClass.cpp Modified: cfe/trunk/lib/CodeGen/CGClass.cpp URL: http://l

r246849 - clang/test/SemaCXX/sourceranges.cpp: Appease win32. Class method is thiscall for targeting i686-(msvc|mingw32).

2015-09-04 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 4 06:40:31 2015 New Revision: 246849 URL: http://llvm.org/viewvc/llvm-project?rev=246849&view=rev Log: clang/test/SemaCXX/sourceranges.cpp: Appease win32. Class method is thiscall for targeting i686-(msvc|mingw32). Modified: cfe/trunk/test/SemaCXX/sourceranges.

r246850 - clang/test/SemaCXX/sourceranges.cpp: Fix silly expressions. Sorry for the breakage.

2015-09-04 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 4 06:49:36 2015 New Revision: 246850 URL: http://llvm.org/viewvc/llvm-project?rev=246850&view=rev Log: clang/test/SemaCXX/sourceranges.cpp: Fix silly expressions. Sorry for the breakage. Modified: cfe/trunk/test/SemaCXX/sourceranges.cpp Modified: cfe/trunk/tes

r308084 - clang/test/FixIt/format.m: Tweak for i686, where ssize_t is int. (r308067)

2017-07-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Jul 14 23:14:47 2017 New Revision: 308084 URL: http://llvm.org/viewvc/llvm-project?rev=308084&view=rev Log: clang/test/FixIt/format.m: Tweak for i686, where ssize_t is int. (r308067) Modified: cfe/trunk/test/FixIt/format.m Modified: cfe/trunk/test/FixIt/format.m URL

[clang-tools-extra] r308085 - ClangApplyReplacementsTests: Add clangBasic in libdeps.

2017-07-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Jul 14 23:32:10 2017 New Revision: 308085 URL: http://llvm.org/viewvc/llvm-project?rev=308085&view=rev Log: ClangApplyReplacementsTests: Add clangBasic in libdeps. r308015 introduced clangBasic to instantiate Diagnostics &c, Modified: clang-tools-extra/trunk/unittes

r308277 - [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h.

2017-07-18 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Jul 18 01:55:03 2017 New Revision: 308277 URL: http://llvm.org/viewvc/llvm-project?rev=308277&view=rev Log: [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h. LLVM_ENABLE_MODULES is sensitive of -D. Move them into config.h. FIXM

r308587 - clang/module.modulemap: Split out Clang_RewriteFrontend from Clang_Rewrite.

2017-07-19 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Jul 19 23:08:53 2017 New Revision: 308587 URL: http://llvm.org/viewvc/llvm-project?rev=308587&view=rev Log: clang/module.modulemap: Split out Clang_RewriteFrontend from Clang_Rewrite. FIXME: Both Rewrite(Core) and RewriteFrontend don't cover just under clang/Rewrite. Th

r308593 - clang/module.modulemap: Clang_Diagnostics: Activate "Sema/SemaDiagnostic.h".

2017-07-20 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Jul 20 00:51:47 2017 New Revision: 308593 URL: http://llvm.org/viewvc/llvm-project?rev=308593&view=rev Log: clang/module.modulemap: Clang_Diagnostics: Activate "Sema/SemaDiagnostic.h". It seems issues were resolved. Modified: cfe/trunk/include/clang/module.modulemap

[clang-tools-extra] r308807 - clangDaemon: Update libdeps in r308738.

2017-07-21 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Jul 21 16:48:26 2017 New Revision: 308807 URL: http://llvm.org/viewvc/llvm-project?rev=308807&view=rev Log: clangDaemon: Update libdeps in r308738. Modified: clang-tools-extra/trunk/clangd/CMakeLists.txt Modified: clang-tools-extra/trunk/clangd/CMakeLists.txt URL:

r308832 - clang/module.modulemap: Split out Clang_ToolingCore from Clang_Tooling.

2017-07-22 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Jul 22 18:40:36 2017 New Revision: 308832 URL: http://llvm.org/viewvc/llvm-project?rev=308832&view=rev Log: clang/module.modulemap: Split out Clang_ToolingCore from Clang_Tooling. It cuts clangFormat's dependencies out of; Clang_Analysis Clang_C Clang_Diagnostics

r308844 - [Modules] Rework r274270. Let Clang targets depend on intrinsics_gen.

2017-07-22 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Jul 22 22:09:44 2017 New Revision: 308844 URL: http://llvm.org/viewvc/llvm-project?rev=308844&view=rev Log: [Modules] Rework r274270. Let Clang targets depend on intrinsics_gen. This gets rid of almost LLVM targets unconditionally depending on intrinsic_gen. Clang's mod

r309052 - clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h: Add a forward decl AnalysisManager, to unbreak modules build.

2017-07-25 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Jul 25 16:23:17 2017 New Revision: 309052 URL: http://llvm.org/viewvc/llvm-project?rev=309052&view=rev Log: clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h: Add a forward decl AnalysisManager, to unbreak modules build. Modified: cfe/trunk/include/clang/Stati

Re: r309189 - Clang and LLVM search for different versions of libxml2, reset found

2017-07-26 Thread NAKAMURA Takumi via cfe-commits
Seems clang.git stuck to r309145. LLVM.ORG's git-svn doesn't fetch r309155. At the moment, I made llvm-project.git suspended. It will be rebased later. On Thu, Jul 27, 2017 at 8:13 AM Reid Kleckner wrote: > This commit hasn't been imported to > https://github.com/llvm-project/llvm-project-20170

r309499 - CodeGenModule.cpp: [PR33810][Modules] Make sure actual memory corruption before random crash with -fmodules.

2017-07-29 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Jul 29 21:08:23 2017 New Revision: 309499 URL: http://llvm.org/viewvc/llvm-project?rev=309499&view=rev Log: CodeGenModule.cpp: [PR33810][Modules] Make sure actual memory corruption before random crash with -fmodules. Modified: cfe/trunk/lib/CodeGen/CodeGenModule.cpp

r309501 - CodeGenModule.cpp: [PR33810][Modules] Avoid reusing FoundStr to try to fix crash.

2017-07-29 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Jul 29 22:06:26 2017 New Revision: 309501 URL: http://llvm.org/viewvc/llvm-project?rev=309501&view=rev Log: CodeGenModule.cpp: [PR33810][Modules] Avoid reusing FoundStr to try to fix crash. MangledDeclNames might grow up and be reallocated when it were reused by reente

r309504 - CodeGenModule.cpp: [PR33810][Modules] Remove an assertion that confirms MangledDeclNames[CanonicalGD] might be still empty.

2017-07-29 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Jul 29 23:39:52 2017 New Revision: 309504 URL: http://llvm.org/viewvc/llvm-project?rev=309504&view=rev Log: CodeGenModule.cpp: [PR33810][Modules] Remove an assertion that confirms MangledDeclNames[CanonicalGD] might be still empty. FIXME: It is accepted that MangledDecl

[libcxxabi] r309551 - libcxxabi: Suppress LLVM_ENABLE_MODULES

2017-07-31 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Jul 31 02:35:08 2017 New Revision: 309551 URL: http://llvm.org/viewvc/llvm-project?rev=309551&view=rev Log: libcxxabi: Suppress LLVM_ENABLE_MODULES Differential Revision: https://reviews.llvm.org/D35542 Modified: libcxxabi/trunk/CMakeLists.txt Modified: libcxxabi/t

r309557 - [CMake][Modules] libclang: Ignore _CINDEX_LIB_ and CLANG_TOOL_EXTRA_BUILD for -fmodules.

2017-07-31 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Jul 31 04:45:20 2017 New Revision: 309557 URL: http://llvm.org/viewvc/llvm-project?rev=309557&view=rev Log: [CMake][Modules] libclang: Ignore _CINDEX_LIB_ and CLANG_TOOL_EXTRA_BUILD for -fmodules. CLANG_TOOL_EXTRA_BUILD doesn't affect headers. _CINDEX_LIB_ is defined w

Re: [clang-tools-extra] r308721 - [clangd] Specified --gcc-toolchain explicitly in VFS test.

2017-08-03 Thread NAKAMURA Takumi via cfe-commits
My builder is failing, [ RUN ] ClangdVFSTest.SearchLibDir /home/bb/bootstrap-clang-libcxx-lld-i686-linux/llvm-project/clang-tools-extra/unittests/clangd/ClangdTests.cpp:492: Failure Value of: DiagConsumer.hadErrorInLastDiags() Actual: true Expected: false [ FAILED ] ClangdVFSTest.SearchLi

[clang-tools-extra] r309936 - ClangdTests: Try to unbreak the case CLANG_DEFAULT_CXX_STDLIB=libc++.

2017-08-03 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Aug 3 06:30:43 2017 New Revision: 309936 URL: http://llvm.org/viewvc/llvm-project?rev=309936&view=rev Log: ClangdTests: Try to unbreak the case CLANG_DEFAULT_CXX_STDLIB=libc++. Modified: clang-tools-extra/trunk/unittests/clangd/ClangdTests.cpp Modified: clang-tools

r310030 - Revert r309984, "Use "foo-12345.o" instead of "foo.o-12345" as temporary file name."

2017-08-03 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Aug 3 23:35:32 2017 New Revision: 310030 URL: http://llvm.org/viewvc/llvm-project?rev=310030&view=rev Log: Revert r309984, "Use "foo-12345.o" instead of "foo.o-12345" as temporary file name." It generates MODULE--.pcm, then GlobalModuleIndex.cpp is

Re: r310403 - Thread Safety Analysis: warn on nonsensical attributes.

2017-08-11 Thread NAKAMURA Takumi via cfe-commits
It causes failure in check-libcxx with just-built clang. http://bb.pgr.jp/builders/bootstrap-clang-libcxx-lld-i686-linux/builds/758 On Wed, Aug 9, 2017 at 4:45 AM Josh Gao via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: jmgao > Date: Tue Aug 8 12:44:35 2017 > New Revision: 310403

Re: r310403 - Thread Safety Analysis: warn on nonsensical attributes.

2017-08-11 Thread NAKAMURA Takumi via cfe-commits
Thanks! On Fri, Aug 11, 2017 at 4:56 PM Josh Gao wrote: > Reverted in r310698. > > On Fri, Aug 11, 2017 at 12:51 AM, Josh Gao wrote: > >> Sorry for the breakage, I'm reverting the patch that caused this now. >> >> On Fri, Aug 11, 2017 at 12:36 AM, NAKAMURA Takumi >> wrote: >> >>> It causes fai

Notice: The buildbot bb.pgr.jp will be suspended within a few days

2017-11-20 Thread NAKAMURA Takumi via cfe-commits
Due to resource issue, I have to terminate it. As you know, it has been working for several years and I am certain it has been useful and helpful to guys. I am not sure whether I could restart it or not. I loved it. Thank you, Takumi Nakamura ___ cfe-com

r275756 - Revert r275678, "Revert "Revert r275027 - Let FuncAttrs infer the 'returned' argument attribute""

2016-07-17 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sun Jul 17 22:23:25 2016 New Revision: 275756 URL: http://llvm.org/viewvc/llvm-project?rev=275756&view=rev Log: Revert r275678, "Revert "Revert r275027 - Let FuncAttrs infer the 'returned' argument attribute"" This reverts also r275029, "Update Clang tests after adding infe

[clang-tools-extra] r275985 - ClangRenameTests: Update libdeps. r275958 introduced clangASTMatchers.

2016-07-19 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Jul 19 10:33:14 2016 New Revision: 275985 URL: http://llvm.org/viewvc/llvm-project?rev=275985&view=rev Log: ClangRenameTests: Update libdeps. r275958 introduced clangASTMatchers. Modified: clang-tools-extra/trunk/unittests/clang-rename/CMakeLists.txt Modified: clang

[clang-tools-extra] r275986 - clangRename: Update libdeps to add clangASTMatchers.

2016-07-19 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Jul 19 10:53:11 2016 New Revision: 275986 URL: http://llvm.org/viewvc/llvm-project?rev=275986&view=rev Log: clangRename: Update libdeps to add clangASTMatchers. Note, ClangRenameTests is linking USRFindingAction.cpp directly. Modified: clang-tools-extra/trunk/clang-

[clang-tools-extra] r276445 - ClangRenameTests: Update libdeps.

2016-07-22 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Jul 22 12:33:04 2016 New Revision: 276445 URL: http://llvm.org/viewvc/llvm-project?rev=276445&view=rev Log: ClangRenameTests: Update libdeps. Modified: clang-tools-extra/trunk/unittests/clang-rename/CMakeLists.txt Modified: clang-tools-extra/trunk/unittests/clang-re

[clang-tools-extra] r277452 - clang-tools-extra/test/clang-rename/TemplateTypenameFindBy*.cpp: Appease targeting ms mode.

2016-08-02 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Aug 2 08:17:40 2016 New Revision: 277452 URL: http://llvm.org/viewvc/llvm-project?rev=277452&view=rev Log: clang-tools-extra/test/clang-rename/TemplateTypenameFindBy*.cpp: Appease targeting ms mode. Modified: clang-tools-extra/trunk/test/clang-rename/TemplateTypen

[clang-tools-extra] r277451 - clang-tools-extra/test/clang-rename/TemplateTypenameFindBy*.cpp: Move RUN: lines below not to be affected by tweaks of parameters.

2016-08-02 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Aug 2 08:17:36 2016 New Revision: 277451 URL: http://llvm.org/viewvc/llvm-project?rev=277451&view=rev Log: clang-tools-extra/test/clang-rename/TemplateTypenameFindBy*.cpp: Move RUN: lines below not to be affected by tweaks of parameters. Modified: clang-tools-extr

Re: [PATCH] D22853: [clang-rename] add support for template parameter renaming

2016-08-02 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: chapuni. chapuni added a comment. Seems a couple of tests would be incompatible to -fdelayed-template-parsing. Appeased in r277452. Repository: rL LLVM https://reviews.llvm.org/D22853 ___ cfe-commits mailing list cfe-

[clang] [llvm] [MC/DC] Refactor: Make `MCDCParams` as `std::variant` (PR #81227)

2024-02-11 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni edited https://github.com/llvm/llvm-project/pull/81227 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [MC/DC] Refactor: Make `MCDCParams` as `std::variant` (PR #81227)

2024-02-11 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni commented: @ornata I want to isolate Decision stuff and Branch stuff in `MCDCParams`. Also I'd like to encapsulate params into each record. Once parameters are set, they are expected to hold "valid" values. Zeroing really confused me, (possibly us). I've found `std::

[clang] [llvm] [MC/DC] Refactor: Make `MCDCParams` as `std::variant` (PR #81227)

2024-02-11 Thread NAKAMURA Takumi via cfe-commits
@@ -308,13 +309,21 @@ Error RawCoverageMappingReader::readMappingRegionsSubArray( return Err; if (auto Err = readIntMax(FID, std::numeric_limits::max())) return Err; + if (ID == 0) +return make_error( +cove

[clang] [llvm] [MC/DC] Refactor: Make `MCDCParams` as `std::variant` (PR #81227)

2024-02-12 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni updated https://github.com/llvm/llvm-project/pull/81227 >From c2b49a5317bf5b8af419cba814f95cc9305bec21 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 8 Feb 2024 23:12:54 +0900 Subject: [PATCH 1/3] [MC/DC] Refactor: Make `MCDCParams` as `std::variant` Intro

[clang] [llvm] [MC/DC] Refactor: Introduce `MCDCTypes.h` for `coverage::mcdc` (PR #81459)

2024-02-12 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni created https://github.com/llvm/llvm-project/pull/81459 They can be also used in `clang`. Introduce the lightweight header instead of `CoverageMapping.h`. >From 03bab9acf5aa3bf13c2223e92dbad040202d34bd Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 12 Feb

[clang] [llvm] [MC/DC] Refactor: Introduce `MCDCTypes.h` for `coverage::mcdc` (PR #81459)

2024-02-12 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni updated https://github.com/llvm/llvm-project/pull/81459 >From 03bab9acf5aa3bf13c2223e92dbad040202d34bd Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 12 Feb 2024 18:43:56 +0900 Subject: [PATCH 1/2] [MC/DC] Refactor: Introduce `MCDCTypes.h` for the namespac

[clang] clangCodeGen: Introduce `mcdc::State` with `MCDCState.h` (PR #81497)

2024-02-12 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni created https://github.com/llvm/llvm-project/pull/81497 This packs; * `BitmapBytes` * `BitmapMap` * `CondIDMap` Also imports `mcdc::ConditionID` and `mcdc::Parameters`. >From 80db8d1d054933a204b8b551687f65a80ea9cafa Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Dat

[clang] [llvm] [MC/DC] Refactor: Introduce `MCDCTypes.h` for `coverage::mcdc` (PR #81459)

2024-02-12 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni updated https://github.com/llvm/llvm-project/pull/81459 >From 03bab9acf5aa3bf13c2223e92dbad040202d34bd Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 12 Feb 2024 18:43:56 +0900 Subject: [PATCH 1/3] [MC/DC] Refactor: Introduce `MCDCTypes.h` for the namespac

[clang] clangCodeGen: Introduce `mcdc::State` with `MCDCState.h` (PR #81497)

2024-02-12 Thread NAKAMURA Takumi via cfe-commits
chapuni wrote: @evodius96 Thanks. I can wait for other comments for a few days. Considerations: * `MCDCState.h` is enough small to be embeded into `CodeGenPGO.h`. I guess it nasty a bit if I did, though. * `MCDCState.h` involves `CoverageMapping.h`, that is not small. It shall be replaced with

[clang] [llvm] [MC/DC] Refactor: Introduce `MCDCTypes.h` for `coverage::mcdc` (PR #81459)

2024-02-13 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni edited https://github.com/llvm/llvm-project/pull/81459 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [MC/DC] Refactor: Introduce `MCDCTypes.h` for `coverage::mcdc` (PR #81459)

2024-02-13 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni closed https://github.com/llvm/llvm-project/pull/81459 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [MC/DC] Refactor: Make `MCDCParams` as `std::variant` (PR #81227)

2024-02-13 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni updated https://github.com/llvm/llvm-project/pull/81227 >From c2b49a5317bf5b8af419cba814f95cc9305bec21 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 8 Feb 2024 23:12:54 +0900 Subject: [PATCH 1/3] [MC/DC] Refactor: Make `MCDCParams` as `std::variant` Intro

[clang] [llvm] [MC/DC] Refactor: Make `MCDCParams` as `std::variant` (PR #81227)

2024-02-13 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni edited https://github.com/llvm/llvm-project/pull/81227 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [MC/DC] Refactor: Make `MCDCParams` as `std::variant` (PR #81227)

2024-02-13 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni closed https://github.com/llvm/llvm-project/pull/81227 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] clangCodeGen: Introduce `mcdc::State` with `MCDCState.h` (PR #81497)

2024-02-13 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni updated https://github.com/llvm/llvm-project/pull/81497 >From 80db8d1d054933a204b8b551687f65a80ea9cafa Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 13 Feb 2024 01:04:50 +0900 Subject: [PATCH] clangCodeGen: Introduce `mcdc::State` with `MCDCState.h` This

[clang] clangCodeGen: Introduce `mcdc::State` with `MCDCState.h` (PR #81497)

2024-02-13 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni edited https://github.com/llvm/llvm-project/pull/81497 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] clangCodeGen: Introduce `MCDC::State` with `MCDCState.h` (PR #81497)

2024-02-13 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni edited https://github.com/llvm/llvm-project/pull/81497 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [MC/DC] Refactor: Introduce `ConditionIDs` as `std::array<2>` (PR #81221)

2024-02-13 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni updated https://github.com/llvm/llvm-project/pull/81221 >From 66bb6cc3fd339360c16c6a98ce08f34978f665e0 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 9 Feb 2024 07:56:51 +0900 Subject: [PATCH 1/3] [MC/DC] Refactor: Introduce `ConditionIDs` as `std::array<2

[clang] [llvm] [MC/DC] Refactor: Let MCDCConditionID int16_t with zero-origin (PR #81257)

2024-02-13 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni updated https://github.com/llvm/llvm-project/pull/81257 >From b2e8b3eaa067844a5fa5643aca17dbb0f237182e Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 10 Feb 2024 00:08:36 +0900 Subject: [PATCH 1/2] [MC/DC] Refactor: Let MCDCConditionID int16_t with zero-or

[clang] clangCodeGen: Introduce `MCDC::State` with `MCDCState.h` (PR #81497)

2024-02-14 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni edited https://github.com/llvm/llvm-project/pull/81497 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] clangCodeGen: Introduce `MCDC::State` with `MCDCState.h` (PR #81497)

2024-02-14 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni closed https://github.com/llvm/llvm-project/pull/81497 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [MC/DC] Refactor: Introduce `ConditionIDs` as `std::array<2>` (PR #81221)

2024-02-14 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni updated https://github.com/llvm/llvm-project/pull/81221 >From 66bb6cc3fd339360c16c6a98ce08f34978f665e0 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 9 Feb 2024 07:56:51 +0900 Subject: [PATCH 1/4] [MC/DC] Refactor: Introduce `ConditionIDs` as `std::array<2

[clang] [llvm] [MC/DC] Refactor: Introduce `ConditionIDs` as `std::array<2>` (PR #81221)

2024-02-14 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni closed https://github.com/llvm/llvm-project/pull/81221 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [MC/DC] Refactor: Let MCDCConditionID int16_t with zero-origin (PR #81257)

2024-02-14 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni updated https://github.com/llvm/llvm-project/pull/81257 >From b2e8b3eaa067844a5fa5643aca17dbb0f237182e Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 10 Feb 2024 00:08:36 +0900 Subject: [PATCH 1/2] [MC/DC] Refactor: Let MCDCConditionID int16_t with zero-or

[clang] [llvm] [MC/DC] Refactor: Let MCDCConditionID int16_t with zero-origin (PR #81257)

2024-02-14 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni closed https://github.com/llvm/llvm-project/pull/81257 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 3fe5a0c - MCDCCoverageBuilder: Use `pop_back_val()`

2024-02-15 Thread NAKAMURA Takumi via cfe-commits
Author: NAKAMURA Takumi Date: 2024-02-15T20:27:47+09:00 New Revision: 3fe5a0cfa5391db18fcc226f3f783642d3f44503 URL: https://github.com/llvm/llvm-project/commit/3fe5a0cfa5391db18fcc226f3f783642d3f44503 DIFF: https://github.com/llvm/llvm-project/commit/3fe5a0cfa5391db18fcc226f3f783642d3f44503.dif

[clang] 75f0d40 - CoverageMapping: Move `getParams(MCDCParams)` into `mcdc::`

2024-02-15 Thread NAKAMURA Takumi via cfe-commits
Author: NAKAMURA Takumi Date: 2024-02-15T20:27:47+09:00 New Revision: 75f0d40507ea3f7c99dd3250ff0fbe6dab341910 URL: https://github.com/llvm/llvm-project/commit/75f0d40507ea3f7c99dd3250ff0fbe6dab341910 DIFF: https://github.com/llvm/llvm-project/commit/75f0d40507ea3f7c99dd3250ff0fbe6dab341910.dif

[clang] [llvm] [MC/DC][Coverage] Loosen the limit of NumConds from 6 (PR #82448)

2024-02-20 Thread NAKAMURA Takumi via cfe-commits
https://github.com/chapuni edited https://github.com/llvm/llvm-project/pull/82448 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

<    1   2   3   4   5   6   >