search for: semacxx

Displaying 20 results from an estimated 30 matches for "semacxx".

2013 Dec 11
2
[LLVMdev] Switching to the new MingW ABI
...access/p6.cpp > Clang :: CXX/expr/expr.const/p3-0x.cpp > Clang :: CXX/expr/expr.mptr.oper/p5.cpp > Clang :: CXX/expr/expr.mptr.oper/p6-0x.cpp > Clang :: CXX/expr/expr.unary/expr.unary.op/p4.cpp > Clang :: CXX/temp/temp.arg/temp.arg.nontype/p5.cpp > Clang :: SemaCXX/addr-of-overloaded-function.cpp > Clang :: SemaCXX/const-cast.cpp > Clang :: SemaCXX/cstyle-cast.cpp > Clang :: SemaCXX/functional-cast.cpp > Clang :: SemaCXX/reinterpret-cast.cpp > Clang :: SemaCXX/static-cast.cpp > Printing thiscall attribute on member functi...
2013 Dec 11
0
[LLVMdev] Switching to the new MingW ABI
...see: Clang :: CXX/class.access/p6.cpp Clang :: CXX/expr/expr.const/p3-0x.cpp Clang :: CXX/expr/expr.mptr.oper/p5.cpp Clang :: CXX/expr/expr.mptr.oper/p6-0x.cpp Clang :: CXX/expr/expr.unary/expr.unary.op/p4.cpp Clang :: CXX/temp/temp.arg/temp.arg.nontype/p5.cpp Clang :: SemaCXX/addr-of-overloaded-function.cpp Clang :: SemaCXX/const-cast.cpp Clang :: SemaCXX/cstyle-cast.cpp Clang :: SemaCXX/functional-cast.cpp Clang :: SemaCXX/reinterpret-cast.cpp Clang :: SemaCXX/static-cast.cpp Printing thiscall attribute on member function pointer type. Clang ::...
2013 Dec 11
0
[LLVMdev] Switching to the new MingW ABI
...Clang :: CXX/expr/expr.const/p3-0x.cpp >> Clang :: CXX/expr/expr.mptr.oper/p5.cpp >> Clang :: CXX/expr/expr.mptr.oper/p6-0x.cpp >> Clang :: CXX/expr/expr.unary/expr.unary.op/p4.cpp >> Clang :: CXX/temp/temp.arg/temp.arg.nontype/p5.cpp >> Clang :: SemaCXX/addr-of-overloaded-function.cpp >> Clang :: SemaCXX/const-cast.cpp >> Clang :: SemaCXX/cstyle-cast.cpp >> Clang :: SemaCXX/functional-cast.cpp >> Clang :: SemaCXX/reinterpret-cast.cpp >> Clang :: SemaCXX/static-cast.cpp >> Printing thiscall at...
2013 Dec 10
2
[LLVMdev] Switching to the new MingW ABI
On Tue, Dec 10, 2013 at 11:58 AM, Hans Wennborg <hans at chromium.org> wrote: > It would be nice if we could make the TypePrinter not print the > calling convention if it's the default one for the ABI, but > TypePrinter doesn't have a lot of context.. no Sema, no ASTContext :/ > Does this patch fix any failures for you? It doesn't fix that test case, unfortunately.
2011 Mar 25
0
[LLVMdev] Announcing: LLVM 2.9 RC2 Testing Phase
...> Sources: > > clang-2.9rc2.src.tar.gz > llvm-2.9rc2.src.tar.gz > llvm-gcc-4.2-2.9rc2.src.tar.gz > llvm-test-2.9rc2.src.tar.gz > > Available here: > > http://llvm.org/pre-releases/2.9/ This change: http://llvm.org/viewvc/llvm-project/cfe/branches/release_29/test/SemaCXX/goto.cpp?r1=127752&r2=128255&diff_format=h causes: FAIL: Clang :: SemaCXX/goto.cpp (2268 of 2917) ******************** TEST 'Clang :: SemaCXX/goto.cpp' FAILED ******************** Script: -- /home/dim/obj/llvm-1/Release+Asserts/bin/clang -cc1 -fsyntax-only -verify -Wall -fblocks /...
2017 Jun 01
5
[SemaCXX] Should we fix test failing due to reverse iteration?
I see that the following test fails if reverse iteration of SmallPtrSet is enabled: /clang/test/SemaCXX/warn-loop-analysis.cpp/ This is because in SemaStmt.cpp we iterate SmallPtrSet and output warnings about the variables not used in the loop. Expected output: /warning: variables 'i', 'j', and 'k' used in loop condition not modified/ Output with reverse iteration: /warni...
2008 Nov 07
0
[LLVMdev] [cfe-commits] r58509 - in /cfe/trunk: include/clang/Basic/DiagnosticKinds.def lib/AST/Expr.cpp lib/Sema/Sema.h lib/Sema/SemaExprCXX.cpp lib/Sema/SemaInherit.cpp lib/Sema/SemaInherit.h lib/Sema/SemaOverload.cpp test/SemaCXX/condition.cpp
On 2008-11-04, at 08:12, Sebastian Redl wrote: > Mike Stump wrote: >> On Nov 3, 2008, at 1:39 PM, Sebastian Redl wrote: >>>> svn help cl >>>> >>>> [ runs away, much the same way someone that throws a lighted match >>>> into a pool of gasoline ] Probably wise. >>> "cl": unknown command. >> >> From svn 1.5:
2013 Dec 12
3
[LLVMdev] Switching to the new MingW ABI
.../expr.const/p3-0x.cpp >>> Clang :: CXX/expr/expr.mptr.oper/p5.cpp >>> Clang :: CXX/expr/expr.mptr.oper/p6-0x.cpp >>> Clang :: CXX/expr/expr.unary/expr.unary.op/p4.cpp >>> Clang :: CXX/temp/temp.arg/temp.arg.nontype/p5.cpp >>> Clang :: SemaCXX/addr-of-overloaded-function.cpp >>> Clang :: SemaCXX/const-cast.cpp >>> Clang :: SemaCXX/cstyle-cast.cpp >>> Clang :: SemaCXX/functional-cast.cpp >>> Clang :: SemaCXX/reinterpret-cast.cpp >>> Clang :: SemaCXX/static-cast.cpp >>&...
2011 Mar 25
4
[LLVMdev] Announcing: LLVM 2.9 RC2 Testing Phase
Hi all, Well! we had a rather fruitful phase 1 testing round. Several issues were addressed. After a bit of a delay, we are ready for phase 2 testing. This phase is to make sure that no patches submitted to fix problems and complete features in phase 1 caused further difficulties. Please download the sources, compile them, and then compile as much as you can with both clang and llvm-gcc.
2013 Dec 10
2
[LLVMdev] Switching to the new MingW ABI
> There are a handful other tests failing in the same way. > > It would be nice if we could make the TypePrinter not print the > calling convention if it's the default one for the ABI, but > TypePrinter doesn't have a lot of context.. no Sema, no ASTContext :/ They are all TypePrinter failures like this one? If so I would say we should not block on it since it is a small
2013 Dec 10
0
[LLVMdev] Switching to the new MingW ABI
...ault one for the ABI, but >> TypePrinter doesn't have a lot of context.. no Sema, no ASTContext :/ > > They are all TypePrinter failures like this one? Yes, all except this one (I think): error: 'error' diagnostics expected but not seen: File D:\src\llvm\tools\clang\test\SemaCXX\virtual-override.cpp Line 288: 'static' member function 'foo' overrides a virtual function error: 'error' diagnostics seen but not expected: File D:\src\llvm\tools\clang\test\SemaCXX\virtual-override.cpp Line 288: virtual function 'foo' has different calling conven...
2013 Dec 10
2
[LLVMdev] Switching to the new MingW ABI
> Yes, all except this one (I think): > > error: 'error' diagnostics expected but not seen: > File D:\src\llvm\tools\clang\test\SemaCXX\virtual-override.cpp Line > 288: 'static' member function 'foo' overrides a virtual function > error: 'error' diagnostics seen but not expected: > File D:\src\llvm\tools\clang\test\SemaCXX\virtual-override.cpp Line > 288: virtual function 'foo' has diff...
2016 Dec 14
0
Non-determinism in LLVM codegen
...uilds with assertions enabled. Currently, the following unit tests are failing in Release+Asserts mode due to the difference in SmallPtrSet iteration order: Clang :: Analysis/keychainAPI.m Clang :: Analysis/malloc.c Clang :: Rewriter/objc-modern-metadata-visibility.mm Clang :: SemaCXX/warn-loop-analysis.cpp LLVM :: Transforms/SimplifyCFG/bug-25299.ll Next Steps: I plan to extend this behavior to the iteration of other unordered containers (like DenseMap, etc). Thanks, Mandeep On 11/15/2016 3:06 PM, Grang, Mandeep Singh wrote: > Everyone, > > There is non-determ...
2016 Nov 15
9
Non-determinism in LLVM codegen
...trSet. I ran make check-all with and without my patch and I see the following additional failures due to iteration of SmallPtrSet in reverse order: / Clang :: Analysis/keychainAPI.m// // Clang :: Analysis/malloc.c// // Clang :: Rewriter/objc-modern-metadata-visibility.mm// // Clang :: SemaCXX/warn-loop-analysis.cpp// // LLVM :: Transforms/LoopVectorize/consecutive-ptr-uniforms.ll// // LLVM :: Transforms/SimplifyCFG/bug-25299.ll// // LLVM :: Transforms/Util/MemorySSA/cyclicphi.ll// // LLVM :: Transforms/Util/MemorySSA/many-dom-backedge.ll// // LLVM :: Transforms/Util/Memor...
2013 Dec 10
0
[LLVMdev] Switching to the new MingW ABI
On Tue, Dec 10, 2013 at 3:01 PM, Rafael Espíndola <rafael.espindola at gmail.com> wrote: >> Yes, all except this one (I think): >> >> error: 'error' diagnostics expected but not seen: >> File D:\src\llvm\tools\clang\test\SemaCXX\virtual-override.cpp Line >> 288: 'static' member function 'foo' overrides a virtual function >> error: 'error' diagnostics seen but not expected: >> File D:\src\llvm\tools\clang\test\SemaCXX\virtual-override.cpp Line >> 288: virtual function 'f...
2016 Dec 14
2
Non-determinism in LLVM codegen
.... > > Currently, the following unit tests are failing in Release+Asserts mode due > to the difference in SmallPtrSet iteration order: > Clang :: Analysis/keychainAPI.m > Clang :: Analysis/malloc.c > Clang :: Rewriter/objc-modern-metadata-visibility.mm > Clang :: SemaCXX/warn-loop-analysis.cpp > LLVM :: Transforms/SimplifyCFG/bug-25299.ll Wait, so you committed a patch that breaks these tests? Should you fix them first? IIUC, LLVM_ABI_BREAKING_CHECKS is WITH_ASSERTS by default, so your change, which is known to break things, is enabled for those of us enab...
2016 Dec 14
0
Non-determinism in LLVM codegen
...y, the following unit tests are failing in Release+Asserts mode due >> to the difference in SmallPtrSet iteration order: >> Clang :: Analysis/keychainAPI.m >> Clang :: Analysis/malloc.c >> Clang :: Rewriter/objc-modern-metadata-visibility.mm >> Clang :: SemaCXX/warn-loop-analysis.cpp >> LLVM :: Transforms/SimplifyCFG/bug-25299.ll > > Wait, so you committed a patch that breaks these tests? Should you fix > them first? > > IIUC, LLVM_ABI_BREAKING_CHECKS is WITH_ASSERTS by default, so your > change, which is known to break things,...
2015 Jul 22
2
[LLVMdev] (no subject)
Hello, I have tried a lot fix this error but am not able to can you please find me a solution am trying to compile the SAFECode in Cygwin Environment to work for windows. used make -j4 command to make the files in cygwin i have got this error make[5]: Leaving directory '/home/uidr7475/Work/LLVM_OBJ/projects/safecode/tools/clang/include' /usr/bin/cp: cannot stat
2018 Nov 26
3
'git llvm push' not working for me on Windows
...] On Behalf Of Vedant Kumar Sent: Thursday, November 22, 2018 9:38 AM To: Robinson, Paul Cc: zturner at google.com; jyknight at google.com; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] 'git llvm push' not working for me on Windows As a test case, try committing a change to clang/test/SemaCXX/sourceranges.cpp? I believe most editors force Windows-style line endings for that file (they show up in my vim as “^M”). I recently tried to commit a change to that file using “git llvm push” on macOS, but hit what I think is the same issue. At least, the error message was the same. vedant (sent...
2016 Nov 16
2
Non-determinism in LLVM codegen
...-all with and without my patch and I see the >> following additional failures due to iteration of SmallPtrSet in >> reverse order: >> Clang :: Analysis/keychainAPI.m >> Clang :: Analysis/malloc.c >> Clang :: Rewriter/objc-modern-metadata-visibility.mm >> Clang :: SemaCXX/warn-loop-analysis.cpp >> LLVM :: Transforms/LoopVectorize/consecutive-ptr-uniforms.ll >> LLVM :: Transforms/SimplifyCFG/bug-25299.ll >> LLVM :: Transforms/Util/MemorySSA/cyclicphi.ll >> LLVM :: Transforms/Util/MemorySSA/many-dom-backedge.ll >> LLVM :: Transforms/Util/...