llvm-project/clang/lib/Frontend/Rewrite
Richard Smith 466a15ef7f [modules] Don't write @import in -E output if the current language mode doesn't
support @import; use the form as written instead.

llvm-svn: 265756
2016-04-08 00:09:53 +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 [Objective-c] Stop attaching section "datacoal_nt" to global variables. 2016-02-11 06:36:35 +00:00
RewriteObjC.cpp Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
RewriteTest.cpp