hanchenye-llvm-project/clang/lib/Sema
Chad Rosier 93380f63c9 [ms-inline asm] Use the new GetMCInstOperandNum() interface in the front-end.
llvm-svn: 163126
2012-09-03 20:40:52 +00:00
..
AnalysisBasedWarnings.cpp [ms-inline asm] Remove old cruft now that MS-style asms their own code path. 2012-08-20 17:11:53 +00:00
AttributeList.cpp Add support for "type safety" attributes that allow checking that 'void *' 2012-08-17 00:08:38 +00:00
CMakeLists.txt [ms-inline asm] Extract AsmStmt handling into a separate file, so as to not 2012-08-17 21:19:40 +00:00
CodeCompleteConsumer.cpp Add a new libclang completion API to get brief documentation comment that is 2012-07-02 17:35:10 +00:00
DeclSpec.cpp Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. 2012-08-31 18:45:21 +00:00
DelayedDiagnostic.cpp objc: When issue diagnostic about deprecated method, also 2012-03-02 21:50:02 +00:00
IdentifierResolver.cpp Revert Decl's iterators back to pointer value_type rather than reference value_type 2012-06-06 20:45:41 +00:00
JumpDiagnostics.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Makefile
Scope.cpp Reapply r151638 and r151641. 2012-02-29 10:24:19 +00:00
Sema.cpp Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. 2012-08-23 23:38:35 +00:00
SemaAccess.cpp When computing the effective context for access control, 2012-08-24 22:54:02 +00:00
SemaAttr.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
SemaCXXScopeSpec.cpp Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() 2012-05-04 16:32:21 +00:00
SemaCast.cpp Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. 2012-08-23 23:38:35 +00:00
SemaChecking.cpp objective-C ARC; detect and warn on retain cycle when 2012-08-31 20:04:47 +00:00
SemaCodeComplete.cpp Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. 2012-08-31 18:45:21 +00:00
SemaConsumer.cpp
SemaDecl.cpp Changed the remaining dead asserts to llvm_unreachable. 2012-09-01 00:13:24 +00:00
SemaDeclAttr.cpp Added a diagnostic for mismatched MS inheritance attributes. Also fixed the incomplete type member pointer size calculation under the MS ABI. 2012-09-02 00:13:48 +00:00
SemaDeclCXX.cpp Changed the remaining dead asserts to llvm_unreachable. 2012-09-01 00:13:24 +00:00
SemaDeclObjC.cpp objective-C ARC: under -Wexplicit-ownership-type diagnose those 2012-08-30 23:56:02 +00:00
SemaExceptionSpec.cpp Store SourceManager pointer on PrintingPolicy in the case where we're dumping, 2012-08-16 03:56:14 +00:00
SemaExpr.cpp Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
SemaExprCXX.cpp Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. 2012-08-31 18:45:21 +00:00
SemaExprMember.cpp Rip out remnants of move semantic emulation and smart pointers in Sema. 2012-08-23 21:35:17 +00:00
SemaExprObjC.cpp objective-C: underline name of the missing method 2012-08-31 17:03:18 +00:00
SemaFixItUtils.cpp Drop the ASTContext.h include from Stmt.h and fix up transitive users. 2012-07-04 17:04:04 +00:00
SemaInit.cpp Push ArrayRef through the Expr hierarchy. 2012-08-24 11:54:20 +00:00
SemaLambda.cpp PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda will 2012-08-30 13:13:20 +00:00
SemaLookup.cpp Remove RequireCompleteType call which was made redundant by r162586. 2012-08-24 23:51:39 +00:00
SemaObjCProperty.cpp objective-C: When checking for valid overriden property 2012-08-24 20:10:53 +00:00
SemaOverload.cpp Instantiate class template specializations during ADL. 2012-08-24 20:38:34 +00:00
SemaPseudoObject.cpp Push ArrayRef through the Expr hierarchy. 2012-08-24 11:54:20 +00:00
SemaStmt.cpp Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. 2012-09-02 03:45:41 +00:00
SemaStmtAsm.cpp [ms-inline asm] Use the new GetMCInstOperandNum() interface in the front-end. 2012-09-03 20:40:52 +00:00
SemaStmtAttr.cpp Inline storage of attributes in AttributedStmt. 2012-07-09 10:04:07 +00:00
SemaTemplate.cpp Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. 2012-08-23 23:38:35 +00:00
SemaTemplateDeduction.cpp Fix a bunch of -Wdocumentation warnings. 2012-08-23 17:58:28 +00:00
SemaTemplateInstantiate.cpp Rip out remnants of move semantic emulation and smart pointers in Sema. 2012-08-23 21:35:17 +00:00
SemaTemplateInstantiateDecl.cpp Remove ASTOwningVector, it doesn't own anything and provides no value over SmallVector. 2012-08-23 22:51:59 +00:00
SemaTemplateVariadic.cpp Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. 2012-08-31 18:45:21 +00:00
SemaType.cpp Added a diagnostic for mismatched MS inheritance attributes. Also fixed the incomplete type member pointer size calculation under the MS ABI. 2012-09-02 00:13:48 +00:00
TargetAttributesSema.cpp Reapply r158700 and fixup patches, minus one hunk that slipped through and 2012-06-19 23:57:03 +00:00
TargetAttributesSema.h
TreeTransform.h Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. 2012-09-02 03:45:41 +00:00
TypeLocBuilder.h