llvm-project/clang/test/Index
Daniel Dunbar 5618e98f33 Update tests to use %clang instead of 'clang', and forcibly disable use of '
clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to
garbage).

llvm-svn: 91460
2009-12-15 22:01:24 +00:00
..
Inputs Extend the CIndex code-completion API to perform code completion 2009-12-02 09:21:34 +00:00
TestClassDecl.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
TestClassForwardDecl.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
c-index-api-fn-scan.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
c-index-api-loadTU-test.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
c-index-getCursor-test.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
c-index-pch.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
cindex-from-source.m Update tests to use %clang instead of 'clang', and forcibly disable use of ' 2009-12-15 22:01:24 +00:00
cindex-on-invalid.m CIndex: For the time being, don't return translation units if we encounter an error during parsing. 2009-12-05 02:17:18 +00:00
code-completion.cpp Tweak code-completion results by suppressing class template 2009-12-11 17:31:05 +00:00
comments.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
complete-at-directives.m Code completion for Objective-C @ directives 2009-12-07 09:27:33 +00:00
complete-at-exprstmt.m Code completion for Objective-C @ keywords that are statements or expressions 2009-12-07 09:51:25 +00:00
complete-categories.m Implement code completion for Objective-C category names in @interface 2009-11-18 19:08:43 +00:00
complete-interfaces.m Code completion for Objective-C class names after @interface, 2009-11-18 16:26:39 +00:00
complete-member-access.m Code completion for Objective-C properly lists 2009-11-18 04:19:12 +00:00
complete-objc-message.m Patch to fix a crash trying to access a category name in 2009-12-11 00:26:36 +00:00
complete-properties.m Code completion after @dynamic 2009-11-18 22:56:13 +00:00
complete-property-flags.m Improve the accuracy of code completion for the attributes of an @property declaration, so that we don't produce completions for attributes that would conflict with already-specified attributes 2009-11-19 00:14:45 +00:00
complete-property-getset.m Add missing testcase for Objective-C p@property getter/setter completions 2009-11-19 07:58:03 +00:00
complete-protocols.m Code completion after @property, providing the names of forward-declared properties 2009-11-18 04:49:41 +00:00
cxx-operator-overload.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
find-decls.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
find-defs.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
find-refs.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
multiple-redecls.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
objc-decls.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
objc-message.m Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
remap-complete.c XFAIL this on Win32 for the time being. 2009-12-03 11:12:50 +00:00
resolve-loc.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00