llvm-project/clang/lib
Richard Smith b1108739e4 [modules] Don't assert when merging virtual functions that override other
functions. Also don't needlessly pull in non-canonical declarations of the
overridden virtual functions.

llvm-svn: 216503
2014-08-26 23:29:11 +00:00
..
ARCMigrate Update for llvm api change. 2014-08-25 18:17:04 +00:00
AST Objective-C modernization. Convert -initWithUTF8String messaging 2014-08-25 20:22:25 +00:00
ASTMatchers Add hasAttr matcher for declarations. 2014-08-25 11:23:50 +00:00
Analysis Passing a variable to std::move now counts as a use for -Wuninitialized 2014-08-26 04:30:55 +00:00
Basic Return a std::unique_ptr from getBufferForFile. NFC. 2014-08-26 19:54:40 +00:00
CodeGen Revert 216491, it breaks CodeGenCXX/microsoft-abi-member-pointers.cpp 2014-08-26 22:11:53 +00:00
Driver Convert MC command line flag for fatal assembler warnings into a proper 2014-08-26 18:40:25 +00:00
Edit Objective-C modernization. Convert -initWithUTF8String messaging 2014-08-25 20:22:25 +00:00
Format clang-format: Don't butcher __asm blocks. 2014-08-26 23:15:12 +00:00
Frontend Return a std::unique_ptr from getBufferForFile. NFC. 2014-08-26 20:17:44 +00:00
FrontendTool Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Headers arm_acle: Add mappings for dbg intrinsic 2014-08-26 12:48:11 +00:00
Index Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Lex C++1y is now C++14! 2014-08-19 15:55:55 +00:00
Parse Update Clang for LLVM API change to use unique_ptr in SourceManager::AddNewSourceBuffer 2014-08-21 21:01:00 +00:00
Rewrite Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Sema Clarify comment so this doesn't appear to be a C11-only rule. 2014-08-26 21:51:57 +00:00
Serialization [modules] Don't assert when merging virtual functions that override other 2014-08-26 23:29:11 +00:00
StaticAnalyzer Update for llvm api change. 2014-08-25 18:17:04 +00:00
Tooling Sure-up MemoryBuffer ownership in JSONCompilationDatabase's ctor. 2014-08-08 22:01:06 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00