.. |
Inputs
|
Extend the CIndex code-completion API to perform code completion
|
2009-12-02 09:21:34 +00:00 |
TestClassDecl.m
|
Make tests use the new clang -cc1 flag.
|
2009-12-14 18:00:56 +00:00 |
TestClassForwardDecl.m
|
Make tests use the new clang -cc1 flag.
|
2009-12-14 18:00:56 +00:00 |
c-index-api-fn-scan.m
|
Make tests use the new clang -cc1 flag.
|
2009-12-14 18:00:56 +00:00 |
c-index-api-loadTU-test.m
|
Make tests use the new clang -cc1 flag.
|
2009-12-14 18:00:56 +00:00 |
c-index-getCursor-test.m
|
Make tests use the new clang -cc1 flag.
|
2009-12-14 18:00:56 +00:00 |
c-index-pch.c
|
Clean up c-index-test command line usage a bit by requiring a "-test-load-tu" option when testing clang_loadTranslationUnit(). Running c-index-test without the correct arguments now also prints a useful summary of its correct usage.
|
2009-11-17 18:09:14 +00:00 |
cindex-from-source.m
|
Tests: Fix some bugs in clang_f_opts, options were out of order but it worked
|
2009-12-13 02:00:23 +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
|
Eliminate &&s in tests.
|
2009-11-08 01:45:36 +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
|
Improve handling of initialization by constructor, by ensuring that
|
2009-09-09 23:08:42 +00:00 |
find-decls.c
|
Move test/Index input files into a sub directory (not scanned as tests).
|
2009-11-08 01:46:19 +00:00 |
find-defs.c
|
Move test/Index input files into a sub directory (not scanned as tests).
|
2009-11-08 01:46:19 +00:00 |
find-refs.c
|
Move test/Index input files into a sub directory (not scanned as tests).
|
2009-11-08 01:46:19 +00:00 |
multiple-redecls.c
|
Eliminate &&s in tests.
|
2009-11-08 01:45:36 +00:00 |
objc-decls.m
|
Make tests use the new clang -cc1 flag.
|
2009-12-14 18:00:56 +00:00 |
objc-message.m
|
Make tests use the new clang -cc1 flag.
|
2009-12-14 18:00:56 +00:00 |
remap-complete.c
|
XFAIL this on Win32 for the time being.
|
2009-12-03 11:12:50 +00:00 |
resolve-loc.c
|
Eliminate &&s in tests.
|
2009-11-08 01:45:36 +00:00 |