clang-1/test/Index
Ted Kremenek e74ef1289d Rework USR generation for symbols with no linkage. Many of the USRs are now shortened,
and we now include the file name that declares the symbol with no linkage in the USR.
USRs for such symbols are generated only in restructed cases, e.g., anonymous enum declarations,
typedefs, etc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101542 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-16 21:31:52 +00:00
..
Inputs Make code-completion for Objective-C message sends to "id" work in the 2010-04-06 17:30:22 +00:00
TestClassDecl.m c-index-test: Unify and always print half-open extents. 2010-02-14 08:32:51 +00:00
TestClassForwardDecl.m c-index-test: Unify and always print half-open extents. 2010-02-14 08:32:51 +00:00
annotate-tokens-pp.c Try to appease MSVC's standard library 2010-03-18 21:28:30 +00:00
annotate-tokens.c Robustify SourceManager::getLocation(), so that it returns an 2010-02-27 02:42:25 +00:00
annotate-tokens.m Improve Objective-C token-annotation test 2010-03-09 20:57:01 +00:00
c-index-api-loadTU-test.m Allow GNU attributes to appear in an Objective-C method declaration 2010-02-18 23:05:16 +00:00
c-index-getCursor-pp.c Visit preprocessing elements (macro instantiations and macro 2010-03-19 05:22:59 +00:00
c-index-getCursor-test.m Robustify PreprocessingRecord slightly, by only creating macro 2010-03-19 21:58:23 +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 Don't use echo in the Index test, which I hope will work around an intermittent Windows failure 2010-03-03 00:03:22 +00:00
cindex-on-invalid.m Update test case since c-index-test now works on invalid sources. 2010-03-26 01:34:53 +00:00
cindex-test-inclusions.c Implement 'clang_getInclusions()' in CIndex. This API allows clients to walk the set of files included in a translation unit via the C API. 2010-01-26 19:31:51 +00:00
code-complete-errors.c De-XFAIL some win32 tests that are now passing 2010-02-21 20:58:24 +00:00
code-completion.cpp When pretty-printing tag types, only print the tag if we're in C (and 2010-03-10 11:27:22 +00:00
complete-at-directives.m Do not produce semicolons at the end of code-completion results 2010-04-06 20:11:37 +00:00
complete-at-exprstmt.m Do not produce semicolons at the end of code-completion results 2010-04-06 20:11:37 +00:00
complete-categories.m De-XFAIL some win32 tests that are now passing 2010-02-21 20:58:24 +00:00
complete-enums.c Extend the type printing policy to allow one to turn off the printing 2010-04-05 21:25:31 +00:00
complete-exprs.c Perform code-completion within ParseCastExpression, which handles, 2010-04-06 15:09:27 +00:00
complete-interfaces.m Code completion for Objective-C class names after @interface, 2009-11-18 16:26:39 +00:00
complete-macros.c Code completion results that refer to macros now get the cursor kind 2010-04-05 16:10:30 +00:00
complete-member-access.m Extend code-completion results with the type of each result 2009-12-18 18:53:37 +00:00
complete-method-decls.m Implement code completion for Objective-C method declarations and 2010-04-07 00:21:17 +00:00
complete-objc-message-id.m When sending a message to "id", apply some heuristics to try to narrow 2010-04-06 19:22:33 +00:00
complete-objc-message.m Implement support for code completion of an Objective-C message send to 2010-04-06 16:40:00 +00:00
complete-pch.m Make code-completion for Objective-C message sends to "id" work in the 2010-04-06 17:30:22 +00:00
complete-properties.m De-XFAIL some win32 tests that are now passing 2010-02-21 20:58:24 +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 Extend code-completion results with the type of each result 2009-12-18 18:53:37 +00:00
complete-protocols.m Code completion after @property, providing the names of forward-declared properties 2009-11-18 04:49:41 +00:00
complete-tabs.c Add a test case for code-completion in the presence of tabs 2010-01-07 00:40:35 +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
include_test.h Implement 'clang_getInclusions()' in CIndex. This API allows clients to walk the set of files included in a translation unit via the C API. 2010-01-26 19:31:51 +00:00
include_test_2.h Implement 'clang_getInclusions()' in CIndex. This API allows clients to walk the set of files included in a translation unit via the C API. 2010-01-26 19:31:51 +00:00
invalid-code-rdar_7833619.m Fix CIndex crash on invalid code reported in <rdar://problem/7833619>. 2010-04-07 00:27:13 +00:00
linkage.c c-index-test's printing of linkage was completely broken, as was the 2010-03-04 19:36:27 +00:00
load-exprs.c Unbreak test on windows. 2010-04-11 22:25:18 +00:00
load-stmts.cpp c-index-test: Unify and always print half-open extents. 2010-02-14 08:32:51 +00:00
print-usrs.c Rework USR generation for symbols with no linkage. Many of the USRs are now shortened, 2010-04-16 21:31:52 +00:00
recover-bad-code-rdar_7487294.c Don't skip past the '}' if an expression has error and is not followed by ';'. 2010-03-31 00:37:59 +00:00
remap-complete.c Make sure that we have File IDs for all of the unsaved files before we 2010-03-24 21:04:06 +00:00
remap-cursor-at.c CIndex: Use 'env' instead of relying on bash environment-variable setting 2010-02-02 05:20:37 +00:00
remap-load.c c-index-test: Unify and always print half-open extents. 2010-02-14 08:32:51 +00:00