[cfe-dev] new warning

Chris Lattner clattner at apple.com
Fri Apr 3 08:52:46 PDT 2009


On Apr 2, 2009, at 11:47 PM, Mike Stump wrote:

> Lexer.cpp: In static member function 'static unsigned int
> clang::Lexer::MeasureTokenLength(clang::SourceLocation, const
> clang::SourceManager&)':
> Lexer.cpp:116: warning:
> 'LangOpts.clang::LangOptions::SymbolVisibility' is used uninitialized
> in this function
> Lexer.cpp:235: note: 'LangOpts.clang::LangOptions::SymbolVisibility'
> was declared here

Nice catch.  What compiler are you using to find these extra warnings?

-Chris



More information about the cfe-dev mailing list