hanchenye-llvm-project/clang/lib/AST
Richard Smith 51445cd307 When setting the external visible declarations for a decl context, check
whether they replace any existing lookups in the context, rather than
accumulating a bunch of lookup results referring to the same entity.

llvm-svn: 184679
2013-06-24 01:46:41 +00:00
..
APValue.cpp Pacify compilers that think you can drop off a fully covered switch. 2013-06-03 21:26:13 +00:00
ASTConsumer.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ASTContext.cpp Add an assert() suggested by Richard. 2013-06-21 01:29:36 +00:00
ASTDiagnostic.cpp Provide operator<< for stream output of DeclarationNames 2013-05-14 21:04:00 +00:00
ASTDumper.cpp Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to 2013-06-24 01:45:33 +00:00
ASTImporter.cpp Use FPT::getArgTypes() instead of manually building ArrayRefs 2013-06-10 20:51:09 +00:00
ASTTypeTraits.cpp Adds the equalsBoundNode matcher. 2013-06-20 14:06:32 +00:00
AttrImpl.cpp [ms-cxxabi] Give the MS inheritance attributes a base class 2013-03-26 18:30:28 +00:00
CMakeLists.txt Enhancements for the DynTypedNode 2013-06-19 18:45:24 +00:00
CXXABI.h [ms-cxxabi] Correctly compute the size of member pointers 2013-03-28 20:02:56 +00:00
CXXInheritance.cpp Fix Cast 2013-01-15 22:09:40 +00:00
Comment.cpp Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None 2013-05-05 00:41:58 +00:00
CommentBriefParser.cpp Some refactoring in my patch on document 2013-03-02 02:39:57 +00:00
CommentCommandTraits.cpp [doc parsing]: make single character command impostures 2013-05-09 17:18:52 +00:00
CommentLexer.cpp [doc parsing]: make single character command impostures 2013-05-09 17:18:52 +00:00
CommentParser.cpp Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None 2013-05-05 00:41:58 +00:00
CommentSema.cpp Move comment on Sema::isFunctionPointerVarDecl() to the header file 2013-06-24 01:33:34 +00:00
Decl.cpp Cleanup linkage computation for static locals. 2013-06-17 20:04:51 +00:00
DeclBase.cpp When setting the external visible declarations for a decl context, check 2013-06-24 01:46:41 +00:00
DeclCXX.cpp First pass of semantic analysis for init-captures: check the initializer, build 2013-05-16 06:20:58 +00:00
DeclFriend.cpp Added outer template parameter lists to friend type AST nodes. 2013-01-31 09:54:08 +00:00
DeclGroup.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
DeclObjC.cpp Fix potential infinite loop when iterating over redeclarations of an ObjMethodDecl, resulting from invalid code. 2013-05-30 18:53:21 +00:00
DeclOpenMP.cpp OpenMP threadprivate with qualified names. 2013-05-13 04:18:18 +00:00
DeclPrinter.cpp Improved source code fidelity for gcc mode attribute. 2013-06-20 12:46:19 +00:00
DeclTemplate.cpp A little ArrayRef'ization. 2013-05-17 03:04:50 +00:00
DeclarationName.cpp Provide operator<< for stream output of DeclarationNames 2013-05-14 21:04:00 +00:00
DumpXML.cpp Revert r175912, "Add support for coldcc to clang" at John's request. 2013-02-23 00:06:18 +00:00
Expr.cpp PR16263: Implement current direction of core issue 1376. Binding a reference to 2013-06-15 00:30:29 +00:00
ExprCXX.cpp Fix source range of CXXNewExpr with parentheses around the type. PR15569. 2013-06-17 22:35:10 +00:00
ExprClassification.cpp Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204. 2013-06-17 21:09:57 +00:00
ExprConstant.cpp PR16377: Allow evaluation of statement expressions in constant evaluation, 2013-06-20 03:00:05 +00:00
ExternalASTSource.cpp Simplify FindExternalVisibleDeclsByName by making it return a bool indicating 2013-02-07 03:30:24 +00:00
InheritViz.cpp Don't depend on PathV1.h including set. 2013-06-19 15:31:27 +00:00
ItaniumCXXABI.cpp [ms-cxxabi] Correctly compute the size of member pointers 2013-03-28 20:02:56 +00:00
ItaniumMangle.cpp [ms-cxxabi] Emit and install appropriately mangled vbtables 2013-06-19 15:20:38 +00:00
LambdaMangleContext.cpp Use FPT::getArgTypes() instead of manually building ArrayRefs 2013-06-10 20:51:09 +00:00
Makefile
Mangle.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
MicrosoftCXXABI.cpp [ms-cxxabi] Implement member pointer emission and dereferencing 2013-04-11 18:13:19 +00:00
MicrosoftMangle.cpp [ms-cxxabi] Emit and install appropriately mangled vbtables 2013-06-19 15:20:38 +00:00
NSAPI.cpp Use None rather than Optional<T>() where possible. 2013-02-21 01:47:18 +00:00
NestedNameSpecifier.cpp Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. 2013-02-22 15:46:01 +00:00
ParentMap.cpp [analyzer; new edges] Simplify edges in a C++11 for-range loop. 2013-06-06 21:53:45 +00:00
RawCommentList.cpp [Doc parsing] Provide diagnostics for unknown documentation 2013-05-03 23:15:20 +00:00
RecordLayout.cpp First pass at abstracting out a class for the target C++ ABI. 2013-01-25 22:30:49 +00:00
RecordLayoutBuilder.cpp [ms-cxxabi] There are no key functions in the Microsoft C++ ABI 2013-05-29 16:18:30 +00:00
SelectorLocationsKind.cpp Fix crash when using archaic protocol, rdar://10238337 2011-10-05 21:28:06 +00:00
Stmt.cpp First pass of semantic analysis for init-captures: check the initializer, build 2013-05-16 06:20:58 +00:00
StmtIterator.cpp
StmtPrinter.cpp PR12086, PR15117 2013-06-12 22:31:48 +00:00
StmtProfile.cpp PR12086, PR15117 2013-06-12 22:31:48 +00:00
StmtViz.cpp
TemplateBase.cpp Fix one place I missed that was memcpy'ing TypeLocs in a way that messes 2013-06-20 04:11:21 +00:00
TemplateName.cpp Add quotation marks to template names in diagnostics. 2013-03-05 06:21:38 +00:00
Type.cpp Revert "[Sema] Make FunctionType's TSI use unadjusted argument types" 2013-06-08 18:19:52 +00:00
TypeLoc.cpp Re-commit r183466 with a fix to make the TypeLoc casting machinery work 2013-06-07 20:31:48 +00:00
TypePrinter.cpp DebugInfo: Support (using GNU extensions) for template template parameters and parameter packs 2013-06-22 18:59:18 +00:00
VTTBuilder.cpp Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. 2012-07-04 18:45:14 +00:00
VTableBuilder.cpp Recommit r183298+r183300 'Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers()' 2013-06-05 14:05:50 +00:00