llvm-project/clang/lib
Chandler Carruth 9bdd1bb403 Revert r186040 to fix PR16597 while Richard investigates what the best
fix is.

Original commit log:
  If we friend a declaration twice, that should not make it visible to
  name lookup in the surrounding context. Slightly rework how we handle
  friend declarations to inherit the visibility of the prior
  declaration, rather than setting a friend declaration to be visible
  whenever there was a prior declaration.

llvm-svn: 186185
2013-07-12 18:54:40 +00:00
..
ARCMigrate ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
AST fixes a typo caught by Jordan. 2013-07-12 16:41:56 +00:00
ASTMatchers Fix use of invalidated iterator bug in AST match finder. 2013-07-08 14:16:30 +00:00
Analysis Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into 2013-06-27 21:43:17 +00:00
Basic Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. 2013-07-11 16:53:04 +00:00
CodeGen Fix build. 2013-07-11 02:28:36 +00:00
Driver ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
Edit ObjC migrator: Improve on hueristics. 2013-07-10 21:30:22 +00:00
Format clang-format: Improve <<-formatting. 2013-07-12 15:14:05 +00:00
Frontend ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
FrontendTool ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
Headers X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd 2013-06-17 19:42:49 +00:00
Lex Don't give # and ## special treatment when in -traditional-cpp mode. Patch by 2013-07-09 01:00:29 +00:00
Parse PR5066: If a declarator cannot have an identifier, and cannot possibly be 2013-07-11 05:10:21 +00:00
Rewrite Use llvm::sys::fs::createUniqueFile. 2013-07-05 21:13:58 +00:00
Sema Revert r186040 to fix PR16597 while Richard investigates what the best 2013-07-12 18:54:40 +00:00
Serialization Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. 2013-07-11 16:53:04 +00:00
StaticAnalyzer [analyzer] Add support for __builtin_addressof. 2013-07-12 00:26:14 +00:00
Tooling Put helper class in anonymous namespace. 2013-07-01 06:34:58 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00