llvm-project/clang/lib/Rewrite/Frontend
Richard Trieu ddd01cec0e Removing an "if (this == nullptr)" check from two print methods. The condition
will never be true in a well-defined context.  The checking for null pointers
has been moved into the caller logic so it does not rely on undefined behavior.

llvm-svn: 210498
2014-06-09 22:53:25 +00:00
..
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
FixItRewriter.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-15 04:29:04 +00:00
FrontendActions.cpp [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
HTMLPrint.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-15 04:29:04 +00:00
InclusionRewriter.cpp [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
Makefile
RewriteMacros.cpp [C++11] Replace OwningPtr include with <memory>. 2014-03-09 11:36:40 +00:00
RewriteModernObjC.cpp Removing an "if (this == nullptr)" check from two print methods. The condition 2014-06-09 22:53:25 +00:00
RewriteObjC.cpp Removing an "if (this == nullptr)" check from two print methods. The condition 2014-06-09 22:53:25 +00:00
RewriteTest.cpp