llvm-project/clang/lib
Ahmed Charles af94d56b56 [C++11] Remove the remaining uses of OwningPtr.
Replace OwningArrayPtr with std::unique_ptr<T[]>.

llvm-svn: 203388
2014-03-09 11:34:25 +00:00
..
ARCMigrate [C++11] Remove the remaining uses of OwningPtr. 2014-03-09 11:34:25 +00:00
AST [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_range attrs(). Updating all of the usages of the iterators with range-based for loops. 2014-03-08 22:19:01 +00:00
ASTMatchers [C++11] Replace LLVM-style type traits with C++11 standard ones. 2014-03-07 14:30:23 +00:00
Analysis [-Wunreachable-code] Handle Objective-C bool literals in 'isConfigurationValue'. 2014-03-09 08:13:49 +00:00
Basic Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"' 2014-03-08 00:03:56 +00:00
CodeGen [C++11] Update Clang for the change to LLVM's Use-Def chain iterators in 2014-03-09 03:16:50 +00:00
Driver Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Edit [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Format Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Frontend [libclang] Don't pad the main buffer for the preamble. 2014-03-09 04:24:57 +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 Remove uses of SmallString::equals in favor of SmallVectorImpl<char>'s operator== 2014-03-09 05:18:27 +00:00
Parse Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Rewrite [C++11] Replacing RecordDecl iterators field_begin() and field_end() with iterator_range fields(). Updating all of the usages of the iterators with range-based for loops. 2014-03-08 20:12:42 +00:00
Sema [C++11] Remove the remaining uses of OwningPtr. 2014-03-09 11:34:25 +00:00
Serialization Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"' 2014-03-08 00:03:56 +00:00
StaticAnalyzer [C++11] Replacing RecordDecl iterators field_begin() and field_end() with iterator_range fields(). Updating all of the usages of the iterators with range-based for loops. 2014-03-08 20:12:42 +00:00
Tooling Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +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