hanchenye-llvm-project/clang/lib/Sema
Charles Davis 0e37911334 Revert "[Attr] Add support for the `ms_hook_prologue` attribute."
This reverts commit r278050. It depends on r278048, which will be
reverted.

llvm-svn: 278052
2016-08-08 21:19:08 +00:00
..
AnalysisBasedWarnings.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AttributeList.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
CMakeLists.txt It seems we need to add SemaExpr.cpp to the /bigobj list; I am getting consistent failures of hitting the section count limit. 2016-06-01 15:17:54 +00:00
CodeCompleteConsumer.cpp Fix unnecessary default switch warning 2016-07-27 16:41:56 +00:00
DeclSpec.cpp [GCC] Support for __final specifier 2016-07-29 10:42:48 +00:00
DelayedDiagnostic.cpp [NFC][ObjC Availability] Refactor DiagnoseAvailabilityOfDecl 2016-08-05 22:59:03 +00:00
IdentifierResolver.cpp
JumpDiagnostics.cpp P0305R0: Semantic analysis and code generation for C++17 init-statement for 'if' and 'switch': 2016-07-14 00:11:03 +00:00
MultiplexExternalSemaSource.cpp
Scope.cpp
ScopeInfo.cpp Use ranges to concisely express iteration 2016-06-23 00:15:04 +00:00
Sema.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
SemaAccess.cpp P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: 2016-06-28 19:03:57 +00:00
SemaAttr.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
SemaCUDA.cpp [CUDA] Use the multi-element remove function in EraseUnwantedCUDAMatches. 2016-07-12 23:23:13 +00:00
SemaCXXScopeSpec.cpp Pass information in a record instead of stack. NFC 2016-08-08 04:02:15 +00:00
SemaCast.cpp Reverting 275417 2016-07-14 20:05:30 +00:00
SemaChecking.cpp Fix two false positives in -Wreturn-stack-address 2016-08-05 23:24:47 +00:00
SemaCodeComplete.cpp [CodeCompletion] Allow system headers providing private symbols with a single underscore. 2016-07-01 01:17:02 +00:00
SemaConsumer.cpp
SemaCoroutine.cpp Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr." 2016-06-21 20:29:17 +00:00
SemaDecl.cpp Pass information in a record instead of stack. NFC 2016-08-08 04:02:15 +00:00
SemaDeclAttr.cpp Revert "[Attr] Add support for the `ms_hook_prologue` attribute." 2016-08-08 21:19:08 +00:00
SemaDeclCXX.cpp P0217R3: Parsing support and framework for AST representation of C++1z 2016-07-22 23:36:59 +00:00
SemaDeclObjC.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
SemaExceptionSpec.cpp [ObjC] Implement @available in the Parser and AST 2016-07-16 00:35:23 +00:00
SemaExpr.cpp [Sema] Make switch fully covered again. 2016-08-06 11:28:20 +00:00
SemaExprCXX.cpp [Sema] Teach getCurrentThisType to reconize lambda in in-class initializer 2016-07-27 18:25:10 +00:00
SemaExprMember.cpp Add .rgba syntax extension to ext_vector_type types 2016-07-22 18:49:43 +00:00
SemaExprObjC.cpp ObjC Class Property: diagnostics when accessing a class property using instance. 2016-06-28 23:01:49 +00:00
SemaFixItUtils.cpp
SemaInit.cpp [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
SemaLambda.cpp Reapply r276069 with workaround for MSVC 2013 2016-07-30 22:33:34 +00:00
SemaLookup.cpp [modules] Don't emit initializers for VarDecls within a module eagerly whenever 2016-07-20 19:10:16 +00:00
SemaObjCProperty.cpp
SemaOpenMP.cpp [SemaOpenMP] Some miscellaneous cleanups 2016-08-05 17:44:54 +00:00
SemaOverload.cpp [Sema] Replace mem_fn with lambdas. NFC. 2016-07-24 23:12:40 +00:00
SemaPseudoObject.cpp
SemaStmt.cpp P0305R0: Semantic analysis and code generation for C++17 init-statement for 'if' and 'switch': 2016-07-14 00:11:03 +00:00
SemaStmtAsm.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
SemaStmtAttr.cpp Add loop pragma for Loop Distribution 2016-06-14 12:04:26 +00:00
SemaTemplate.cpp Move helpers into anonymous namespaces. NFC. 2016-08-06 11:21:04 +00:00
SemaTemplateDeduction.cpp Reapply r276069 with workaround for MSVC 2013 2016-07-30 22:33:34 +00:00
SemaTemplateInstantiate.cpp [AST] Keep track of the left brace source location of a tag decl. 2016-07-15 18:11:33 +00:00
SemaTemplateInstantiateDecl.cpp Reapply r276069 with workaround for MSVC 2013 2016-07-30 22:33:34 +00:00
SemaTemplateVariadic.cpp
SemaType.cpp [OpenCL] Improved diagnostics of OpenCL types. 2016-07-11 13:46:02 +00:00
TreeTransform.h Pass information in a record instead of stack. NFC 2016-08-08 04:02:15 +00:00
TypeLocBuilder.cpp
TypeLocBuilder.h Correcting a typo in a comment; NFC. 2016-06-08 12:33:18 +00:00