Fix -Wnull-conversion for long macros.
Move the function to get a macro name from DiagnosticRenderer.cpp to Lexer.cpp so that other files can use it. Lexer now has two functions to get the immediate macro name, the newly added one is better for diagnostic purposes. Make -Wnull-conversion use this function for better NULL macro detection. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258778 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Lex/Lexer.h 20 additions, 0 deletionsinclude/clang/Lex/Lexer.h
- lib/Frontend/DiagnosticRenderer.cpp 2 additions, 43 deletionslib/Frontend/DiagnosticRenderer.cpp
- lib/Lex/Lexer.cpp 25 additions, 0 deletionslib/Lex/Lexer.cpp
- lib/Sema/SemaChecking.cpp 2 additions, 2 deletionslib/Sema/SemaChecking.cpp
- test/SemaCXX/conversion.cpp 28 additions, 0 deletionstest/SemaCXX/conversion.cpp
Loading
Please register or sign in to comment