|
|
| Bugzilla Link |
2181 |
| Resolution |
FIXED |
| Resolved on |
Mar 06, 2010 14:00 |
| Version |
unspecified |
| OS |
All |
| Reporter |
LLVM Bugzilla Contributor |
Extended Description
http://llvm.org/docs/CommandLine.html
has the following snippet of code
ofstream Output(OutputFilename.c_str());
if (Out.good()) .
Out should probably be Output....