[cfe-dev] new warning
Mike Stump
mrs at apple.com
Fri Apr 3 11:41:55 PDT 2009
On Apr 3, 2009, at 8:52 AM, Chris Lattner wrote:
> 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?
Just gcc-4.2. Nothing fancy.
They feed in by optimized and unoptimized 32-bit builds, 64-bit builds
for all targets, and the optimized release-asserts builds , both 32-
bit and 64-bit for x86.
More information about the cfe-dev
mailing list