hanchenye-llvm-project/clang/test/Index
Douglas Gregor deafd0b2a4 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
covers both declarations (@class) and definitions (@interface) of an
Objective-C class.

llvm-svn: 147299
2011-12-27 22:43:10 +00:00
..
Inputs [PCH] Fix reading from PCH of diagnostic pragmas. 2011-11-09 01:24:17 +00:00
IBOutletCollection.m [libclang] Correct annotation and taking of cursor for objc class references 2011-09-13 18:49:56 +00:00
TestClassDecl.m Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl 2011-12-27 22:43:10 +00:00
TestClassForwardDecl.m Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl 2011-12-27 22:43:10 +00:00
annotate-attribute.cpp Fixed merge-mistake where ActOnAccessSpecifier was called twice for every access specifier. The testcase has been changed to catch this too. 2011-10-17 09:54:52 +00:00
annotate-context-sensitive.cpp [libclang] 2011-09-13 17:39:31 +00:00
annotate-macro-args.h [libclang] Annotate correctly macro argument tokens. 2011-08-18 18:03:34 +00:00
annotate-macro-args.m [libclang] Annotate correctly macro argument tokens. 2011-08-18 18:03:34 +00:00
annotate-nested-name-specifier.cpp Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
annotate-tokens-cxx0x.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
annotate-tokens-include.c
annotate-tokens-include.h
annotate-tokens-pp.c For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg expanded 2011-12-21 16:56:29 +00:00
annotate-tokens-preamble.c Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
annotate-tokens-with-default-args.cpp Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
annotate-tokens-with-default-args.h [libclang] Annotation of parameters that got default args from a previous declarations was 2011-07-30 17:23:26 +00:00
annotate-tokens.c Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
annotate-tokens.cpp Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
annotate-tokens.m Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl 2011-12-27 22:43:10 +00:00
annotate-toplevel-in-objccontainer.m [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations. 2011-11-23 21:11:23 +00:00
annotate-toplevel-in-objccontainer.m.h [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations. 2011-11-23 21:11:23 +00:00
arc-annotate.m
arc-complete.m
asm-attribute.c [libclang] API enhancements by Joe Groff! 2011-12-06 22:05:01 +00:00
blocks.c Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
c-index-api-loadTU-test.m Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
c-index-getCursor-pp.c [libclang] Fix annotation and getting a "macro expansion" cursor 2011-09-08 17:18:41 +00:00
c-index-getCursor-test.m Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
c-index-pch.c Kill of the Decl::PCHLevel field entirely. We now only need to know 2011-09-10 00:09:20 +00:00
c-index-redecls.c
cindex-from-source.m
cindex-on-invalid-usrs.m Extend warnings for missing '@end'. 2011-12-06 09:25:23 +00:00
cindex-on-invalid.m
cindex-test-inclusions.c
code-completion.cpp New libclang API to expose container type for code completion, from 2011-07-21 01:05:26 +00:00
complete-access-checks.cpp Added CXAvailability_NotAccessible to indicate that a declaration is available, but not accessible from the current code completion context. 2011-10-06 07:27:49 +00:00
complete-at-directives.m
complete-at-exprstmt.m Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
complete-blocks.m Don't format the code completion for parameters of block literal 2011-10-18 04:23:19 +00:00
complete-categories.m
complete-ctor-inits.cpp
complete-cxx-inline-methods.cpp Add a printing policy flag to suppress printing "<anonymous>::" prior 2011-11-03 00:16:13 +00:00
complete-declarators.cpp
complete-declarators.m Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
complete-driver-errors.c
complete-enums.c
complete-exprs.c Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
complete-exprs.cpp Tweak this test to test more directly what we want, and hopefully work around the brokenness of code completion under -fdelayed-template-parsing 2011-10-19 04:17:22 +00:00
complete-exprs.m Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
complete-hiding.c
complete-in-stringify.c Handle a code-completion token being passed to the macro stringify operator. 2011-09-04 03:32:19 +00:00
complete-interfaces.m When performing code completion after at @interface, allow both 2011-07-30 06:55:39 +00:00
complete-ivar-access.m Force test to use the non-fragile ABI 2011-11-03 19:58:50 +00:00
complete-kvc.m
complete-macro-args.c [libclang] Support code-completion inside macro arguments. 2011-08-18 19:41:28 +00:00
complete-macros.c When producing code completion results for variadic macros, fold the 2011-07-30 08:17:44 +00:00
complete-member-access.m New libclang API to expose container type for code completion, from 2011-07-21 01:05:26 +00:00
complete-memfunc-cvquals.cpp
complete-method-decls.m
complete-natural.m Introduce a new libclang aPI function, 2011-07-07 16:03:39 +00:00
complete-objc-message-id.m Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
complete-objc-message.m Introduce proper spacing after the Objective-C parameter qualifiers 2011-11-09 02:13:45 +00:00
complete-pch.m
complete-preprocessor.m
complete-properties.m
complete-property-flags.m
complete-property-getset.m
complete-protocols.m
complete-qualified.cpp Don't crash in Sema::IsSimplyAccessible if the declaration is not a C++ class member. Fixes PR11108. 2011-10-10 23:44:35 +00:00
complete-recovery.m Test case for fix committed in r145441. 2011-11-30 23:03:25 +00:00
complete-stmt.c Add code completion to produce "else" blocks after an "if" 2011-07-30 08:36:53 +00:00
complete-super.cpp
complete-super.m Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
complete-synthesized.m Sorry, I misunderstood the interaction here; the GNU runtime does 2011-10-02 20:27:18 +00:00
complete-tabs.c
complete-templates.cpp
complete-type-factors.m Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
complete-unterminated.c
complete-with-annotations.cpp Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to 2011-10-14 15:31:08 +00:00
crash-recovery-code-complete.c Mark these tests as requiring use of the shell. 2011-10-27 21:50:13 +00:00
crash-recovery-reparse.c Mark these tests as requiring use of the shell. 2011-10-27 21:50:13 +00:00
crash-recovery.c
cursor-ref-names.cpp Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
cxx-operator-overload.cpp
error-on-deserialized.c [libclang] In lazyCreateDiags, recreate the diagnostic set if the number of diagnostics 2011-11-16 02:34:55 +00:00
file-macro-refs.c [libclang] Make the test portable. 2011-11-29 05:48:01 +00:00
file-refs.c [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, 2011-10-06 07:00:54 +00:00
file-refs.cpp [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, 2011-10-06 07:00:54 +00:00
file-refs.m Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl 2011-12-27 22:43:10 +00:00
fix-its.c
get-cursor-includes.c
get-cursor-macro-args.h [libclang] Make clang_getCursor able to handle locations that point inside macro arguments. 2011-08-17 00:31:25 +00:00
get-cursor-macro-args.m [libclang] Make clang_getCursor able to handle locations that point inside macro arguments. 2011-08-17 00:31:25 +00:00
get-cursor.c [libclang] Fix getting a cursor that points inside tag definition that is part 2011-08-25 22:24:47 +00:00
get-cursor.cpp [libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr. 2011-12-03 03:49:47 +00:00
get-cursor.m Mark objc methods that are implicitly declared for properties (not user-declared) as implicit. 2011-08-17 19:25:08 +00:00
getcursor-pp-pch.c [libclang] When pointing at a macro expansion inside a macro argument, 2011-09-20 23:27:33 +00:00
getcursor-pp-pch.c.h [libclang] When pointing at a macro expansion inside a macro argument, 2011-09-20 23:27:33 +00:00
in-class-init.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
include_test.h
include_test_2.h
index-refs.cpp [libclang] Indexing API: Fix indexing of missed references. 2011-12-13 18:47:41 +00:00
index-suppress-refs.h [libclang] Suppress indexing references for occurrences of the interface 2011-12-15 00:04:56 +00:00
index-suppress-refs.m [libclang] Suppress indexing references for occurrences of the interface 2011-12-15 00:04:56 +00:00
index-templates.cpp Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
initializer-memory.cpp
invalid-code-rdar10451854.m [libclang] Fix crash on invalid code. Fixes rdar://10451854 2011-11-16 02:35:10 +00:00
invalid-code-rdar_7833619.m
invalid-rdar-8236270.cpp
linkage.c ParmVarDecls have no linkage. Previously we would report that parameters 2011-12-01 01:28:21 +00:00
load-classes.cpp
load-decls.c
load-exprs.c
load-namespaces.cpp
load-stmts.cpp Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
local-symbols.m Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
ms-if-exists.cpp Turn off delayed template parsing for this test 2011-10-25 20:12:15 +00:00
nested-binaryoperators.cpp Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
nested-macro-instantiations.cpp For the MacroExpands preprocessor callback, also pass the SourceRange 2011-08-18 01:05:45 +00:00
overrides.cpp
overrides.m
pch-opaque-value.cpp [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized 2011-12-03 03:49:52 +00:00
pragma-diag-reparse.c [PCH] Fix reading from PCH of diagnostic pragmas. 2011-11-09 01:24:17 +00:00
preamble-reparse-chained.c
preamble-reparse-cmd-define.c [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of 2011-09-12 18:09:38 +00:00
preamble-reparse-cmd-define.c.h [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of 2011-09-12 18:09:38 +00:00
preamble-reparse-cmd-define.c.remap [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of 2011-09-12 18:09:38 +00:00
preamble-reparse-import.m [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos 2011-11-13 22:08:39 +00:00
preamble-reparse-import.m-1.h [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos 2011-11-13 22:08:39 +00:00
preamble-reparse-import.m-2.h [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos 2011-11-13 22:08:39 +00:00
preamble-reparse-import.m-3.h [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos 2011-11-13 22:08:39 +00:00
preamble-reparse.c
preamble.c Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
preamble_macro_template.cpp Revert r145244. It causes us to create broken ASTs with missing type information 2011-11-29 22:48:16 +00:00
print-display-names.cpp
print-typekind.c Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
print-typekind.m
print-usrs.c
properties-class-extensions.m Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl 2011-12-27 22:43:10 +00:00
rdar-8288645-invalid-code.mm Restore patch I reversed in r138040. Known buildbot 2011-08-22 15:54:49 +00:00
recover-bad-code-rdar_7487294.c
recursive-cxx-member-calls.cpp Revert r145244. It causes us to create broken ASTs with missing type information 2011-11-29 22:48:16 +00:00
recursive-member-access.c Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
redeclarations.cpp Disalbe more Microsoft-specific stuff. 2011-10-26 23:19:04 +00:00
remap-complete.c
remap-cursor-at.c
remap-load.c Expose more statement, expression, and declaration kinds in libclang, 2011-10-05 19:00:14 +00:00
reparse-instantiate.cpp ASTConsumer::handleTopLevelDecl will end up getting called for 2011-11-07 18:53:57 +00:00
retain-target-options.c
targeted-annotation.c [libclang] Make clang_annotateTokens use "file-targeted" deserialization and avoid 2011-11-16 08:58:57 +00:00
targeted-cursor.c [libclang] Make sure pointing inside the #include of the fields will return the struct. 2011-11-03 19:02:30 +00:00
targeted-fields.h [libclang] Add infrastructure to be able to only deserialize decls in a file region and 2011-11-03 02:20:32 +00:00
targeted-file-refs.c [libclang] Make clang_findReferencesInFile use "file-targeted" deserialization and avoid 2011-11-16 08:58:54 +00:00
targeted-nested1.h [libclang] Add infrastructure to be able to only deserialize decls in a file region and 2011-11-03 02:20:32 +00:00
targeted-preamble.h [libclang] Add infrastructure to be able to only deserialize decls in a file region and 2011-11-03 02:20:32 +00:00
targeted-top.h [libclang] Add infrastructure to be able to only deserialize decls in a file region and 2011-11-03 02:20:32 +00:00
usrs-cxx0x.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
usrs.cpp
usrs.m [libclang] Fix non-darwin buildbots. 2011-11-01 19:47:41 +00:00
vector-types.c [libclang] API enhancements by Joe Groff! 2011-12-06 22:05:01 +00:00
warning-flags.c
werror.c Keep track of when "unrecoverable" errors occur, then allow 2011-07-06 17:40:26 +00:00