llvm-project/clang/lib/Sema
Mike Stump 90be58afce Remember if the AsmStmt came from Microsoft-style inline assembly code.
llvm-svn: 92526
2010-01-04 22:37:17 +00:00
..
CMakeLists.txt Test exception spec compatibility on return type and parameters. 2009-10-11 09:03:14 +00:00
CXXFieldCollector.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
CodeCompleteConsumer.cpp Extend code-completion results with the type of each result 2009-12-18 18:53:37 +00:00
IdentifierResolver.cpp Eliminate dead code. 2010-01-02 21:44:36 +00:00
IdentifierResolver.h Eliminate dead code. 2010-01-02 21:44:36 +00:00
JumpDiagnostics.cpp Silence some warnings produced by Clang, and add a missing header 2009-11-17 06:14:37 +00:00
Lookup.h Typo correction for type names when they appear in declarations, e.g., given 2009-12-30 17:04:44 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
ParseAST.cpp Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReader 2009-12-01 21:57:20 +00:00
Sema.cpp Get rid of FixedWidthIntType, as suggested by Chris and Eli. 2009-12-29 07:07:36 +00:00
Sema.h Remember if the AsmStmt came from Microsoft-style inline assembly code. 2010-01-04 22:37:17 +00:00
SemaAccess.cpp Set a member's access specifier even if it doesn't match the previous specifier. 2009-12-23 00:37:40 +00:00
SemaAttr.cpp Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: 2009-12-02 08:25:40 +00:00
SemaCXXCast.cpp Fix support for const_cast<>s of array types which actual change the 2009-12-29 08:05:19 +00:00
SemaCXXScopeSpec.cpp Typo correction for identifiers within nested name specifiers, e.g., 2009-12-31 08:26:35 +00:00
SemaChecking.cpp Update for the intrinsic changes in llvm: the object size intrinsic 2009-12-23 03:49:37 +00:00
SemaCodeComplete.cpp remove extraneous #include 2009-12-30 19:54:10 +00:00
SemaDecl.cpp Implement typo correction for a variety of Objective-C-specific 2010-01-03 18:01:57 +00:00
SemaDeclAttr.cpp Get rid of FixedWidthIntType, as suggested by Chris and Eli. 2009-12-29 07:07:36 +00:00
SemaDeclCXX.cpp It's OK for a return type to be incomplete if it's being defined. 2009-12-31 18:54:35 +00:00
SemaDeclObjC.cpp When declaring an Objective-C implementation without a corresponding 2010-01-04 17:27:12 +00:00
SemaExceptionSpec.cpp Implement C++ DR437, which involves exception-specifications that name 2009-12-10 18:13:52 +00:00
SemaExpr.cpp -Wsign-compare shouldn't warn when the signed operand is a conditional operator 2010-01-04 22:35:07 +00:00
SemaExprCXX.cpp Get rid of more unnecessary code. 2010-01-02 22:56:07 +00:00
SemaExprObjC.cpp Implement typo correction for a variety of Objective-C-specific 2010-01-03 18:01:57 +00:00
SemaInit.cpp Typo correction for C99 designated field initializers, e.g., 2010-01-01 00:03:05 +00:00
SemaInit.h Allow the first parameter of operator new to be a cv-qualified 2009-12-22 23:42:49 +00:00
SemaLookup.cpp Implement typo correction for a variety of Objective-C-specific 2010-01-03 18:01:57 +00:00
SemaOverload.cpp Implement typo correction for id-expressions, e.g., 2009-12-31 05:20:13 +00:00
SemaOverload.h Reimplement reference initialization (C++ [dcl.init.ref]) using the 2009-12-09 23:02:17 +00:00
SemaStmt.cpp Remember if the AsmStmt came from Microsoft-style inline assembly code. 2010-01-04 22:37:17 +00:00
SemaTemplate.cpp Typo correction for template names, e.g., 2009-12-31 08:11:17 +00:00
SemaTemplate.h Implement partial ordering of function template specializations 2009-09-14 18:39:43 +00:00
SemaTemplateDeduction.cpp Make sure to use ASTContext::getAs*ArrayType() when decomposing array 2010-01-04 22:11:45 +00:00
SemaTemplateInstantiate.cpp When transforming CXXExprWithTemporaries and CXXBindTemporaryExpr 2009-12-24 18:51:59 +00:00
SemaTemplateInstantiateDecl.cpp Typedefs can be redeclared. That seems like something we should record in 2009-12-30 00:31:22 +00:00
SemaType.cpp Eliminate dead code. 2010-01-02 21:44:36 +00:00
TreeTransform.h Get rid of FixedWidthIntType, as suggested by Chris and Eli. 2009-12-29 07:07:36 +00:00