clang-1/lib
Rafael Espindola 90cc390c49 Remove hasExternalLinkageUncached.
It was being used correctly, but it is a very dangerous API to have around.
Instead, move the logic from the filtering to when we are deciding if we should
link two decls.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179523 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-15 12:49:13 +00:00
..
ARCMigrate ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation] 2013-04-11 04:16:11 +00:00
AST Remove hasExternalLinkageUncached. 2013-04-15 12:49:13 +00:00
ASTMatchers Implements memoization for ancestor matching. 2013-03-14 16:33:21 +00:00
Analysis Thread safety analysis: turn on checking within lock and unlock functions. 2013-04-08 20:11:11 +00:00
Basic [Mips] Support -mmicromips / -mno-micromips command line options. 2013-04-14 14:07:51 +00:00
CodeGen CodeGen support for function-local static thread_local variables with 2013-04-14 23:01:42 +00:00
Driver Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer. 2013-04-15 05:38:41 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Revamps structural error detection / handling. 2013-04-12 14:13:36 +00:00
Frontend <rdar://problem/13615607> Include SDK version information in the module hash. 2013-04-12 00:18:53 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Headers: Add support for ISO9899:2011 rsize_t. 2013-04-12 23:24:56 +00:00
Lex Improve the diagnostics of the number-reading preprocessor directives. 2013-04-10 01:04:18 +00:00
Parse Parsing support for thread_local and _Thread_local. We give them the same 2013-04-12 22:46:28 +00:00
Rewrite [frontend] -frewrite-includes: turn implicit module imports into @imports. 2013-04-10 01:53:50 +00:00
Sema Remove hasExternalLinkageUncached. 2013-04-15 12:49:13 +00:00
Serialization Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. 2013-04-13 02:43:54 +00:00
StaticAnalyzer [analyzer] Enable NewDelete checker if NewDeleteLeaks checker is enabled. 2013-04-12 23:25:40 +00:00
Tooling ClangTool output cleanup 2013-03-15 20:14:01 +00:00
CMakeLists.txt
Makefile