llvm-project/clang/lib
Richard Smith bb29e518c8 Switch to an idiomatic C++ erase/remove for this loop, and fix a bug in the
process (I don't believe it's possible to write a testcase for the bug with
a non-checking STL implementation).

llvm-svn: 203042
2014-03-06 00:33:23 +00:00
..
ARCMigrate [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
AST PR19010: Make sure we initialize (empty) indirect base class subobjects when 2014-03-05 23:32:50 +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 00:17:44 +00:00
Basic Attempt to re-enable the VFS unittests on Windows 2014-03-05 21:32:20 +00:00
CodeGen [Layering] Update include for the move of DIBuilder.h to the IR library 2014-03-06 00:22:29 +00:00
Driver Revert "[C++11] Replace trivial lambda with std::cref." 2014-03-05 13:25:00 +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 When building a module from the command line via -emit-module, add an entry to 2014-03-05 20:55:36 +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 [-cxx-abi microsoft] Implement local manglings accurately 2014-03-05 08:57:59 +00:00
Rewrite [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Sema Objective-C. Suppress the warning for auto synthesis of property not 2014-03-05 23:44:00 +00:00
Serialization Switch to an idiomatic C++ erase/remove for this loop, and fix a bug in the 2014-03-06 00:33:23 +00:00
StaticAnalyzer [C++11] Simplify compare operators with std::tie. 2014-03-03 20:26:46 +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