[LLVMbugs] [Bug 12723] New: ClangDiagnosticsEmitter.cpp using an invalid member 'upper' of "StringRef"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed May 2 02:09:52 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=12723
Bug #: 12723
Summary: ClangDiagnosticsEmitter.cpp using an invalid member
'upper' of "StringRef"
Product: clang
Version: trunk
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: ray_linn at hotmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
I am using MinGW64 (WinNT) to compiled LLVM 3.0, the compile completed without
errors. While I checked out the c-lang via SVN, and compiling with LLVM 3.0,
error occurs as the following:
ClangDiagnosticsEmitter.cpp: In member function 'virtual void
llvm::ClangDiagsDe
fsEmitter::run(llvm::raw_ostream&)':
ClangDiagnosticsEmitter.cpp:167:54: error: 'class llvm::StringRef' has no
member
named 'upper'
/bin/rm: cannot lstat
`/usr/home/beta/llvm-3.0.src/tools/clang/utils/TableGen/Re
lease/ClangDiagnosticsEmitter.d.tmp': No such file or directory
make[3]: ***
[/usr/home/beta/llvm-3.0.src/tools/clang/utils/TableGen/Release/Cla
ngDiagnosticsEmitter.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/beta/llvm-3.0.src/tools/clang/utils/TableGen'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/home/beta/llvm-3.0.src/tools/clang'
make[1]: *** [clang/.makeall] Error 2
make[1]: Leaving directory `/home/beta/llvm-3.0.src/tools'
make: *** [all] Error 1
Looks this file need to updated now.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list