-
- Downloads
Change the Lexer::Diag method to not magically silence warnings,
force the caller to check instead. This eliminates the need (and the risk!) of weird null DiagnosticBuilder's floating around. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59856 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Basic/Diagnostic.h 0 additions, 1 deletioninclude/clang/Basic/Diagnostic.h
- include/clang/Lex/PreprocessorLexer.h 7 additions, 0 deletionsinclude/clang/Lex/PreprocessorLexer.h
- lib/Lex/Lexer.cpp 46 additions, 27 deletionslib/Lex/Lexer.cpp
- lib/Lex/PreprocessorLexer.cpp 0 additions, 2 deletionslib/Lex/PreprocessorLexer.cpp
Loading
Please register or sign in to comment