hanchenye-llvm-project/clang/lib/Sema
Argyrios Kyrtzidis 5c8b1cd220 [libclang] Always report a CXCursor_MacroDefinition for code-completion
results for a macro name, not CXCursor_NotImplemented.

llvm-svn: 164740
2012-09-27 00:24:09 +00:00
..
AnalysisBasedWarnings.cpp Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or 2012-09-19 19:18:29 +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 [libclang] Remove the ParentKind cursor kind from code-completion results. 2012-09-26 16:39:56 +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 objective-C: when diagnosing deprecated/unavailable usage of 2012-09-21 20:46:37 +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 During jump-scope checking, build an ExprWithCleanups immediately 2012-09-25 06:56:03 +00:00
Makefile
Scope.cpp
Sema.cpp Fix crash when a decltype expression in a trailing return type refers to the 2012-09-25 04:46:05 +00:00
SemaAccess.cpp When computing the effective context for access control, 2012-08-24 22:54:02 +00:00
SemaAttr.cpp
SemaCXXScopeSpec.cpp
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 Avoid multiple atomic builtin declaration. 2012-09-22 09:05:22 +00:00
SemaCodeComplete.cpp [libclang] Always report a CXCursor_MacroDefinition for code-completion 2012-09-27 00:24:09 +00:00
SemaConsumer.cpp
SemaDecl.cpp Fix for r163013 regression and further __interface enhancement. 2012-09-25 07:32:39 +00:00
SemaDeclAttr.cpp objective-C: when diagnosing deprecated/unavailable usage of 2012-09-21 20:46:37 +00:00
SemaDeclCXX.cpp Fix for r163013 regression and further __interface enhancement. 2012-09-25 07:32:39 +00:00
SemaDeclObjC.cpp remove duplicate code. 2012-09-13 20:26:40 +00:00
SemaExceptionSpec.cpp PR13811: Add a FunctionParmPackExpr node to handle references to function 2012-09-12 00:56:43 +00:00
SemaExpr.cpp Fix an edge case of mangling involving the combination of a lambda and typeid. 2012-09-26 04:34:21 +00:00
SemaExprCXX.cpp Add the Microsoft __is_interface_class type trait. 2012-09-25 07:32:49 +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: introduce __attribute((objc_requires_super)) on method 2012-09-07 23:46:23 +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 Move the null check outside of the loop, no functionality change. 2012-09-10 22:04:26 +00:00
SemaLambda.cpp Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854. 2012-09-20 01:40:23 +00:00
SemaLookup.cpp Fix the AST representation for non-type template arguments to encode 2012-09-26 02:36:12 +00:00
SemaObjCProperty.cpp [analyzer] Add experimental ObjC invalidation method checker. 2012-09-26 18:55:16 +00:00
SemaOverload.cpp Fix crash when a decltype expression in a trailing return type refers to the 2012-09-25 04:46:05 +00:00
SemaPseudoObject.cpp Fix a couple of Doxygen issues pointed out by -Wdocumentation. 2012-09-12 17:01:48 +00:00
SemaStmt.cpp If the range in a for range statement doesn't have a viable begin/end function, 2012-09-20 21:52:32 +00:00
SemaStmtAsm.cpp Examine the last, not the first, instruction from the MC matcher. 2012-09-25 16:30:16 +00:00
SemaStmtAttr.cpp Inline storage of attributes in AttributedStmt. 2012-07-09 10:04:07 +00:00
SemaTemplate.cpp Fix the AST representation for non-type template arguments to encode 2012-09-26 02:36:12 +00:00
SemaTemplateDeduction.cpp Fix the AST representation for non-type template arguments to encode 2012-09-26 02:36:12 +00:00
SemaTemplateInstantiate.cpp Fix template instantiation of attributes. More specifically, fix the case 2012-09-26 17:57:31 +00:00
SemaTemplateInstantiateDecl.cpp Don't produce diagnostics for missing ctor-initializers during template 2012-09-25 00:23:05 +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 Change the wording of the extension warning from 2012-09-24 18:19:21 +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 Fix an edge case of mangling involving the combination of a lambda and typeid. 2012-09-26 04:34:21 +00:00
TypeLocBuilder.h