[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.

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

Re: r322350 - [ODRHash] Don't hash friend functions.

2018-01-13 Thread NAKAMURA Takumi via cfe-commits
Could we pull this into release_60? It resolves an issue in r321395. On Fri, Jan 12, 2018 at 1:43 PM Richard Trieu via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: rtrieu > Date: Thu Jan 11 20:42:27 2018 > New Revision: 322350 > > URL: http://llvm.org/viewvc/llvm-project?rev=322350&

Re: r322350 - [ODRHash] Don't hash friend functions.

2018-01-16 Thread NAKAMURA Takumi via cfe-commits
If r322350 is temporary fix, I suggest r321395 may be reverted in release_60. Richard, how do you think? On Wed, Jan 17, 2018 at 4:27 AM Richard Trieu via cfe-commits < cfe-commits@lists.llvm.org> wrote: > There was a different, possibly related, issue with templated methods that > I just disable

Re: r322350 - [ODRHash] Don't hash friend functions.

2018-01-17 Thread NAKAMURA Takumi via cfe-commits
That's good to hear. Thanks! 2018年1月17日(水) 13:51 Richard Trieu : > I feel it's best to merge this change into the release branch instead of > reverting the previous change. I've filed a bug to request this revision, > and a few others that fix the test case, to be merged. > https://bugs.llvm.org

r294954 - Fix r291495 -- Normalize LLVM_CMAKE_PATH in clang standalone build.

2017-02-13 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Feb 13 08:59:53 2017 New Revision: 294954 URL: http://llvm.org/viewvc/llvm-project?rev=294954&view=rev Log: Fix r291495 -- Normalize LLVM_CMAKE_PATH in clang standalone build. CMake handles paths with slashes. It caused cmake/install failure on msbuild.exe. Note, Other

r295020 - clang/test/Parser/cxx1z-class-template-argument-deduction.cpp: Tweak to ignore thiscall.

2017-02-13 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Feb 13 21:18:24 2017 New Revision: 295020 URL: http://llvm.org/viewvc/llvm-project?rev=295020&view=rev Log: clang/test/Parser/cxx1z-class-template-argument-deduction.cpp: Tweak to ignore thiscall. Line 38: multiple overloads of 'f' instantiate to the same signature 'v

Re: r294954 - Fix r291495 -- Normalize LLVM_CMAKE_PATH in clang standalone build.

2017-02-16 Thread NAKAMURA Takumi via cfe-commits
BTW, do you think if llvm-config had an option like "--emit-cmake-tmpl" to help creating cmake project? On Tue, Feb 14, 2017 at 12:45 AM Michał Górny wrote: > W dniu 13.02.2017, pon o godzinie 14∶59 +0000, użytkownik NAKAMURA > Takumi via cfe-commits napisał: > > Author:

r295592 - clang/CMakeLists.txt: Rework r294954 -- use file(TO_CMAKE_PATH).

2017-02-18 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Feb 18 21:17:31 2017 New Revision: 295592 URL: http://llvm.org/viewvc/llvm-project?rev=295592&view=rev Log: clang/CMakeLists.txt: Rework r294954 -- use file(TO_CMAKE_PATH). Modified: cfe/trunk/CMakeLists.txt Modified: cfe/trunk/CMakeLists.txt URL: http://llvm.org/v

[clang-tools-extra] r295600 - clangd/ASTManager.cpp: Appease msc19 Debug build -- Don't deref std::vector::end().

2017-02-18 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sun Feb 19 01:18:16 2017 New Revision: 295600 URL: http://llvm.org/viewvc/llvm-project?rev=295600&view=rev Log: clangd/ASTManager.cpp: Appease msc19 Debug build -- Don't deref std::vector::end(). Modified: clang-tools-extra/trunk/clangd/ASTManager.cpp Modified: clang-t

Re: r295592 - clang/CMakeLists.txt: Rework r294954 -- use file(TO_CMAKE_PATH).

2017-02-20 Thread NAKAMURA Takumi via cfe-commits
Hans, could you pull this (and r294954) into release_40, please? This is a regression from previous releases that clang standalone build cannot be configured on msbuild. On Sun, Feb 19, 2017 at 12:29 PM NAKAMURA Takumi via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author

r296237 - Revert r296166, "clang-format: Don't leave behind temp files in -i mode on Windows, PR26125", and r296171.

2017-02-24 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Feb 24 21:45:49 2017 New Revision: 296237 URL: http://llvm.org/viewvc/llvm-project?rev=296237&view=rev Log: Revert r296166, "clang-format: Don't leave behind temp files in -i mode on Windows, PR26125", and r296171. (MemoryBuffer)Code.reset() was too early. ==26912==

Re: r296166 - clang-format: Don't leave behind temp files in -i mode on Windows, PR26125

2017-02-25 Thread NAKAMURA Takumi via cfe-commits
Reverted in r296237 . (MemoryBuffer)Code is referred after Code.reset(). On Sun, Feb 26, 2017 at 12:40 AM Nico Weber via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Thanks, I had fixed this in 171 a bit over an hour before your mail. > > On Feb 24, 2017 5:17 PM, "Renato Golin via cfe-com

r296460 - clang/test/Format/inplace.cpp: Avoid using wildcard.

2017-02-28 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Feb 28 04:05:56 2017 New Revision: 296460 URL: http://llvm.org/viewvc/llvm-project?rev=296460&view=rev Log: clang/test/Format/inplace.cpp: Avoid using wildcard. MSYS' tools don't do globbing. Modified: cfe/trunk/test/Format/inplace.cpp Modified: cfe/trunk/test/Form

Re: r296408 - clang-format: Don't leave behind temp files in -i mode on Windows, PR26125, reloaded

2017-02-28 Thread NAKAMURA Takumi via cfe-commits
Tweaked in r296460. On Tue, Feb 28, 2017 at 10:28 AM Galina Kistanova via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Hello Nico, > > This commit broke test on one of our builders: > > Clang :: Format/inplace.cpp > > > http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-wi

r297530 - clang/test/SemaOpenCL/overload_addrspace_resolution.cl: Appease MS mangler to specify triple=x86_64-unknown.

2017-03-10 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Mar 10 17:06:34 2017 New Revision: 297530 URL: http://llvm.org/viewvc/llvm-project?rev=297530&view=rev Log: clang/test/SemaOpenCL/overload_addrspace_resolution.cl: Appease MS mangler to specify triple=x86_64-unknown. Modified: cfe/trunk/test/SemaOpenCL/overload_addr

[clang-tools-extra] r288034 - ClangMoveTests.cpp: Fix a bogus comparison of iterator.

2016-11-28 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Nov 28 08:27:37 2016 New Revision: 288034 URL: http://llvm.org/viewvc/llvm-project?rev=288034&view=rev Log: ClangMoveTests.cpp: Fix a bogus comparison of iterator. msc Debug build detected it. Modified: clang-tools-extra/trunk/unittests/clang-move/ClangMoveTests.cpp

r288478 - clang/test/Driver/defsym.s: Appease targeting msc. It is incapable of external assembler in trunk.

2016-12-01 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Dec 1 23:09:21 2016 New Revision: 288478 URL: http://llvm.org/viewvc/llvm-project?rev=288478&view=rev Log: clang/test/Driver/defsym.s: Appease targeting msc. It is incapable of external assembler in trunk. Modified: cfe/trunk/test/Driver/defsym.s Modified: cfe/tru

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

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

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/

r246992 - Fix clang/test/CodeGenCXX/alignment.cpp for -Asserts.

2015-09-08 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 8 04:31:04 2015 New Revision: 246992 URL: http://llvm.org/viewvc/llvm-project?rev=246992&view=rev Log: Fix clang/test/CodeGenCXX/alignment.cpp for -Asserts. Modified: cfe/trunk/test/CodeGenCXX/alignment.cpp Modified: cfe/trunk/test/CodeGenCXX/alignment.cpp URL:

r246994 - Fix clang/test/CodeGen/mips-varargs.c for -Asserts, possibly typo.

2015-09-08 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 8 04:37:09 2015 New Revision: 246994 URL: http://llvm.org/viewvc/llvm-project?rev=246994&view=rev Log: Fix clang/test/CodeGen/mips-varargs.c for -Asserts, possibly typo. Modified: cfe/trunk/test/CodeGen/mips-varargs.c Modified: cfe/trunk/test/CodeGen/mips-varar

r246995 - clangCodeGen: Fix comments. [-Wdocumentation]

2015-09-08 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 8 04:42:41 2015 New Revision: 246995 URL: http://llvm.org/viewvc/llvm-project?rev=246995&view=rev Log: clangCodeGen: Fix comments. [-Wdocumentation] Modified: cfe/trunk/lib/CodeGen/CGClass.cpp cfe/trunk/lib/CodeGen/CGDecl.cpp cfe/trunk/lib/CodeGen/CGOpen

r247015 - clang/test/CodeGen/complex-convert.c: Appease for targeting powerpc64-*.

2015-09-08 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 8 09:19:13 2015 New Revision: 247015 URL: http://llvm.org/viewvc/llvm-project?rev=247015&view=rev Log: clang/test/CodeGen/complex-convert.c: Appease for targeting powerpc64-*. Modified: cfe/trunk/test/CodeGen/complex-convert.c Modified: cfe/trunk/test/CodeGen/c

r247093 - clang/test/Modules/ModuleDebugInfo.cpp: Add -triple %itanium to appease ms-targeted builds.

2015-09-08 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 8 17:47:32 2015 New Revision: 247093 URL: http://llvm.org/viewvc/llvm-project?rev=247093&view=rev Log: clang/test/Modules/ModuleDebugInfo.cpp: Add -triple %itanium to appease ms-targeted builds. I think DebugInfo tests may avoid MS stuff for now. Modified: cfe

r247204 - thread_local is not implemented for targeting cygwin yet.

2015-09-09 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Sep 9 17:51:31 2015 New Revision: 247204 URL: http://llvm.org/viewvc/llvm-project?rev=247204&view=rev Log: thread_local is not implemented for targeting cygwin yet. Modified: cfe/trunk/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.concept/p2.cpp Modified: cfe/trunk/tes

Re: [Diffusion] rL247251: [OPENMP] Outlined function for parallel and other regions with list of…

2015-09-10 Thread NAKAMURA Takumi via cfe-commits
chapuni added subscribers: cfe-commits, chapuni. chapuni added a comment. See also; http://bb.pgr.jp/builders/clang-i686-cygwin-RA-centos6/builds/20524 /cfe/trunk/test/OpenMP/parallel_codegen.cpp:99 Seems it is incompatible to 32-bit targets, for example, i686-linux, i686-cygwin. define inte

r247392 - Fix \param in r247251. [-Wdocumentation]

2015-09-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 11 03:13:32 2015 New Revision: 247392 URL: http://llvm.org/viewvc/llvm-project?rev=247392&view=rev Log: Fix \param in r247251. [-Wdocumentation] Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h URL: http://llvm

[clang-tools-extra] r247394 - clang-tidy/misc-sizeof-container.cpp: Add explicit triple.

2015-09-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 11 03:16:30 2015 New Revision: 247394 URL: http://llvm.org/viewvc/llvm-project?rev=247394&view=rev Log: clang-tidy/misc-sizeof-container.cpp: Add explicit triple. For targeting LLP64, like Windows x86, size_t is not unsigned long. tools/clang/tools/extra/test/cla

[clang-tools-extra] r247393 - clang-tidy/readability-inconsistent-declaration-parameter-name.cpp: Appease MS-incompatibility [-fno-delayed-template-parsing]

2015-09-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 11 03:16:22 2015 New Revision: 247393 URL: http://llvm.org/viewvc/llvm-project?rev=247393&view=rev Log: clang-tidy/readability-inconsistent-declaration-parameter-name.cpp: Appease MS-incompatibility [-fno-delayed-template-parsing] Modified: clang-tools-extra/tr

r247396 - clang/test/Modules/ExtDebugInfo.cpp: Use [[@LINE]].

2015-09-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 11 03:53:29 2015 New Revision: 247396 URL: http://llvm.org/viewvc/llvm-project?rev=247396&view=rev Log: clang/test/Modules/ExtDebugInfo.cpp: Use [[@LINE]]. Modified: cfe/trunk/test/Modules/ExtDebugInfo.cpp Modified: cfe/trunk/test/Modules/ExtDebugInfo.cpp URL:

r247397 - clang/test/Modules/ExtDebugInfo.cpp: Use %itanium_abi_triple.

2015-09-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 11 03:56:12 2015 New Revision: 247397 URL: http://llvm.org/viewvc/llvm-project?rev=247397&view=rev Log: clang/test/Modules/ExtDebugInfo.cpp: Use %itanium_abi_triple. Modified: cfe/trunk/test/Modules/ExtDebugInfo.cpp Modified: cfe/trunk/test/Modules/ExtDebugInfo.

r247496 - clang/test/Driver/stackrealign.c REQUIRES clang-driver.

2015-09-11 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 11 20:29:35 2015 New Revision: 247496 URL: http://llvm.org/viewvc/llvm-project?rev=247496&view=rev Log: clang/test/Driver/stackrealign.c REQUIRES clang-driver. GCC driver, for example cygwin, both "-mstackrealign" "-mno-stackrealign" are passed. Modified: cfe/t

[clang-tools-extra] r247541 - Prune CRLF.

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Sep 14 06:13:39 2015 New Revision: 247541 URL: http://llvm.org/viewvc/llvm-project?rev=247541&view=rev Log: Prune CRLF. Modified: clang-tools-extra/trunk/modularize/Modularize.cpp Modified: clang-tools-extra/trunk/modularize/Modularize.cpp URL: http://llvm.org/view

Re: r247548 - [mips] Add test case to check ABI flag emissions in case of inline assembler

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Why is it tested in clang? FYI, update CLANG_TEST_DEPS in clang/test/CMakeLists.txt, if it would remain in clang/test. On Mon, Sep 14, 2015 at 8:24 PM Simon Atanasyan via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: atanasyan > Date: Mon Sep 14 06:23:02 2015 > New Revision: 247548

r247553 - [CMake] Reformat CLANG_TEST_DEPS.

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Sep 14 07:41:53 2015 New Revision: 247553 URL: http://llvm.org/viewvc/llvm-project?rev=247553&view=rev Log: [CMake] Reformat CLANG_TEST_DEPS. Modified: cfe/trunk/test/CMakeLists.txt Modified: cfe/trunk/test/CMakeLists.txt URL: http://llvm.org/viewvc/llvm-project/cf

r247554 - [CMake] r247548 introduced llvm-readobj.

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Sep 14 07:42:52 2015 New Revision: 247554 URL: http://llvm.org/viewvc/llvm-project?rev=247554&view=rev Log: [CMake] r247548 introduced llvm-readobj. Modified: cfe/trunk/test/CMakeLists.txt Modified: cfe/trunk/test/CMakeLists.txt URL: http://llvm.org/viewvc/llvm-pro

Re: r247548 - [mips] Add test case to check ABI flag emissions in case of inline assembler

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Makes sense. I have updated CLANG_TEST_DEPS in r247554. On Mon, Sep 14, 2015 at 9:38 PM Simon Atanasyan wrote: > On Mon, Sep 14, 2015 at 3:24 PM, NAKAMURA Takumi > wrote: > > Why is it tested in clang? > > Because the problem fixed by r247546 can be reproduced only in case of > using inline ass

r247640 - clang/test/CodeGenCXX/2009-04-23-bool2.cpp: Avoid -mms-bitfields to add explicit triple.

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Sep 14 18:50:08 2015 New Revision: 247640 URL: http://llvm.org/viewvc/llvm-project?rev=247640&view=rev Log: clang/test/CodeGenCXX/2009-04-23-bool2.cpp: Avoid -mms-bitfields to add explicit triple. FIXME: Better way to cancel -mms-bitfields? Modified: cfe/trunk/test

Re: r247618 - C11 _Bool bitfield diagnostic

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
It affects for targeting MS. Tweaked one test in r247640. You can emulate to add -mms-bitfields. On Tue, Sep 15, 2015 at 6:29 AM Rachel Craik via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: rcraik > Date: Mon Sep 14 16:27:36 2015 > New Revision: 247618 > > URL: http://llvm.org/vie

r247655 - ItaniumCXXABI.cpp: Fix a warning. [-Wunused-variable]

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Sep 14 20:39:27 2015 New Revision: 247655 URL: http://llvm.org/viewvc/llvm-project?rev=247655&view=rev Log: ItaniumCXXABI.cpp: Fix a warning. [-Wunused-variable] Modified: cfe/trunk/lib/CodeGen/ItaniumCXXABI.cpp Modified: cfe/trunk/lib/CodeGen/ItaniumCXXABI.cpp URL:

r247657 - ExprEngineObjC.cpp: Fix warnings. [-Wunused-variable]

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Sep 14 20:53:27 2015 New Revision: 247657 URL: http://llvm.org/viewvc/llvm-project?rev=247657&view=rev Log: ExprEngineObjC.cpp: Fix warnings. [-Wunused-variable] Modified: cfe/trunk/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp Modified: cfe/trunk/lib/StaticAnalyzer/Co

Re: r247660 - [analyzer] Restore behavior change introduced by r247657.

2015-09-14 Thread NAKAMURA Takumi via cfe-commits
Sorry, I didn't notice while I was checking. 2015年9月15日(火) 12:29 Devin Coughlin via cfe-commits < cfe-commits@lists.llvm.org>: > Author: dcoughlin > Date: Mon Sep 14 22:28:27 2015 > New Revision: 247660 > > URL: http://llvm.org/viewvc/llvm-project?rev=247660&view=rev > Log: > [analyzer] Restore b

r247667 - Make clang/test/CodeGen/catch-undef-behavior.c* capable of -Asserts with "opt -instnamer".

2015-09-15 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 15 04:50:24 2015 New Revision: 247667 URL: http://llvm.org/viewvc/llvm-project?rev=247667&view=rev Log: Make clang/test/CodeGen/catch-undef-behavior.c* capable of -Asserts with "opt -instnamer". It reverts r231717. Modified: cfe/trunk/test/CodeGen/catch-undef-b

[clang-tools-extra] r247689 - Remove garbage. The issue was fixed in r246856.

2015-09-15 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 15 09:01:09 2015 New Revision: 247689 URL: http://llvm.org/viewvc/llvm-project?rev=247689&view=rev Log: Remove garbage. The issue was fixed in r246856. Modified: clang-tools-extra/trunk/test/clang-tidy/llvm-include-order.cpp Modified: clang-tools-extra/trunk/tes

r247761 - clang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't assume the label "entry:".

2015-09-15 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Sep 15 19:33:59 2015 New Revision: 247761 URL: http://llvm.org/viewvc/llvm-project?rev=247761&view=rev Log: clang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't assume the label "entry:". Seems it would be redundant. Modified: cfe/trunk/test/CodeGenCXX/exceptions-cxx

Re: [PATCH] D12712: Implementation and testing for poisoning vtable ptr in dtor.

2015-09-15 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: chapuni. Comment at: lib/CodeGen/CGClass.cpp:1756 @@ +1755,3 @@ + class SanitizeDtorVTable final : public EHScopeStack::Cleanup { +const CXXDestructorDecl *Dtor; + It causes a warning in -Asserts. [-Wunused-private-field] http://r

r247778 - CGClass.cpp: Fix a warning in -Asserts. [-Wunused-private-field]

2015-09-15 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Sep 16 01:26:56 2015 New Revision: 247778 URL: http://llvm.org/viewvc/llvm-project?rev=247778&view=rev Log: CGClass.cpp: Fix a warning in -Asserts. [-Wunused-private-field] Modified: cfe/trunk/lib/CodeGen/CGClass.cpp Modified: cfe/trunk/lib/CodeGen/CGClass.cpp URL:

r247862 - analyzer-plugin/MainCallChecker.cpp: s/generateSink/generateErrorNode/, corresponding to r247859.

2015-09-16 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Sep 16 17:57:23 2015 New Revision: 247862 URL: http://llvm.org/viewvc/llvm-project?rev=247862&view=rev Log: analyzer-plugin/MainCallChecker.cpp: s/generateSink/generateErrorNode/, corresponding to r247859. Modified: cfe/trunk/examples/analyzer-plugin/MainCallChecker

Re: [PATCH] D12780: [analyzer] Add generateErrorNode() APIs to CheckerContext

2015-09-16 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: chapuni. chapuni added a comment. Did you forget to update examples/analyzer-plugin? Fixed in r247862. Repository: rL LLVM http://reviews.llvm.org/D12780 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://l

r247882 - Appease clang/test/CodeGen/avx512dq-builtins.c for -Asserts, for now.

2015-09-17 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Sep 17 07:33:34 2015 New Revision: 247882 URL: http://llvm.org/viewvc/llvm-project?rev=247882&view=rev Log: Appease clang/test/CodeGen/avx512dq-builtins.c for -Asserts, for now. Modified: cfe/trunk/test/CodeGen/avx512dq-builtins.c Modified: cfe/trunk/test/CodeGen/av

Re: r247882 - Appease clang/test/CodeGen/avx512dq-builtins.c for -Asserts, for now.

2015-09-17 Thread NAKAMURA Takumi via cfe-commits
-Asserts was not culprit. On Thu, Sep 17, 2015 at 9:35 PM NAKAMURA Takumi via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: chapuni > Date: Thu Sep 17 07:33:34 2015 > New Revision: 247882 > > URL: http://llvm.org/viewvc/llvm-project?rev=247882&view=rev &g

r247959 - clang/test/Driver/myriad-toolchain.c: Tweak for DOSish path.

2015-09-17 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Sep 17 20:02:50 2015 New Revision: 247959 URL: http://llvm.org/viewvc/llvm-project?rev=247959&view=rev Log: clang/test/Driver/myriad-toolchain.c: Tweak for DOSish path. Modified: cfe/trunk/test/Driver/myriad-toolchain.c Modified: cfe/trunk/test/Driver/myriad-toolcha

r247977 - clang/test/lit.cfg: *-ps4 doesn't have appropriate driver yet. Mark it as "non-clang-driver".

2015-09-18 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 18 03:11:36 2015 New Revision: 247977 URL: http://llvm.org/viewvc/llvm-project?rev=247977&view=rev Log: clang/test/lit.cfg: *-ps4 doesn't have appropriate driver yet. Mark it as "non-clang-driver". Modified: cfe/trunk/test/lit.cfg Modified: cfe/trunk/test/lit.c

r247997 - amdgpu-toolchain.c: Add a probe line temporally. Will revert later.

2015-09-18 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 18 10:56:16 2015 New Revision: 247997 URL: http://llvm.org/viewvc/llvm-project?rev=247997&view=rev Log: amdgpu-toolchain.c: Add a probe line temporally. Will revert later. Modified: cfe/trunk/test/Driver/amdgpu-toolchain.c Modified: cfe/trunk/test/Driver/amdgpu-

r248000 - Suppress amdgpu-toolchain.c for targeting ps4, for now. Investigating.

2015-09-18 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 18 11:21:27 2015 New Revision: 248000 URL: http://llvm.org/viewvc/llvm-project?rev=248000&view=rev Log: Suppress amdgpu-toolchain.c for targeting ps4, for now. Investigating. Modified: cfe/trunk/test/Driver/amdgpu-toolchain.c Modified: cfe/trunk/test/Driver/amdg

[clang-tools-extra] r248080 - clang-tools-extra: Appease PR24881. [-Wdocumentation]

2015-09-18 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Sep 18 21:21:28 2015 New Revision: 248080 URL: http://llvm.org/viewvc/llvm-project?rev=248080&view=rev Log: clang-tools-extra: Appease PR24881. [-Wdocumentation] \returns doesn't accept \li, but \parblock \li. Modified: clang-tools-extra/trunk/clang-apply-replaceme

r248142 - clang/test/Modules/DebugInfoSubmodules.c REQUIRES asserts due to -debug-only.

2015-09-20 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Mon Sep 21 01:57:36 2015 New Revision: 248142 URL: http://llvm.org/viewvc/llvm-project?rev=248142&view=rev Log: clang/test/Modules/DebugInfoSubmodules.c REQUIRES asserts due to -debug-only. Modified: cfe/trunk/test/Modules/DebugInfoSubmodules.c Modified: cfe/trunk/test/

Re: [Diffusion] rL248367: clang-format: Add initial #include sorting capabilities.

2015-09-23 Thread NAKAMURA Takumi via cfe-commits
chapuni added subscribers: cfe-commits, chapuni. /cfe/trunk/lib/Tooling/Core/Replacement.cpp:408 FirstI may be in the end() when SecondI != end(). Then FirstI->getOffset() is invalid. I suggest to split the loop into - FirstI != First.end() && SecondI != Second.end(); - Tail-merge (either is

r248458 - clang/test/Analysis/malloc-overflow2.c: Appease 32-bit targets.

2015-09-23 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Sep 23 21:49:00 2015 New Revision: 248458 URL: http://llvm.org/viewvc/llvm-project?rev=248458&view=rev Log: clang/test/Analysis/malloc-overflow2.c: Appease 32-bit targets. size_t is not unsigned long for targeting i686 (and Windows x64). Modified: cfe/trunk/test/Ana

r248459 - cuda-path: StringRef cannot be used here.

2015-09-23 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Wed Sep 23 22:15:44 2015 New Revision: 248459 URL: http://llvm.org/viewvc/llvm-project?rev=248459&view=rev Log: cuda-path: StringRef cannot be used here. Modified: cfe/trunk/lib/Driver/ToolChains.cpp Modified: cfe/trunk/lib/Driver/ToolChains.cpp URL: http://llvm.org/vi

Re: [PATCH] D12989: [CUDA] Added CUDA installation detector class.

2015-09-23 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: chapuni. Comment at: cfe/trunk/lib/Driver/ToolChains.cpp:1492 @@ +1491,3 @@ +const llvm::opt::ArgList &Args) { + SmallVector CudaPathCandidates; + Fixed in r248459. Comment

Re: [PATCH] D11279: Initial patch for PS4 toolchain

2015-09-25 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: chapuni. chapuni added a comment. Would this cause bunch of failures if target is *-ps4 and SDK_DIR is empty? clang-3.8: error: unable to find PS4 system headers directory, expected to be in '/home/buildbot/Buildbot/Slave/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/

r248666 - clang/test/Driver/arm-compiler-rt.c: Relax expressions for dos path.

2015-09-26 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sat Sep 26 06:17:32 2015 New Revision: 248666 URL: http://llvm.org/viewvc/llvm-project?rev=248666&view=rev Log: clang/test/Driver/arm-compiler-rt.c: Relax expressions for dos path. Modified: cfe/trunk/test/Driver/arm-compiler-rt.c Modified: cfe/trunk/test/Driver/arm-com

[clang-tools-extra] r249100 - Fix the *unchecked* commit.

2015-10-01 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Thu Oct 1 18:50:06 2015 New Revision: 249100 URL: http://llvm.org/viewvc/llvm-project?rev=249100&view=rev Log: Fix the *unchecked* commit. Modified: clang-tools-extra/trunk/CMakeLists.txt Modified: clang-tools-extra/trunk/CMakeLists.txt URL: http://llvm.org/viewvc/llv

r249223 - Fix clang/test/CodeGenCXX/strict-vtable-pointers.cpp for -Asserts. It missed something. :)

2015-10-02 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Fri Oct 2 19:50:12 2015 New Revision: 249223 URL: http://llvm.org/viewvc/llvm-project?rev=249223&view=rev Log: Fix clang/test/CodeGenCXX/strict-vtable-pointers.cpp for -Asserts. It missed something. :) Modified: cfe/trunk/test/CodeGenCXX/strict-vtable-pointers.cpp Mod

Re: [PATCH] D13373: Emiting invariant.group.barrier for ctors bugfix

2015-10-02 Thread NAKAMURA Takumi via cfe-commits
chapuni added a subscriber: chapuni. Comment at: test/CodeGenCXX/strict-vtable-pointers.cpp:145 @@ +144,3 @@ +// CHECK-CTORS: %[[THIS3:.*]] = bitcast i8* %[[THIS2]] to %[[DynamicDerived]]* +// CHECK-CTORS: %[[THIS4:.*]] = bitcast %[[DynamicDerived]]* %2 to %[[DynamicBase:.*]]* +/

r249283 - [CMake] Move CLANG_INCLUDE_TESTS in advance of add_subdirectory(tools).

2015-10-04 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sun Oct 4 21:04:49 2015 New Revision: 249283 URL: http://llvm.org/viewvc/llvm-project?rev=249283&view=rev Log: [CMake] Move CLANG_INCLUDE_TESTS in advance of add_subdirectory(tools). The target "check-clang-tools" is affected by CLANG_INCLUDE_TESTS but it was undefined in

r249395 - BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while investigating.

2015-10-06 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Oct 6 07:16:27 2015 New Revision: 249395 URL: http://llvm.org/viewvc/llvm-project?rev=249395&view=rev Log: BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while investigating. Modified: cfe/trunk/unittests/Basic/VirtualFileSystemTest.cpp Modified:

r249403 - ToolingTests: Tweak getAnyTarget() to match "x86_64".

2015-10-06 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Oct 6 08:58:13 2015 New Revision: 249403 URL: http://llvm.org/viewvc/llvm-project?rev=249403&view=rev Log: ToolingTests: Tweak getAnyTarget() to match "x86_64". Both "x86" and "x86-64" are incompatible to triple's arch. Modified: cfe/trunk/unittests/Tooling/Tooling

Re: r249395 - BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while investigating.

2015-10-06 Thread NAKAMURA Takumi via cfe-commits
havior difference in sys::Path iterator between unix and win32, but not sure. > On 6 October 2015 at 08:16, NAKAMURA Takumi via cfe-commits > wrote: > > Author: chapuni > > Date: Tue Oct 6 07:16:27 2015 > > New Revision: 249395 > > > > URL: http://llvm.o

r249499 - clang/test/CodeGen/exceptions-seh-leave-new.c: Use "opt -instnamer" for branch-sensitive checks.

2015-10-06 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Tue Oct 6 20:29:26 2015 New Revision: 249499 URL: http://llvm.org/viewvc/llvm-project?rev=249499&view=rev Log: clang/test/CodeGen/exceptions-seh-leave-new.c: Use "opt -instnamer" for branch-sensitive checks. Modified: cfe/trunk/test/CodeGen/exceptions-seh-leave-new.c

[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

<    1   2   3   4   5   6   7   >