hanchenye-llvm-project/clang/test
Douglas Gregor 3552dabfe1 When name lookup for a redeclaration finds declarations that are known
(because they are part of some module) but have not been made visible
(because they are in a submodule that wasn't imported), filter out
those declarations unless both the old declaration and the new
declaration have external linkage. When one or both has internal
linkage, there should be no conflict unless both are imported.

llvm-svn: 171925
2013-01-09 00:47:56 +00:00
..
ARCMT [arcmt] Follow-up for r171484; make sure when adding brackets enclosing case statements, 2013-01-08 00:58:25 +00:00
ASTMerge Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then 2012-12-20 02:22:15 +00:00
Analysis [analyzer] Only include uniqueling location as issue_hash when available 2013-01-08 19:19:46 +00:00
CXX Improve diagnostic wording for when an implicitly-deleted special member 2012-12-28 12:23:24 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen [ms-inline asm] Add a test case for the offset operator where the operand is a 2013-01-08 23:51:48 +00:00
CodeGenCUDA
CodeGenCXX Add [artificial] debug info annotation to test matching r171826 2013-01-08 01:12:59 +00:00
CodeGenObjC In my last patch initialize the destination to null (with a simple store) before doing a storeStrong to it. 2013-01-05 00:32:13 +00:00
CodeGenObjCXX Reapply r170344, this time without forgetting to commit the header changes. 2012-12-17 18:54:24 +00:00
CodeGenOpenCL clang/test/CodeGenOpenCL/shifts.cl: Fixup for -Asserts. 2013-01-08 00:15:53 +00:00
Coverage
Driver Add missing spaces. This doesn't cause problems in practice because we only warn 2013-01-08 16:09:04 +00:00
FixIt Add fixit hints for misplaced C++11 attributes around class specifiers. 2013-01-07 16:57:11 +00:00
Frontend hexagon-target-basic.c test: add REQUIRES line for hexagon target 2013-01-02 22:30:14 +00:00
Headers
Index [libclang] When annotating preprocessor tokens, if we are in a macro definition, 2013-01-07 19:16:32 +00:00
Lexer Add __has_feature(memory_sanitizer). 2012-12-20 12:03:13 +00:00
Misc add a triple 2013-01-07 23:04:04 +00:00
Modules When name lookup for a redeclaration finds declarations that are known 2013-01-09 00:47:56 +00:00
PCH Implement AST dumper for Decls. 2012-12-20 02:09:13 +00:00
Parser PR14855: don't silently swallow a nested-name-specifier after a type name. 2013-01-08 22:43:49 +00:00
Preprocessor s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. 2013-01-02 12:01:23 +00:00
Rewriter
Sema Clear LV cache when dropping availability attributes. 2013-01-08 22:31:36 +00:00
SemaCUDA
SemaCXX Mark all subsequent decls used. 2013-01-08 19:43:34 +00:00
SemaObjC Use Decl::getAvailability() rather than checking for the "unavailable" 2013-01-08 18:16:18 +00:00
SemaObjCXX put back diagnostics when flexible members are captured 2013-01-09 00:09:15 +00:00
SemaOpenCL
SemaTemplate PR14695: Fix assert from bad cast<>. Not every namespace is a NamespaceDecl; it might instead be a TranslationUnitDecl. 2012-12-22 02:46:14 +00:00
Tooling Implement Attr dumping for -ast-dump. 2013-01-07 17:53:08 +00:00
Unit
CMakeLists.txt
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is not used. 2012-12-11 07:06:09 +00:00
lit.site.cfg.in
make_test_dirs.pl