clang-1/lib/Sema
Douglas Gregor 66c42d4439 Don't complain about a variable within a linkage-specification that is
initialized. Fixes PR7076.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116553 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-15 01:21:46 +00:00
..
AnalysisBasedWarnings.cpp Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch 2010-09-16 01:25:47 +00:00
AttributeList.cpp Add support for attribute((naked)), patch by Zoxc on cfe-commits! 2010-09-29 18:20:25 +00:00
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
CodeCompleteConsumer.cpp Eliminate the (de-)serialization of code completion results, now that 2010-10-11 22:12:15 +00:00
DeclSpec.cpp Implement the C++0x "trailing return type" feature, e.g., 2010-10-01 18:44:50 +00:00
IdentifierResolver.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
JumpDiagnostics.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Sema.cpp Fix a silly bug in the suppression of non-error diagnostics in a 2010-10-13 17:22:14 +00:00
SemaAccess.cpp Handle dependent friends more explicitly and deal with the possibility 2010-10-12 23:13:28 +00:00
SemaAttr.cpp One who seeks knowledge learns something new every day. 2010-08-26 23:41:50 +00:00
SemaCXXCast.cpp Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a 2010-10-08 23:50:27 +00:00
SemaCXXScopeSpec.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
SemaChecking.cpp fix PR7885, rejecting invalid uses of __builtin_constant_p. 2010-10-12 17:47:42 +00:00
SemaCodeComplete.cpp Eliminate the use of ObjCSuperExpr in code completion. 2010-10-13 21:24:53 +00:00
SemaDecl.cpp Don't complain about a variable within a linkage-specification that is 2010-10-15 01:21:46 +00:00
SemaDeclAttr.cpp Don't rely on a StringRef being null-terminated (it's not) for deprecation messages. 2010-10-09 15:49:00 +00:00
SemaDeclCXX.cpp template-ids are looked up differently in friend declarations. 2010-10-14 22:22:28 +00:00
SemaDeclObjC.cpp Method implemented in class's implementation may implement 2010-10-08 22:59:25 +00:00
SemaExceptionSpec.cpp Emulate (some of) Microsoft's looser semantic checking of exception 2010-08-30 15:04:51 +00:00
SemaExpr.cpp Eliminate usage of ObjCSuperExpr used for 2010-10-14 16:04:05 +00:00
SemaExprCXX.cpp There is no reason for dereferencing a pointer-to-member to require 2010-10-13 20:41:14 +00:00
SemaExprObjC.cpp When performing typo correction, look through the set of known 2010-10-14 22:11:03 +00:00
SemaInit.cpp Introduce support for emitting diagnostics (warnings + their notes) 2010-10-12 23:32:35 +00:00
SemaLookup.cpp When performing typo correction, look through the set of known 2010-10-14 22:11:03 +00:00
SemaObjCProperty.cpp Put line number on the diagnostic. //rdar: //8550657. 2010-10-14 21:30:10 +00:00
SemaOverload.cpp Add builtin conditional operator candidates for scoped enumeration 2010-10-15 00:50:56 +00:00
SemaStmt.cpp Track the location of the context requiring an implicit conversion and use it 2010-10-08 02:01:28 +00:00
SemaTemplate.cpp Introduce a bit into Type that keeps track of whether there are any 2010-10-13 18:05:20 +00:00
SemaTemplateDeduction.cpp Introduce support for emitting diagnostics (warnings + their notes) 2010-10-12 23:32:35 +00:00
SemaTemplateInstantiate.cpp Teach the warning about unnamed/local types in template arguments to 2010-10-13 00:27:52 +00:00
SemaTemplateInstantiateDecl.cpp Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a 2010-10-08 23:50:27 +00:00
SemaType.cpp Make sure that we diagnose invalid qualifiers on friend functions. 2010-10-14 22:03:51 +00:00
TargetAttributesSema.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Eliminate usage of ObjCSuperExpr used for 2010-10-14 16:04:05 +00:00