llvm-project/clang/lib
Alexey Bataev 186b28a8cf [OPENMP] Added option -fopenmp=libiomp5|libgomp
llvm-svn: 203081
2014-03-06 05:43:53 +00:00
..
ARCMigrate [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
AST Change the color of comment nodes from bright yellow to blue. Bright yellow on 2014-03-06 01:09:03 +00:00
ASTMatchers [C++11] Simplify compare operators with std::tie. 2014-03-03 20:26:46 +00:00
Analysis [-Wunreachable-code] Handle idiomatic do...while() with an uninteresting condition. 2014-03-06 01:09:45 +00:00
Basic Attempt to re-enable the VFS unittests on Windows 2014-03-05 21:32:20 +00:00
CodeGen Remove 'break' dominated by 'return' in 'EmitBuiltinExpr'. 2014-03-06 05:37:38 +00:00
Driver [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +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 [OPENMP] Added option -fopenmp=libiomp5|libgomp 2014-03-06 05:43:53 +00:00
FrontendTool [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Headers Headers: Provide an ABI compatible max_align_t when _MSC_VER is defined 2014-03-04 23:43:48 +00:00
Index [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Lex If a #include finds a file relative to the current file, don't forget to check 2014-03-05 20:51:45 +00:00
Parse Remove dead return in Parser::MayBeDesignationStart(). 2014-03-06 05:37:32 +00:00
Rewrite [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Sema Remove 2 dead 'break' statements. The 'break' usage in this switch is inconsistent, making this hard to see. 2014-03-06 05:37:35 +00:00
Serialization Fix crash if a submodule overrides one of its own macros, and add support for 2014-03-06 03:16:27 +00:00
StaticAnalyzer Remove dead return in BugReporter (found via -Wunreachable-code). 2014-03-06 05:37:28 +00:00
Tooling Added a const qualifier to SourceManager& parameters. 2014-03-05 10:38:27 +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