llvm-project/clang/lib
Fariborz Jahanian f322f2fb61 Objective-C IRGen. Fixes several regressions caused by changes made
to setting of ObjC linkages. //rdar://16206443

llvm-svn: 203521
2014-03-11 00:25:05 +00:00
..
ARCMigrate [C++11] Remove the remaining uses of OwningPtr. 2014-03-09 11:34:25 +00:00
AST [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end() with iterator_range specific_attrs(). Updating all of the usages of the iterators with range-based for loops. 2014-03-10 17:08:28 +00:00
ASTMatchers [C++11] Avoid implicit conversion of ArrayRef to std::vector and use move semantics where appropriate. 2014-03-10 17:55:02 +00:00
Analysis Thread safety analysis: move smart pointer checks from -Wthread-safety-beta 2014-03-10 23:03:49 +00:00
Basic [C++11] Avoid implicit conversion of ArrayRef to std::vector and use move semantics where appropriate. 2014-03-10 17:55:02 +00:00
CodeGen Objective-C IRGen. Fixes several regressions caused by changes made 2014-03-11 00:25:05 +00:00
Driver [C++11] Replace OwningPtr include with <memory>. 2014-03-09 11:36:40 +00:00
Edit [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Format clang-format: Add spaces between lambdas and comments. 2014-03-10 15:06:25 +00:00
Frontend Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacros 2014-03-10 12:06:29 +00:00
FrontendTool Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +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 [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with iterator_range params(). Updating all of the usages of the iterators with range-based for loops. 2014-03-07 15:12:56 +00:00
Lex [C++11] Replace OwningPtr include with <memory>. 2014-03-09 11:36:40 +00:00
Parse [C++11] Replace OwningPtr include with <memory>. 2014-03-09 11:36:40 +00:00
Rewrite [C++11] Replace OwningPtr include with <memory>. 2014-03-09 11:36:40 +00:00
Sema [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end() with iterator_range specific_attrs(). Updating all of the usages of the iterators with range-based for loops. 2014-03-10 17:08:28 +00:00
Serialization Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"' 2014-03-08 00:03:56 +00:00
StaticAnalyzer [analyzer] Eliminate memory leak in BugReporter::emitReport() 2014-03-10 22:35:02 +00:00
Tooling [C++11] Avoid implicit conversion of ArrayRef to std::vector and use move semantics where appropriate. 2014-03-10 17:55:02 +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