llvm-project/clang/lib/Sema
Wesley Peck 36a1f68fec 1. Add some ABI information for the Microblaze.
2. Add attibutes "interrupt_handler" and "save_volatiles" for the Microblaze target.

llvm-svn: 122184
2010-12-19 19:57:51 +00:00
..
AnalysisBasedWarnings.cpp Fix diagnostic pragmas. 2010-12-15 18:44:22 +00:00
AttributeList.cpp Add support for the Microsoft uuid attribute: 2010-12-19 06:50:37 +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 Refactoring of Diagnostic class. 2010-11-18 20:06:41 +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 Move the functionality to mark all vtables of key functions as used within 2010-12-12 21:36:11 +00:00
SemaAccess.cpp Minor whitespace and comment fixes. No functionality change. 2010-11-28 22:53:37 +00:00
SemaAttr.cpp Treat visibility on an enclosing namespace as a non-explicit source of 2010-12-10 02:59:44 +00:00
SemaCXXCast.cpp Although we currently have explicit lvalue-to-rvalue conversions, they're 2010-12-04 03:47:34 +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 diagnostic pragmas. 2010-12-15 18:44:22 +00:00
SemaCodeComplete.cpp Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
SemaDecl.cpp Motions towards simplifying how we deal with attribute-qualified function types. 2010-12-19 02:44:49 +00:00
SemaDeclAttr.cpp Add support for the Microsoft uuid attribute: 2010-12-19 06:50:37 +00:00
SemaDeclCXX.cpp Add tests checking for unexpanded parameter packs in declarations that 2010-12-16 17:48:04 +00:00
SemaDeclObjC.cpp Fix diagnostic pragmas. 2010-12-15 18:44:22 +00:00
SemaExceptionSpec.cpp Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
SemaExpr.cpp Do lvalue-to-rvalue conversions on the LHS of a shift operator. 2010-12-16 19:28:59 +00:00
SemaExprCXX.cpp Motions towards simplifying how we deal with attribute-qualified function types. 2010-12-19 02:44:49 +00:00
SemaExprObjC.cpp Improve diagnostics when property being looked up 2010-12-16 00:56:28 +00:00
SemaInit.cpp Bump up property conversion earlier in the initialization process. Fixes 2010-12-07 22:54:16 +00:00
SemaLookup.cpp Restore r121752 without modification. 2010-12-14 08:05:40 +00:00
SemaObjCProperty.cpp Warn when synthesizing a property which is 2010-12-17 22:28:16 +00:00
SemaOverload.cpp Variadic templates: extend the Expr class with a bit that specifies 2010-12-15 01:34:56 +00:00
SemaStmt.cpp Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital 2010-12-15 04:42:30 +00:00
SemaTemplate.cpp Apply attributes to explicit specializations. Specializations which 2010-12-18 03:30:47 +00:00
SemaTemplateDeduction.cpp It's kindof silly that ExtQuals has an ASTContext&, and we can use that 2010-12-10 11:01:00 +00:00
SemaTemplateInstantiate.cpp Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
SemaTemplateInstantiateDecl.cpp Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
SemaTemplateVariadic.cpp Tweak a comment 2010-12-16 17:19:19 +00:00
SemaType.cpp Motions towards simplifying how we deal with attribute-qualified function types. 2010-12-19 02:44:49 +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 Keep the source location of the selector in ObjCMessageExpr. 2010-12-10 20:08:27 +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