search for: somefuncname

Displaying 2 results from an estimated 2 matches for "somefuncname".

2008 Oct 10
0
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
...rc != obj) Downloaded the 2.4pr source code. Compiling on Windows XP SP2 using Visual Studio 2005/VC8 with current patches. Initial notice while it is compiling, lots of warning that look valid, such as: 1) "The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: someFuncName" 2) "...not all control paths return a value" 3) "type name first seen using 'class' now seen using 'struct'" 4) Lots of conversion/truncation warning, this one does not need to be a big focus, but explicit conversion/truncations would silence these and make...
2008 Oct 10
3
[LLVMdev] 2.4 Pre-release (v1) Available for Testing
LLVMers, The 2.4 pre-release is available for testing: http://llvm.org/prereleases/2.4/ If you have time, I'd appreciate anyone who can help test the release. Please do the following: 1) Download/compile llvm source, and either compile llvm-gcc source or use llvm-gcc binary. 2) Run make check, send me the testrun.log 3) Run "make TEST=nightly report" and send me the