llvm-project/clang/lib/Sema
John McCall 388ef53234 Fix some corner cases in the __is_base_of logic.
llvm-svn: 124505
2011-01-28 22:02:36 +00:00
..
AnalysisBasedWarnings.cpp Tweak -Wuninitialized fixit for '_Bool' types to be initialized to 0, and C++ 'bool' types to false. 2011-01-27 05:18:52 +00:00
AttributeList.cpp Revert r124217 because it didn't catch the actual error case it was trying to 2011-01-27 19:17:54 +00:00
CMakeLists.txt Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change. 2010-12-15 17:38:57 +00:00
CodeCompleteConsumer.cpp Eliminate the (de-)serialization of code completion results, now that 2010-10-11 22:12:15 +00:00
DeclSpec.cpp Rvalue references for *this: parse ref-qualifiers. 2011-01-26 03:43:54 +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 Implement an indirect-goto optimization for goto *&&lbl and respect this 2010-10-28 08:53:48 +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 Teach the evaluation of the __is_convertible_to trait to translate 2011-01-27 22:31:44 +00:00
SemaAccess.cpp Minor whitespace and comment fixes. No functionality change. 2010-11-28 22:53:37 +00:00
SemaAttr.cpp Allow #pragma unused to be used on global variables like gcc. Fixes rdar://8793832. 2011-01-27 18:16:48 +00:00
SemaCXXCast.cpp Fix a horrible bug in our handling of C-style casting, where a C-style 2011-01-27 00:58:17 +00:00
SemaCXXScopeSpec.cpp Change QualType::getTypePtr() to return a const pointer, then change a 2011-01-19 06:33:43 +00:00
SemaChecking.cpp Add semantic checking that the "thousands grouping" 2011-01-08 05:28:46 +00:00
SemaCodeComplete.cpp Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, 2011-01-08 20:30:50 +00:00
SemaDecl.cpp Rvalue references for *this: parse ref-qualifiers. 2011-01-26 03:43:54 +00:00
SemaDeclAttr.cpp Give OpaqueValueExpr a source location, because its source location 2011-01-28 02:26:04 +00:00
SemaDeclCXX.cpp Allow elision of invocations of move constructors from temporary objects. 2011-01-27 23:24:55 +00:00
SemaDeclObjC.cpp Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, 2011-01-08 20:30:50 +00:00
SemaExceptionSpec.cpp Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
SemaExpr.cpp Give OpaqueValueExpr a source location, because its source location 2011-01-28 02:26:04 +00:00
SemaExprCXX.cpp Fix some corner cases in the __is_base_of logic. 2011-01-28 22:02:36 +00:00
SemaExprObjC.cpp Tweak diagnostic: 2011-01-23 17:21:34 +00:00
SemaInit.cpp Fixed parameter names. 2011-01-27 19:55:10 +00:00
SemaLookup.cpp Fix whitespace. 2011-01-27 07:10:08 +00:00
SemaObjCProperty.cpp Give OpaqueValueExpr a source location, because its source location 2011-01-28 02:26:04 +00:00
SemaOverload.cpp Fix whitespace. 2011-01-27 07:10:08 +00:00
SemaStmt.cpp Fix whitespace. 2011-01-27 07:10:08 +00:00
SemaTemplate.cpp Fix whitespace. 2011-01-27 07:10:08 +00:00
SemaTemplateDeduction.cpp Fix whitespace. 2011-01-27 07:10:08 +00:00
SemaTemplateInstantiate.cpp Teach the evaluation of the __is_convertible_to trait to translate 2011-01-27 22:31:44 +00:00
SemaTemplateInstantiateDecl.cpp Use attributes for all the override control specifiers. 2011-01-24 16:26:15 +00:00
SemaTemplateVariadic.cpp Null initialize a few variables flagged by 2011-01-23 17:04:59 +00:00
SemaType.cpp Cope with parenthesized function declarators when emitting a 2011-01-27 01:30:16 +00:00
TargetAttributesSema.cpp 1. Add some ABI information for the Microblaze. 2010-12-19 19:57:51 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Rvalue references for *this: 2011-01-26 05:01:58 +00:00
TypeLocBuilder.h Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it 2010-12-02 00:05:49 +00:00