llvm-project/clang/lib/Frontend/Rewrite
Craig Topper 0da2076ba1 Fix a couple assertions that can never fire because the condition ANDed with the string is just true or 1.
llvm-svn: 267313
2016-04-24 02:08:22 +00:00
..
CMakeLists.txt
FixItRewriter.cpp Roll-back r250822. 2015-10-20 13:23:58 +00:00
FrontendActions.cpp Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend. 2016-02-02 11:06:51 +00:00
HTMLPrint.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
InclusionRewriter.cpp [modules] Don't write @import in -E output if the current language mode doesn't 2016-04-08 00:09:53 +00:00
RewriteMacros.cpp
RewriteModernObjC.cpp Fix a couple assertions that can never fire because the condition ANDed with the string is just true or 1. 2016-04-24 02:08:22 +00:00
RewriteObjC.cpp Fix a couple assertions that can never fire because the condition ANDed with the string is just true or 1. 2016-04-24 02:08:22 +00:00
RewriteTest.cpp