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.
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
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
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
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
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
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:
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
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
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
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
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&
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
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
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
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
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:
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
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
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
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==
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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/
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:
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
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
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
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
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
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
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
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
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
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:
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.
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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:
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
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
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
-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
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
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
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-
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
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
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/
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
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
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
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
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/
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
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
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
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:.*]]*
+/
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
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:
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
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
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
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
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
__
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/
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
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
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
201 - 300 of 693 matches
Mail list logo