.. |
Inputs
|
Move test/Index input files into a sub directory (not scanned as tests).
|
2009-11-08 01:46:19 +00:00 |
TestClassDecl.m
|
Update test to stop scanning things in the predefines buffer, this isn't adding
|
2009-11-18 20:19:44 +00:00 |
TestClassForwardDecl.m
|
Update test to stop scanning things in the predefines buffer, this isn't adding
|
2009-11-18 20:19:44 +00:00 |
c-index-api-loadTU-test.m
|
Update test to stop scanning things in the predefines buffer, this isn't adding
|
2009-11-18 20:19:44 +00:00 |
c-index-getCursor-test.m
|
Add c-index-test mode "-test-file-scan", which scans a source file and calls clang_getCursor() on every character.
|
2009-11-17 19:37:36 +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 |
code-completion.cpp
|
Make sure that we look into nested, transparent declaration contexts
|
2009-11-09 21:35:27 +00:00 |
comments.c
|
Eliminate &&s in tests.
|
2009-11-08 01:45:36 +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
|
Improve code completion for Objective-C message sends, so that we
|
2009-11-19 01:08:35 +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
|
Move test/Index input files into a sub directory (not scanned as tests).
|
2009-11-08 01:46:19 +00:00 |
objc-message.m
|
Move test/Index input files into a sub directory (not scanned as tests).
|
2009-11-08 01:46:19 +00:00 |
resolve-loc.c
|
Eliminate &&s in tests.
|
2009-11-08 01:45:36 +00:00 |