llvm-project/clang/lib
David Majnemer b100410365 Normalize line endings
Some files had CRLF line terminators, some only had a mixture of
CRLF and LF.  Switch to LF.

llvm-svn: 202659
2014-03-02 18:46:05 +00:00
..
ARCMigrate [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
AST Normalize line endings 2014-03-02 18:46:05 +00:00
ASTMatchers [C++11] ASTMatchers: Use standard static_assert and type traits. 2014-03-02 17:08:43 +00:00
Analysis [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
Basic Add a PPC inline asm constraint type for single CR bits 2014-03-02 18:24:18 +00:00
CodeGen [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
Driver [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
Edit [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Format [C++11] Switch the clang-format LLVM style to use C++11 style braced 2014-03-02 12:37:31 +00:00
Frontend [C++11] Use std::atomic instead of LLVM's. 2014-03-02 17:08:31 +00:00
FrontendTool [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Headers [_mm_prefetch] Returning previously deleted comment. 2014-02-22 00:47:24 +00:00
Index [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Lex [C++11] Switch from LLVM_STATIC_ASSERT to static_assert now that we 2014-03-02 13:02:01 +00:00
Parse Add [extern_c] attribute for modules, allowing a C module to be imported within an extern "C" block in C++ code. 2014-03-02 05:58:18 +00:00
Rewrite [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Sema Normalize line endings 2014-03-02 18:46:05 +00:00
Serialization [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
StaticAnalyzer [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
Tooling Switch all uses of LLVM_OVERRIDE to just use 'override' directly. 2014-03-02 09:32:10 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00