hanchenye-llvm-project/clang/lib
Alexey Bataev 648250a2e5 [OPENMP] Fixed linked libraries for libiomp5 on Linux
llvm-svn: 203212
2014-03-07 07:43:52 +00:00
..
ARCMigrate [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_range redecls(). Updating all of the usages of the iterators with range-based for loops, which allows the begin/end forms to be removed entirely. 2014-03-06 23:45:36 +00:00
AST [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_range redecls(). Updating all of the usages of the iterators with range-based for loops, which allows the begin/end forms to be removed entirely. 2014-03-06 23:45:36 +00:00
ASTMatchers [C++11] Simplify compare operators with std::tie. 2014-03-03 20:26:46 +00:00
Analysis Fix recent regressions in -Wreturn-type caused by heuristics to -Wunreachable-code. 2014-03-07 07:14:36 +00:00
Basic Remove dead code I introduced 6 years, 4 months ago in r43518. 2014-03-06 21:42:43 +00:00
CodeGen [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_range redecls(). Updating all of the usages of the iterators with range-based for loops, which allows the begin/end forms to be removed entirely. 2014-03-06 23:45:36 +00:00
Driver [OPENMP] Fixed linked libraries for libiomp5 on Linux 2014-03-07 07:43:52 +00:00
Edit [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Format Fix operator<< recognition (PR19064). 2014-03-06 15:13:08 +00:00
Frontend Add dependencies from imported modules with -MD 2014-03-07 06:40:32 +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 Add dependencies from imported modules with -MD 2014-03-07 06:40:32 +00:00
Parse [OPENMP] Clause 'num_threads' 2014-03-06 06:15:19 +00:00
Rewrite [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Sema Another one fix for getSema()/getDerived().getSema() 2014-03-07 04:16:48 +00:00
Serialization Add a bunch of missing changes from r203208 2014-03-07 07:27:49 +00:00
StaticAnalyzer Added an inserter for ArrayRef<SourceRange>. 2014-03-06 13:23:30 +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