llvm-project/clang/lib/Rewrite/Frontend
Will Wilson 0fafd34a6e Implement MSVC header search algorithm in MicrosoftMode.
Follows algorithm described here: http://msdn.microsoft.com/en-us/library/36k2cdd4.aspx

llvm-svn: 198082
2013-12-27 19:46:16 +00:00
..
CMakeLists.txt [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
FixItRewriter.cpp Update for llvm API change. 2013-07-16 19:44:23 +00:00
FrontendActions.cpp Use llvm::sys::fs::createTemporaryFile. 2013-07-05 20:00:06 +00:00
HTMLPrint.cpp
InclusionRewriter.cpp Implement MSVC header search algorithm in MicrosoftMode. 2013-12-27 19:46:16 +00:00
Makefile
RewriteMacros.cpp Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
RewriteModernObjC.cpp Fix a tranche of comment, test and doc typos 2013-12-05 16:25:25 +00:00
RewriteObjC.cpp Correct hyphenations in comments and assert messages 2013-12-05 04:47:09 +00:00
RewriteTest.cpp