hanchenye-llvm-project/clang/lib
Ted Kremenek 090a273b55 Remove dead return and simplify code.
llvm-svn: 203266
2014-03-07 18:53:05 +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 Renaming the chains() ranged iterator to chain() per suggestion by Richard Smith. 2014-03-07 18:36:15 +00:00
ASTMatchers [C++11] Replace LLVM-style type traits with C++11 standard ones. 2014-03-07 14:30:23 +00:00
Analysis [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
Basic Remove dead code I introduced 6 years, 4 months ago in r43518. 2014-03-06 21:42:43 +00:00
CodeGen Remove dead return and simplify code. 2014-03-07 18:53:05 +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 [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
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 [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 [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_Prefix 2014-03-07 07:47:58 +00:00
Parse [OPENMP] Clause 'num_threads' 2014-03-06 06:15:19 +00:00
Rewrite [C++11] Replacing ObjCMethodDecl 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 17:50:17 +00:00
Sema Renaming the chains() ranged iterator to chain() per suggestion by Richard Smith. 2014-03-07 18:36:15 +00:00
Serialization Renaming the chains() ranged iterator to chain() per suggestion by Richard Smith. 2014-03-07 18:36:15 +00:00
StaticAnalyzer [C++11] Replacing ObjCMethodDecl 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 17:50:17 +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