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
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.