r313511 - Fix a warning discovered by rL313487. [-Wunused-lambda-capture]

2017-09-17 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sun Sep 17 21:55:33 2017 New Revision: 313511 URL: http://llvm.org/viewvc/llvm-project?rev=313511&view=rev Log: Fix a warning discovered by rL313487. [-Wunused-lambda-capture] Modified: cfe/trunk/lib/Lex/PPLexerChange.cpp Modified: cfe/trunk/lib/Lex/PPLexerChange.cpp UR

r313513 - Revert rL313511, "Fix a warning discovered by rL313487. [-Wunused-lambda-capture]"

2017-09-17 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sun Sep 17 22:52:57 2017 New Revision: 313513 URL: http://llvm.org/viewvc/llvm-project?rev=313513&view=rev Log: Revert rL313511, "Fix a warning discovered by rL313487. [-Wunused-lambda-capture]" It was incompatible to msc. Modified: cfe/trunk/lib/Lex/PPLexerChange.cpp

Re: r313521 - Another attempt to fix warning discovered by r313487. [-Wunused-lambda-capture]

2017-09-18 Thread NAKAMURA Takumi via cfe-commits
Seems fixed! Thanks! On Mon, Sep 18, 2017 at 5:27 PM Vitaly Buka via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: vitalybuka > Date: Mon Sep 18 01:26:01 2017 > New Revision: 313521 > > URL: http://llvm.org/viewvc/llvm-project?rev=313521&view=rev > Log: > Another attempt to fix warni

Re: r313955 - Give external linkage and mangling to lambdas inside inline variables and variable templates.

2017-09-23 Thread NAKAMURA Takumi via cfe-commits
It seems libcxx (with -fmodules) dislikes this change. Any idea? http://bb.pgr.jp/builders/bootstrap-clang-libcxx-lld-i686-linux/builds/238 On Fri, Sep 22, 2017 at 1:26 PM Richard Smith via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: rsmith > Date: Thu Sep 21 21:25:05 2017 > New Re

r314586 - clang/test/SemaCXX/ms-iunknown-template-function.cpp: Appease for targeting *-win32.

2017-09-30 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Sep 30 02:16:41 2017 New Revision: 314586 URL: http://llvm.org/viewvc/llvm-project?rev=314586&view=rev Log: clang/test/SemaCXX/ms-iunknown-template-function.cpp: Appease for targeting *-win32. This expects the warning; File clang/test/SemaCXX/ms-iunknown-template-fun

Re: r314650 - Dependent Address Space Support Test File

2017-10-02 Thread NAKAMURA Takumi via cfe-commits
On Mon, Oct 2, 2017 at 3:33 PM Andrew Gozillon via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: agozillon > Date: Sun Oct 1 23:31:25 2017 > New Revision: 314650 > > URL: http://llvm.org/viewvc/llvm-project?rev=314650&view=rev > Log: > Dependent Address Space Support Test File > > Ad

Re: r315251 - [Modules TS] Module ownership semantics for redeclarations.

2017-10-10 Thread NAKAMURA Takumi via cfe-commits
FYI, I tweaked the tree in rL315283. Shall we restore it? On Tue, Oct 10, 2017 at 9:41 PM Eric Liu via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Hi Richard, > > This is breaking the boostrap stage in the internal integration. I'm > seeing "unsupported: typedef changes linkage of anonymou

r315428 - ClangCodeGenTests: Update libdeps in rL315392, +clangAST.

2017-10-10 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Oct 10 21:20:19 2017 New Revision: 315428 URL: http://llvm.org/viewvc/llvm-project?rev=315428&view=rev Log: ClangCodeGenTests: Update libdeps in rL315392, +clangAST. Modified: cfe/trunk/unittests/CodeGen/CMakeLists.txt Modified: cfe/trunk/unittests/CodeGen/CMakeList

r315435 - Reorder.

2017-10-10 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Oct 10 21:54:05 2017 New Revision: 315435 URL: http://llvm.org/viewvc/llvm-project?rev=315435&view=rev Log: Reorder. Modified: cfe/trunk/unittests/CodeGen/CMakeLists.txt Modified: cfe/trunk/unittests/CodeGen/CMakeLists.txt URL: http://llvm.org/viewvc/llvm-project/c

r315566 - clang/module.modulemap: Create Clang_Frontend_CodeGenOptions to remove some dependencies in clangBasic.

2017-10-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Oct 11 23:39:44 2017 New Revision: 315566 URL: http://llvm.org/viewvc/llvm-project?rev=315566&view=rev Log: clang/module.modulemap: Create Clang_Frontend_CodeGenOptions to remove some dependencies in clangBasic. - Clang_Analysis - Clang_C - Clang_Frontend - Clang_Lex -

r315573 - Fix warnings. [-Wdocumentation]

2017-10-12 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Oct 12 02:42:14 2017 New Revision: 315573 URL: http://llvm.org/viewvc/llvm-project?rev=315573&view=rev Log: Fix warnings. [-Wdocumentation] Modified: cfe/trunk/lib/Lex/TokenLexer.cpp cfe/trunk/lib/Sema/MultiplexExternalSemaSource.cpp cfe/trunk/lib/Serializati

r315572 - SVal::getAsSymbol(bool IncludeBaseRegions): Follow clang/StaticAnalyzer/Core/PathSensitive/SVals.h, s/IncludeBaseRegion/IncludeBaseRegions/g [-Wdocumentation]

2017-10-12 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Oct 12 02:42:12 2017 New Revision: 315572 URL: http://llvm.org/viewvc/llvm-project?rev=315572&view=rev Log: SVal::getAsSymbol(bool IncludeBaseRegions): Follow clang/StaticAnalyzer/Core/PathSensitive/SVals.h, s/IncludeBaseRegion/IncludeBaseRegions/g [-Wdocumentation] Mo

r315806 - Revert rL315787, "[Sema] Warn about unused variables if we can constant evaluate the initializer."

2017-10-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Oct 14 07:46:04 2017 New Revision: 315806 URL: http://llvm.org/viewvc/llvm-project?rev=315806&view=rev Log: Revert rL315787, "[Sema] Warn about unused variables if we can constant evaluate the initializer." check-libcxx dislikes it. Modified: cfe/trunk/lib/Sema/Sem

r316061 - [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER)

2017-10-17 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Oct 17 22:21:17 2017 New Revision: 316061 URL: http://llvm.org/viewvc/llvm-project?rev=316061&view=rev Log: [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) It'd be better that they are #cmakedefine01 rather than #cmakedefine. (#if FOO r

Re: r305239 - Revert r301742 which made ExprConstant checking apply to all full-exprs.

2017-06-12 Thread NAKAMURA Takumi via cfe-commits
It triggered a test failure for targeting i686 (seems also for arm) See also; http://bb.pgr.jp/builders/test-clang-i686-linux-RA/builds/3566 On Tue, Jun 13, 2017 at 6:59 AM Nick Lewycky via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: nicholas > Date: Mon Jun 12 16:59:18 2017 > New

r306372 - clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.

2017-06-27 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Jun 27 00:40:47 2017 New Revision: 306372 URL: http://llvm.org/viewvc/llvm-project?rev=306372&view=rev Log: clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32. Modified: cfe/trunk/test/CodeGenObjC/ivar-type-encoding.m Modified: cfe/trunk/test/CodeGen

r306511 - DiagnosticRenderer.h: Prune \param SM, corresponding to rL306384. [-Wdocumentation]

2017-06-27 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Jun 27 23:46:23 2017 New Revision: 306511 URL: http://llvm.org/viewvc/llvm-project?rev=306511&view=rev Log: DiagnosticRenderer.h: Prune \param SM, corresponding to rL306384. [-Wdocumentation] Modified: cfe/trunk/include/clang/Frontend/DiagnosticRenderer.h Modified:

[clang-tools-extra] r306612 - clangDaemon requires clangLex.

2017-06-28 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Jun 28 15:57:15 2017 New Revision: 306612 URL: http://llvm.org/viewvc/llvm-project?rev=306612&view=rev Log: clangDaemon requires clangLex. Modified: clang-tools-extra/trunk/clangd/CMakeLists.txt Modified: clang-tools-extra/trunk/clangd/CMakeLists.txt URL: http://ll

r306660 - Revert r306653, "[OpenCL] Allow function declaration with empty argument list."

2017-06-29 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Jun 29 03:47:23 2017 New Revision: 306660 URL: http://llvm.org/viewvc/llvm-project?rev=306660&view=rev Log: Revert r306653, "[OpenCL] Allow function declaration with empty argument list." It broke bots. Removed: cfe/trunk/test/SemaOpenCL/function-no-args.cl Modified

[clang-tools-extra] r307068 - ClangdServer.cpp: Suppress a warning. [-Wunused-lambda-capture]

2017-07-05 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Jul 4 05:12:14 2017 New Revision: 307068 URL: http://llvm.org/viewvc/llvm-project?rev=307068&view=rev Log: ClangdServer.cpp: Suppress a warning. [-Wunused-lambda-capture] Modified: clang-tools-extra/trunk/clangd/ClangdServer.cpp Modified: clang-tools-extra/trunk/cl

[clang-tools-extra] r307876 - clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header.cpp: Resolve flakiness in the test.

2017-07-12 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Jul 12 19:06:30 2017 New Revision: 307876 URL: http://llvm.org/viewvc/llvm-project?rev=307876&view=rev Log: clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header.cpp: Resolve flakiness in the test. Tests would go flaky if; 1. Using %T (not %t) 2.

r311270 - clang/test/Tooling/clang-diff-ast.cpp: Satisfy thiscall.

2017-08-19 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Aug 19 17:02:20 2017 New Revision: 311270 URL: http://llvm.org/viewvc/llvm-project?rev=311270&view=rev Log: clang/test/Tooling/clang-diff-ast.cpp: Satisfy thiscall. clang/test/Tooling/clang-diff-ast.cpp:45:12: error: expected string not found in input // CHECK: CXX

r311846 - ClangCodeGenTests: Update libdeps.

2017-08-27 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sun Aug 27 04:46:05 2017 New Revision: 311846 URL: http://llvm.org/viewvc/llvm-project?rev=311846&view=rev Log: ClangCodeGenTests: Update libdeps. Modified: cfe/trunk/unittests/CodeGen/CMakeLists.txt Modified: cfe/trunk/unittests/CodeGen/CMakeLists.txt URL: http://llvm

[clang-tools-extra] r312137 - clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp: Appease *-win32 to add explicit triple.

2017-08-30 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Aug 30 09:34:51 2017 New Revision: 312137 URL: http://llvm.org/viewvc/llvm-project?rev=312137&view=rev Log: clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp: Appease *-win32 to add explicit triple. Modified: clang-tools-extra/trunk/test/clang-tidy/hicpp-si

r313128 - clang/lib/Driver/ToolChains/Darwin.h: Add proper style to comments. [-Wdocumentation]

2017-09-13 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Sep 13 00:58:46 2017 New Revision: 313128 URL: http://llvm.org/viewvc/llvm-project?rev=313128&view=rev Log: clang/lib/Driver/ToolChains/Darwin.h: Add proper style to comments. [-Wdocumentation] Modified: cfe/trunk/lib/Driver/ToolChains/Darwin.h Modified: cfe/trunk/

r302741 - clang/lib/Tooling/RefactoringCallbacks.cpp: Avoid std::errc::bad_message.

2017-05-10 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed May 10 17:30:44 2017 New Revision: 302741 URL: http://llvm.org/viewvc/llvm-project?rev=302741&view=rev Log: clang/lib/Tooling/RefactoringCallbacks.cpp: Avoid std::errc::bad_message. Modified: cfe/trunk/lib/Tooling/RefactoringCallbacks.cpp Modified: cfe/trunk/lib/Too

r302757 - clang/test/CodeGenCXX/array-default-argument.cpp: Satisfy targets that have x86_thiscallcc.

2017-05-10 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed May 10 21:39:30 2017 New Revision: 302757 URL: http://llvm.org/viewvc/llvm-project?rev=302757&view=rev Log: clang/test/CodeGenCXX/array-default-argument.cpp: Satisfy targets that have x86_thiscallcc. Modified: cfe/trunk/test/CodeGenCXX/array-default-argument.cpp Mo

r302758 - Prune unused \param(s) of clang::Parser::ParseTemplateIdAfterTemplateName() in r302737. [-Wdocumentation]

2017-05-10 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed May 10 21:43:47 2017 New Revision: 302758 URL: http://llvm.org/viewvc/llvm-project?rev=302758&view=rev Log: Prune unused \param(s) of clang::Parser::ParseTemplateIdAfterTemplateName() in r302737. [-Wdocumentation] Modified: cfe/trunk/lib/Parse/ParseTemplate.cpp Mod

r302795 - Fix two-stage build on windows using DistributionExample cmake cache

2017-05-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu May 11 08:19:24 2017 New Revision: 302795 URL: http://llvm.org/viewvc/llvm-project?rev=302795&view=rev Log: Fix two-stage build on windows using DistributionExample cmake cache Thanks to Matthew Larionov Modified: cfe/trunk/CMakeLists.txt cfe/trunk/cmake/caches

Re: Fix two-stage build on windows using DistributionExample cmake cache

2017-05-11 Thread NAKAMURA Takumi via cfe-commits
Applied in r302795. On Thu, May 11, 2017 at 9:51 PM Chris Bieneman via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Normally I would be happy to, but I'm actually at the airport about to > board a flight and won't have reliable internet access for at least the > next 24 hours. > > Can someo

r303414 - CodeGenFunction::EmitPointerWithAlignment(): Prune a \param in r303358, possibly obsolete. [-Wdocumentation]

2017-05-19 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri May 19 05:19:59 2017 New Revision: 303414 URL: http://llvm.org/viewvc/llvm-project?rev=303414&view=rev Log: CodeGenFunction::EmitPointerWithAlignment(): Prune a \param in r303358, possibly obsolete. [-Wdocumentation] Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.h

[clang-tools-extra] r304067 - ClangdTests.cpp: Fix a possible typo, it was "if (TmpDir2 != TmpDir2)"

2017-05-27 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat May 27 03:06:52 2017 New Revision: 304067 URL: http://llvm.org/viewvc/llvm-project?rev=304067&view=rev Log: ClangdTests.cpp: Fix a possible typo, it was "if (TmpDir2 != TmpDir2)" It caused failures in unittests if TmpDir2 is not "/tmp" . Modified: clang-tools-extra/

Re: [clang-tools-extra] r303977 - [clangd] Allow to use vfs::FileSystem for file accesses.

2017-05-27 Thread NAKAMURA Takumi via cfe-commits
Hopefully fixed in r304067. See also; https://reviews.llvm.org/D33416#766533 On Sat, May 27, 2017 at 6:12 AM Vedant Kumar via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Hi Ilya, > > The unit test introduced by this commit hits an assertion failure on our > bots. Could you please take a l

[clang-tools-extra] r304082 - ClangdTests.cpp: Use "clang/Config/config.h" instead of "llvm/Config/config.h".

2017-05-27 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat May 27 18:19:28 2017 New Revision: 304082 URL: http://llvm.org/viewvc/llvm-project?rev=304082&view=rev Log: ClangdTests.cpp: Use "clang/Config/config.h" instead of "llvm/Config/config.h". Modified: clang-tools-extra/trunk/unittests/clangd/ClangdTests.cpp Modified: c

r304535 - clang/test/CodeGenCXX/unaligned-member-qualifier.cpp: Satisfy x86_thiscallcc.

2017-06-02 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Jun 2 04:53:05 2017 New Revision: 304535 URL: http://llvm.org/viewvc/llvm-project?rev=304535&view=rev Log: clang/test/CodeGenCXX/unaligned-member-qualifier.cpp: Satisfy x86_thiscallcc. Modified: cfe/trunk/test/CodeGenCXX/unaligned-member-qualifier.cpp Modified: cfe

r304868 - Reorder and reformat.

2017-06-06 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Jun 6 23:48:45 2017 New Revision: 304868 URL: http://llvm.org/viewvc/llvm-project?rev=304868&view=rev Log: Reorder and reformat. Modified: cfe/trunk/lib/AST/CMakeLists.txt Modified: cfe/trunk/lib/AST/CMakeLists.txt URL: http://llvm.org/viewvc/llvm-project/cfe/trun

r304869 - Update libdeps to add BinaryFormat, introduced in r304864.

2017-06-06 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Jun 6 23:48:49 2017 New Revision: 304869 URL: http://llvm.org/viewvc/llvm-project?rev=304869&view=rev Log: Update libdeps to add BinaryFormat, introduced in r304864. Modified: cfe/trunk/lib/AST/CMakeLists.txt cfe/trunk/lib/Driver/CMakeLists.txt Modified: cfe/tr

[clang-tools-extra] r316260 - clang-tidy: Fix deps.

2017-10-21 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Oct 21 04:02:30 2017 New Revision: 316260 URL: http://llvm.org/viewvc/llvm-project?rev=316260&view=rev Log: clang-tidy: Fix deps. Modified: clang-tools-extra/trunk/clang-tidy/CMakeLists.txt clang-tools-extra/trunk/clang-tidy/tool/CMakeLists.txt Modified: clang-t

r317075 - clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic]

2017-10-31 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Oct 31 21:43:22 2017 New Revision: 317075 URL: http://llvm.org/viewvc/llvm-project?rev=317075&view=rev Log: clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic] Modified: cfe/trunk/lib/Format/Format.cpp Modified: cfe/trunk/lib/Format/Format

r317089 - Reformat.

2017-11-01 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Nov 1 06:47:48 2017 New Revision: 317089 URL: http://llvm.org/viewvc/llvm-project?rev=317089&view=rev Log: Reformat. Modified: cfe/trunk/include/clang/Sema/Sema.h Modified: cfe/trunk/include/clang/Sema/Sema.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/incl

r317091 - Fix warnings discovered by rL317076. [-Wunused-private-field]

2017-11-01 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Nov 1 06:47:55 2017 New Revision: 317091 URL: http://llvm.org/viewvc/llvm-project?rev=317091&view=rev Log: Fix warnings discovered by rL317076. [-Wunused-private-field] Modified: cfe/trunk/include/clang/Sema/Sema.h Modified: cfe/trunk/include/clang/Sema/Sema.h URL:

[clang-tools-extra] r317538 - ClangdTests/JSONExprTests.cpp: Appease g++-4.8 to move raw string literal out of macro arg.

2017-11-06 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Nov 6 18:18:24 2017 New Revision: 317538 URL: http://llvm.org/viewvc/llvm-project?rev=317538&view=rev Log: ClangdTests/JSONExprTests.cpp: Appease g++-4.8 to move raw string literal out of macro arg. Modified: clang-tools-extra/trunk/unittests/clangd/JSONExprTests.c

r318274 - ASTMatchers.h: Avoid warnings due to "@throw". [-Wdocumentation]

2017-11-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Nov 14 22:53:45 2017 New Revision: 318274 URL: http://llvm.org/viewvc/llvm-project?rev=318274&view=rev Log: ASTMatchers.h: Avoid warnings due to "@throw". [-Wdocumentation] Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h Modified: cfe/trunk/include/clang

r318347 - clang/module.modulemap: clang/Basic/X86Target.def may be textual header.

2017-11-15 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Nov 15 15:04:44 2017 New Revision: 318347 URL: http://llvm.org/viewvc/llvm-project?rev=318347&view=rev Log: clang/module.modulemap: clang/Basic/X86Target.def may be textual header. Modified: cfe/trunk/include/clang/module.modulemap Modified: cfe/trunk/include/clang/

r298921 - clangToolingRefactor: Add libdeps upon clangFormat in r298913.

2017-03-28 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Mar 28 09:18:10 2017 New Revision: 298921 URL: http://llvm.org/viewvc/llvm-project?rev=298921&view=rev Log: clangToolingRefactor: Add libdeps upon clangFormat in r298913. Modified: cfe/trunk/lib/Tooling/Refactoring/CMakeLists.txt Modified: cfe/trunk/lib/Tooling/Refa

Re: r299410 - Modules/builtins.m requires shell.

2017-04-03 Thread NAKAMURA Takumi via cfe-commits
What was your issue? Seems nothing to do "shell". On Tue, Apr 4, 2017 at 12:03 PM Galina Kistanova via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: gkistanova > Date: Mon Apr 3 21:50:40 2017 > New Revision: 299410 > > URL: http://llvm.org/viewvc/llvm-project?rev=299410&view=rev > L

r299760 - CloneDetection.h: Fix warnings. [-Wdocumentation]

2017-04-07 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Apr 7 06:06:31 2017 New Revision: 299760 URL: http://llvm.org/viewvc/llvm-project?rev=299760&view=rev Log: CloneDetection.h: Fix warnings. [-Wdocumentation] Modified: cfe/trunk/include/clang/Analysis/CloneDetection.h Modified: cfe/trunk/include/clang/Analysis/Clone

r300145 - ExternalASTMerger.cpp: Silence another warning. [-Wunused-lambda-capture]

2017-04-12 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Apr 12 19:17:28 2017 New Revision: 300145 URL: http://llvm.org/viewvc/llvm-project?rev=300145&view=rev Log: ExternalASTMerger.cpp: Silence another warning. [-Wunused-lambda-capture] Modified: cfe/trunk/lib/AST/ExternalASTMerger.cpp Modified: cfe/trunk/lib/AST/Extern

r300303 - clang/test/CoverageMapping/unused_names.c: Relax an expression for targeting PECOFF.

2017-04-13 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Apr 13 22:16:48 2017 New Revision: 300303 URL: http://llvm.org/viewvc/llvm-project?rev=300303&view=rev Log: clang/test/CoverageMapping/unused_names.c: Relax an expression for targeting PECOFF. Modified: cfe/trunk/test/CoverageMapping/unused_names.c Modified: cfe/tr

Re: r300303 - clang/test/CoverageMapping/unused_names.c: Relax an expression for targeting PECOFF.

2017-04-13 Thread NAKAMURA Takumi via cfe-commits
Could you confirm if it is right fix? On Fri, Apr 14, 2017 at 12:29 PM NAKAMURA Takumi via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: chapuni > Date: Thu Apr 13 22:16:48 2017 > New Revision: 300303 > > URL: http://llvm.org/viewvc/llvm-project?rev=300303&am

[clang-tools-extra] r300545 - clang-tools-extra/test/clang-tidy/performance-inefficient-vector-operation.cpp: Appease targeting msvc with -fno-ms-extensions.

2017-04-18 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Apr 18 07:13:30 2017 New Revision: 300545 URL: http://llvm.org/viewvc/llvm-project?rev=300545&view=rev Log: clang-tools-extra/test/clang-tidy/performance-inefficient-vector-operation.cpp: Appease targeting msvc with -fno-ms-extensions. FIXME: This may work with -target

r301503 - clang/Lex/PPCallbacks.h: Fix a warning in r301472. [-Wdocumentation]

2017-04-26 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Apr 26 19:09:42 2017 New Revision: 301503 URL: http://llvm.org/viewvc/llvm-project?rev=301503&view=rev Log: clang/Lex/PPCallbacks.h: Fix a warning in r301472. [-Wdocumentation] Modified: cfe/trunk/include/clang/Lex/PPCallbacks.h Modified: cfe/trunk/include/clang/Lex

r301539 - clang/test/Modules/malformed-overload.m: Make sure module cache is clean.

2017-04-27 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Apr 27 08:08:48 2017 New Revision: 301539 URL: http://llvm.org/viewvc/llvm-project?rev=301539&view=rev Log: clang/test/Modules/malformed-overload.m: Make sure module cache is clean. Modified: cfe/trunk/test/Modules/malformed-overload.m Modified: cfe/trunk/test/Modul

r301613 - clang/test/Index/index-module.m: Relax expressions to satisfy DOSish path separator \\, since r301597.

2017-04-27 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Apr 27 23:17:31 2017 New Revision: 301613 URL: http://llvm.org/viewvc/llvm-project?rev=301613&view=rev Log: clang/test/Index/index-module.m: Relax expressions to satisfy DOSish path separator \\, since r301597. Modified: cfe/trunk/test/Index/index-module.m Modified

r301619 - clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1).

2017-04-27 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Apr 28 00:02:52 2017 New Revision: 301619 URL: http://llvm.org/viewvc/llvm-project?rev=301619&view=rev Log: clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1). Modified: cfe/trunk/test/ARCMT/remap-applying.c cfe/trunk/test/ARCMT/remap-apply

[clang-tools-extra] r301762 - clang-tools-extra/test/CMakeLists.txt: Rework r297806 (D29851) to make sure test utils should be built.

2017-04-29 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Apr 29 22:19:04 2017 New Revision: 301762 URL: http://llvm.org/viewvc/llvm-project?rev=301762&view=rev Log: clang-tools-extra/test/CMakeLists.txt: Rework r297806 (D29851) to make sure test utils should be built. FIXME: This may be moved to llvm's add_lit_target(). Modi

r301898 - clang/test/Modules/diag-flags.cpp: Appease targeting *-win32 with explicit triple. Fixes r301846.

2017-05-01 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue May 2 00:12:55 2017 New Revision: 301898 URL: http://llvm.org/viewvc/llvm-project?rev=301898&view=rev Log: clang/test/Modules/diag-flags.cpp: Appease targeting *-win32 with explicit triple. Fixes r301846. MicrosoftRecordLayoutBuilder doesn't have ability of -Wpadded.

Re: r301846 - Fix initial diagnostic state setup for an explicit module with no diagnostic pragmas.

2017-05-01 Thread NAKAMURA Takumi via cfe-commits
It didn't pass for targeting *-win32, since MicrosoftRecordLayoutBuilder doesn't have ability of -Wpadded. Tweaked in r301898. I guess other diag would be available here but I have no good idea. On Tue, May 2, 2017 at 7:23 AM Richard Smith via cfe-commits < cfe-commits@lists.llvm.org> wrote: > A

Re: [PATCH] D20997: [Coverage] Fix an assertion failure if the definition of an unused function spans multiple files.

2016-06-06 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: chapuni. chapuni added a comment. FYI :) --- a/clang/test/CoverageMapping/unused_function.cpp +++ b/clang/test/CoverageMapping/unused_function.cpp @@ -3,34 +3,34 @@ #define START_SCOPE { #define END_SCOPE } -// CHECK: _Z2f0v: +// CHECK: {{_Z2f0v|\?f0

r272253 - clang/test/CodeGenCXX/debug-info-method.cpp: Tweak for thiscall, for targeting Win32 x86.

2016-06-09 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Jun 9 05:06:13 2016 New Revision: 272253 URL: http://llvm.org/viewvc/llvm-project?rev=272253&view=rev Log: clang/test/CodeGenCXX/debug-info-method.cpp: Tweak for thiscall, for targeting Win32 x86. Modified: cfe/trunk/test/CodeGenCXX/debug-info-method.cpp Modified:

r272534 - MPIBugReporter.h: Fix a warning. [-Wdocumentation]

2016-06-12 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Jun 13 00:46:35 2016 New Revision: 272534 URL: http://llvm.org/viewvc/llvm-project?rev=272534&view=rev Log: MPIBugReporter.h: Fix a warning. [-Wdocumentation] Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h Modified: cfe/trunk/lib/Static

r272874 - clang/test/Driver/cuda-march.cu: Tweak not to match "clang" to other place like "path-to-clang-foo".

2016-06-15 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Jun 16 01:08:09 2016 New Revision: 272874 URL: http://llvm.org/viewvc/llvm-project?rev=272874&view=rev Log: clang/test/Driver/cuda-march.cu: Tweak not to match "clang" to other place like "path-to-clang-foo". Modified: cfe/trunk/test/Driver/cuda-march.cu Modified:

r272985 - ToolingTests/runToolOnCode.TestSkipFunctionBody: Appease msc targets.

2016-06-16 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Jun 16 21:04:51 2016 New Revision: 272985 URL: http://llvm.org/viewvc/llvm-project?rev=272985&view=rev Log: ToolingTests/runToolOnCode.TestSkipFunctionBody: Appease msc targets. Modified: cfe/trunk/unittests/Tooling/ToolingTest.cpp Modified: cfe/trunk/unittests/Tool

Re: [PATCH] D20821: Fix a few issues while skipping function bodies

2016-06-16 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: chapuni. Comment at: cfe/trunk/unittests/Tooling/ToolingTest.cpp:315 @@ -262,1 +314,3 @@ + runToolOnCode(new SkipBodyAction, +"template int skipMeNot() { an_error_here }")); } It didn't pass for targeting *-msv

r273230 - clang/test/Headers/opencl-c-header.cl: Add explicit -triple x86_64-unknown to appease *-win32 targets.

2016-06-20 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Jun 20 20:54:54 2016 New Revision: 273230 URL: http://llvm.org/viewvc/llvm-project?rev=273230&view=rev Log: clang/test/Headers/opencl-c-header.cl: Add explicit -triple x86_64-unknown to appease *-win32 targets. :9:25: note: possible intended match here %call = tail

r273343 - Stmt.h: Tweak r273312 to avoid bool:1 to appease win32.

2016-06-21 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Jun 21 19:41:50 2016 New Revision: 273343 URL: http://llvm.org/viewvc/llvm-project?rev=273343&view=rev Log: Stmt.h: Tweak r273312 to avoid bool:1 to appease win32. Modified: cfe/trunk/include/clang/AST/Stmt.h Modified: cfe/trunk/include/clang/AST/Stmt.h URL: http:/

r273624 - Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation]

2016-06-23 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Jun 23 17:47:59 2016 New Revision: 273624 URL: http://llvm.org/viewvc/llvm-project?rev=273624&view=rev Log: Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation] Modified: cfe/trunk/lib/Parse/ParseExprCXX.cpp Modified: cfe/trunk/lib/Parse/ParseExprC

[clang-tools-extra] r273834 - clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Satisfy thiscall.

2016-06-26 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sun Jun 26 18:56:07 2016 New Revision: 273834 URL: http://llvm.org/viewvc/llvm-project?rev=273834&view=rev Log: clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Satisfy thiscall. Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-use-using.cpp Modifie

[clang-tools-extra] r273993 - clang-rename: Update libdeps corresponding to r273910.

2016-06-27 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Jun 28 01:08:10 2016 New Revision: 273993 URL: http://llvm.org/viewvc/llvm-project?rev=273993&view=rev Log: clang-rename: Update libdeps corresponding to r273910. Modified: clang-tools-extra/trunk/clang-rename/tool/CMakeLists.txt Modified: clang-tools-extra/trunk/cl

r273994 - Revert r273950, (empty). Please recommit it with readable commit message.

2016-06-27 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Jun 28 01:10:54 2016 New Revision: 273994 URL: http://llvm.org/viewvc/llvm-project?rev=273994&view=rev Log: Revert r273950, (empty). Please recommit it with readable commit message. Modified: cfe/trunk/lib/Basic/Targets.cpp Modified: cfe/trunk/lib/Basic/Targets.cpp

Re: r273950 -

2016-06-27 Thread NAKAMURA Takumi via cfe-commits
Reverted it in r273994. I expect you may recommit it. ;) On Tue, Jun 28, 2016 at 9:12 AM Nico Weber via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Did you land this intentionally? What was the commit message supposed to > be? > > On Mon, Jun 27, 2016 at 6:11 PM, Chris Dewhurst via cfe-com

r274879 - clang/unittests/Analysis/CFGTest.cpp: Appease msc targets with -fno-delayed-template-parsing.

2016-07-08 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Jul 8 11:52:36 2016 New Revision: 274879 URL: http://llvm.org/viewvc/llvm-project?rev=274879&view=rev Log: clang/unittests/Analysis/CFGTest.cpp: Appease msc targets with -fno-delayed-template-parsing. Modified: cfe/trunk/unittests/Analysis/CFGTest.cpp Modified: cf

r274885 - CFGTests: Update libdeps.

2016-07-08 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Jul 8 12:06:27 2016 New Revision: 274885 URL: http://llvm.org/viewvc/llvm-project?rev=274885&view=rev Log: CFGTests: Update libdeps. Modified: cfe/trunk/unittests/Analysis/CMakeLists.txt Modified: cfe/trunk/unittests/Analysis/CMakeLists.txt URL: http://llvm.org/vi

r284352 - clang/test/CXX/conv/conv.fctptr/p1.cpp: Appease for targeting i686-win32.

2016-10-16 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sun Oct 16 18:00:18 2016 New Revision: 284352 URL: http://llvm.org/viewvc/llvm-project?rev=284352&view=rev Log: clang/test/CXX/conv/conv.fctptr/p1.cpp: Appease for targeting i686-win32. error: 'error' diagnostics seen but not expected: File clang\test\CXX\conv\conv.fct

[clang-tools-extra] r284359 - Reformat.

2016-10-16 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Oct 17 00:08:49 2016 New Revision: 284359 URL: http://llvm.org/viewvc/llvm-project?rev=284359&view=rev Log: Reformat. Modified: clang-tools-extra/trunk/unittests/clang-move/ClangMoveTests.cpp Modified: clang-tools-extra/trunk/unittests/clang-move/ClangMoveTests.cpp

[clang-tools-extra] r284360 - ClangMoveTests.cpp: Appease msc18.

2016-10-16 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Oct 17 00:09:58 2016 New Revision: 284360 URL: http://llvm.org/viewvc/llvm-project?rev=284360&view=rev Log: ClangMoveTests.cpp: Appease msc18. clang-tools-extra\unittests\clang-move\ClangMoveTests.cpp(216) : error C2593: 'operator =' is ambiguous llvm\includ

r285511 - clang/test/Driver/openmp-offload.c: Relax expressions if "ld.exe" exists, like mingw.

2016-10-29 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Oct 29 21:58:48 2016 New Revision: 285511 URL: http://llvm.org/viewvc/llvm-project?rev=285511&view=rev Log: clang/test/Driver/openmp-offload.c: Relax expressions if "ld.exe" exists, like mingw. Modified: cfe/trunk/test/Driver/openmp-offload.c Modified: cfe/trunk/te

r285733 - clang/test/CodeGenOpenCL/convergent.cl: Satisfy -Asserts with "opt -instnamer".

2016-11-01 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Nov 1 15:08:17 2016 New Revision: 285733 URL: http://llvm.org/viewvc/llvm-project?rev=285733&view=rev Log: clang/test/CodeGenOpenCL/convergent.cl: Satisfy -Asserts with "opt -instnamer". Modified: cfe/trunk/test/CodeGenOpenCL/convergent.cl Modified: cfe/trunk/test/

[clang-tools-extra] r269135 - Disable IncludeFixerTests/IncludeFixer.NestedName for now. It doesn't pass for targeting win32. Investigating.

2016-05-10 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue May 10 17:46:32 2016 New Revision: 269135 URL: http://llvm.org/viewvc/llvm-project?rev=269135&view=rev Log: Disable IncludeFixerTests/IncludeFixer.NestedName for now. It doesn't pass for targeting win32. Investigating. Modified: clang-tools-extra/trunk/unittests/inc

Re: r269270 - [VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookup

2016-05-11 Thread NAKAMURA Takumi via cfe-commits
Bruno, it still fails. See; http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/12119 http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/2847 On Thu, May 12, 2016 at 12:29 PM Bruno Cardoso Lopes via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: bruno > Date: Wed May

r269556 - MSVCToolChain.cpp: Use explicit constructor for SmallString from std::string, to appease mingw-g++.

2016-05-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat May 14 03:09:12 2016 New Revision: 269556 URL: http://llvm.org/viewvc/llvm-project?rev=269556&view=rev Log: MSVCToolChain.cpp: Use explicit constructor for SmallString from std::string, to appease mingw-g++. Modified: cfe/trunk/lib/Driver/MSVCToolChain.cpp Modified

r269557 - MSVCToolChain.cpp: Make version.dll generic for win32.

2016-05-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat May 14 03:12:37 2016 New Revision: 269557 URL: http://llvm.org/viewvc/llvm-project?rev=269557&view=rev Log: MSVCToolChain.cpp: Make version.dll generic for win32. We may consider msvc features may be capable on mingw host, if it can. Consider --host=mingw --target=msvc.

r269559 - ModuleMap.h: Fix a \param. [-Wdocumentation]

2016-05-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat May 14 07:37:06 2016 New Revision: 269559 URL: http://llvm.org/viewvc/llvm-project?rev=269559&view=rev Log: ModuleMap.h: Fix a \param. [-Wdocumentation] Modified: cfe/trunk/include/clang/Lex/ModuleMap.h Modified: cfe/trunk/include/clang/Lex/ModuleMap.h URL: http://

[clang-tools-extra] r269870 - IncludeFixerTest.cpp: Add explicit triple for some tests. They are failing for targeting *-win32.

2016-05-17 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue May 17 19:20:46 2016 New Revision: 269870 URL: http://llvm.org/viewvc/llvm-project?rev=269870&view=rev Log: IncludeFixerTest.cpp: Add explicit triple for some tests. They are failing for targeting *-win32. Modified: clang-tools-extra/trunk/unittests/include-fixer/In

[clang-tools-extra] r269873 - include-fixer: They require clangLex.

2016-05-17 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue May 17 19:49:16 2016 New Revision: 269873 URL: http://llvm.org/viewvc/llvm-project?rev=269873&view=rev Log: include-fixer: They require clangLex. Modified: clang-tools-extra/trunk/include-fixer/find-all-symbols/CMakeLists.txt clang-tools-extra/trunk/include-fixer

[clang-tools-extra] r269874 - FindAllSymbolsTests doesn't require clangToolingCore.

2016-05-17 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue May 17 19:53:27 2016 New Revision: 269874 URL: http://llvm.org/viewvc/llvm-project?rev=269874&view=rev Log: FindAllSymbolsTests doesn't require clangToolingCore. Modified: clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt Modified: cl

[clang-tools-extra] r269875 - findAllSymbols: Prune unused libdeps.

2016-05-17 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue May 17 19:53:31 2016 New Revision: 269875 URL: http://llvm.org/viewvc/llvm-project?rev=269875&view=rev Log: findAllSymbols: Prune unused libdeps. Modified: clang-tools-extra/trunk/include-fixer/find-all-symbols/CMakeLists.txt Modified: clang-tools-extra/trunk/includ

Re: [clang-tools-extra] r260944 - clang-tools-extra/test/Unit/lit.site.cfg.in: Prune on_clone. I guess it has been unused since r188006.

2016-05-23 Thread NAKAMURA Takumi via cfe-commits
Ping. On Tue, Apr 5, 2016 at 11:46 AM NAKAMURA Takumi wrote: > Tom, may I commit it into release_38? > It has been preventing "lit --use-processes" on windows. > > 2016-02-16 17:13 GMT+09:00 NAKAMURA Takumi via cfe-commits > : > > Author: chapuni > > D

[clang-tools-extra] r270841 - clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-vararg.cpp: Tweak for r270775.

2016-05-26 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu May 26 06:20:54 2016 New Revision: 270841 URL: http://llvm.org/viewvc/llvm-project?rev=270841&view=rev Log: clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-vararg.cpp: Tweak for r270775. Modified: clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelin

Re: r270775 - [CGDebugInfo] Modify the preferred expression location for member calls.

2016-05-26 Thread NAKAMURA Takumi via cfe-commits
Could you take a look of r270841 in clang-tools-extra? On Thu, May 26, 2016 at 7:14 AM Hal Finkel via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: hfinkel > Date: Wed May 25 17:08:27 2016 > New Revision: 270775 > > URL: http://llvm.org/viewvc/llvm-project?rev=270775&view=rev > Log:

r270940 - OpenMPClause.h: Fix r270882. [-Wdocumentation]

2016-05-26 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu May 26 19:15:11 2016 New Revision: 270940 URL: http://llvm.org/viewvc/llvm-project?rev=270940&view=rev Log: OpenMPClause.h: Fix r270882. [-Wdocumentation] Modified: cfe/trunk/include/clang/AST/OpenMPClause.h Modified: cfe/trunk/include/clang/AST/OpenMPClause.h URL:

[clang-tools-extra] r271295 - IncludeFixerTests: Update libdeps.

2016-05-31 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue May 31 11:41:39 2016 New Revision: 271295 URL: http://llvm.org/viewvc/llvm-project?rev=271295&view=rev Log: IncludeFixerTests: Update libdeps. Modified: clang-tools-extra/trunk/unittests/include-fixer/CMakeLists.txt Modified: clang-tools-extra/trunk/unittests/includ

r271450 - clang/test/Driver/android-ndk-standalone.cpp: Tweak for dos r'\\'.

2016-06-01 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Jun 1 19:19:14 2016 New Revision: 271450 URL: http://llvm.org/viewvc/llvm-project?rev=271450&view=rev Log: clang/test/Driver/android-ndk-standalone.cpp: Tweak for dos r'\\'. Modified: cfe/trunk/test/Driver/android-ndk-standalone.cpp Modified: cfe/trunk/test/Driver/

r271509 - Suppress clang/test/CodeGen/lifetime-asan.c for targeting mingw.

2016-06-02 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Jun 2 05:54:45 2016 New Revision: 271509 URL: http://llvm.org/viewvc/llvm-project?rev=271509&view=rev Log: Suppress clang/test/CodeGen/lifetime-asan.c for targeting mingw. clang.EXE: error: unsupported option '-fsanitize=address' for target 'x86_64-w64-windows-gnu'

r271579 - clangFrontend: Make intrinsics_gen optional for standalone build.

2016-06-02 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Jun 2 15:24:07 2016 New Revision: 271579 URL: http://llvm.org/viewvc/llvm-project?rev=271579&view=rev Log: clangFrontend: Make intrinsics_gen optional for standalone build. FIXME: intrinsics_gen may be exported from llvm. Modified: cfe/trunk/lib/Frontend/CMakeLists

Re: [PATCH] D20883: [cmake] Fix builds with LLVM_ENABLE_PIC=0

2016-06-02 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: chapuni. chapuni added a comment. Have you tested if it might work? In fact, it didn't work. Comment at: cfe/trunk/test/CMakeLists.txt:78 @@ +77,3 @@ + + if(TARGET llvm-lto) +set(LLVM_TEST_DEPENDS ${LLVM_TEST_DEPENDS} llvm-lto) l

r271818 - check-clang: LTO, aka libLTO.so, was redundant here, since llvm-lto depends on it.

2016-06-04 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Jun 4 19:12:59 2016 New Revision: 271818 URL: http://llvm.org/viewvc/llvm-project?rev=271818&view=rev Log: check-clang: LTO, aka libLTO.so, was redundant here, since llvm-lto depends on it. Modified: cfe/trunk/test/CMakeLists.txt Modified: cfe/trunk/test/CMakeList

r279207 - clang/test/Modules/prebuilt-module.m: Prune "-triple" to fix a configuration mismatch.

2016-08-18 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Aug 19 00:25:26 2016 New Revision: 279207 URL: http://llvm.org/viewvc/llvm-project?rev=279207&view=rev Log: clang/test/Modules/prebuilt-module.m: Prune "-triple" to fix a configuration mismatch. Modified: cfe/trunk/test/Modules/prebuilt-module.m Modified: cfe/trunk

r279641 - clang-offload-bundler: Update libdeps.

2016-08-24 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Aug 24 12:05:48 2016 New Revision: 279641 URL: http://llvm.org/viewvc/llvm-project?rev=279641&view=rev Log: clang-offload-bundler: Update libdeps. Modified: cfe/trunk/tools/clang-offload-bundler/CMakeLists.txt Modified: cfe/trunk/tools/clang-offload-bundler/CMakeLis

[clang-tools-extra] r280078 - clang-tools-extra/test/clang-tidy/misc-move-forwarding-reference.cpp: Appease ms targets with -fno-delayed-template-parsing.

2016-08-30 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Aug 30 07:34:03 2016 New Revision: 280078 URL: http://llvm.org/viewvc/llvm-project?rev=280078&view=rev Log: clang-tools-extra/test/clang-tidy/misc-move-forwarding-reference.cpp: Appease ms targets with -fno-delayed-template-parsing. Modified: clang-tools-extra/trunk

<    1   2   3   4   5   6   >