hanchenye-llvm-project/clang/test/Index
Argyrios Kyrtzidis 4c6efa62e0 [libclang] Annotation of parameters that got default args from a previous declarations was
broken because the end location of the parameter was the end location of the default arg,
resulting in a source range that could begin in one file and end in another.

llvm-svn: 136572
2011-07-30 17:23:26 +00:00
..
Inputs Revamp the SourceManager to separate the representation of parsed 2011-07-19 16:10:42 +00:00
TestClassDecl.m Fixed source range for all DeclaratorDecl's. 2011-03-08 08:55:46 +00:00
TestClassForwardDecl.m
annotate-context-sensitive.cpp Add c-index-test printing and tests for static and virtual method 2011-05-13 15:54:42 +00:00
annotate-nested-name-specifier.cpp Based on the new information in the AST provided by r130628, write 2011-05-01 09:53:37 +00:00
annotate-tokens-cxx0x.cpp Teach libclang about SizeOfPackExpr. 2011-01-19 20:34:17 +00:00
annotate-tokens-include.c
annotate-tokens-include.h
annotate-tokens-pp.c Update all of the libclang code corresponding to the preprocessor 2011-07-14 08:41:15 +00:00
annotate-tokens-with-default-args.cpp [libclang] Annotation of parameters that got default args from a previous declarations was 2011-07-30 17:23:26 +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 Use ElaboratedType also for C. 2011-03-16 20:16:18 +00:00
annotate-tokens.cpp [libclang] Avoid having the cursor of an expression "overwrite" the annotation of the 2011-06-27 19:42:20 +00:00
annotate-tokens.m Update all of the libclang code corresponding to the preprocessor 2011-07-14 08:41:15 +00:00
arc-annotate.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
arc-complete.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
blocks.c Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of 2011-07-25 17:48:11 +00:00
c-index-api-loadTU-test.m When creating a property in a class extension, make sure to check its 2011-07-15 15:30:21 +00:00
c-index-getCursor-pp.c Update all of the libclang code corresponding to the preprocessor 2011-07-14 08:41:15 +00:00
c-index-getCursor-test.m Update all of the libclang code corresponding to the preprocessor 2011-07-14 08:41:15 +00:00
c-index-pch.c
c-index-redecls.c When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. 2011-02-12 07:50:47 +00:00
cindex-from-source.m
cindex-on-invalid-usrs.m
cindex-on-invalid.m When translating a Clang source range into a libclang source range, 2011-04-20 21:16:21 +00:00
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-at-directives.m
complete-at-exprstmt.m
complete-blocks.m Teach code completion to cope with block types written without a 2011-02-15 22:37:09 +00:00
complete-categories.m
complete-ctor-inits.cpp
complete-declarators.cpp
complete-declarators.m When code-completing within a list of declaration specifiers, 2011-02-15 20:33:25 +00:00
complete-driver-errors.c
complete-enums.c When code-completing a case statement for a switch on a value of 2011-02-18 23:30:37 +00:00
complete-exprs.c
complete-exprs.cpp When printing a qualified type, look through a substituted template 2011-02-17 06:52:25 +00:00
complete-exprs.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
complete-hiding.c
complete-interfaces.m When performing code completion after at @interface, allow both 2011-07-30 06:55:39 +00:00
complete-kvc.m Tweak code completions for Objective-C Key-Value Observing. The 2011-06-02 04:02:27 +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 Selector::getIdentifierInfoForSlot() can return NULL values, a fact 2011-02-18 22:29:55 +00:00
complete-natural.m Introduce a new libclang aPI function, 2011-07-07 16:03:39 +00:00
complete-objc-message-id.m
complete-objc-message.m Add the various parameter-passing keywords for Distributed Objects 2011-07-30 07:55:26 +00:00
complete-pch.m
complete-preprocessor.m
complete-properties.m When providing code completions of ivar names for a property 2011-04-18 14:40:46 +00:00
complete-property-flags.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
complete-property-getset.m
complete-protocols.m
complete-recovery.m
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 When trying to provide a code completion item for a call to "super" in 2011-02-16 00:51:18 +00:00
complete-synthesized.m Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. 2011-01-04 20:05:20 +00:00
complete-tabs.c
complete-templates.cpp
complete-type-factors.m
complete-unterminated.c
crash-recovery-code-complete.c
crash-recovery-reparse.c
crash-recovery.c
cursor-ref-names.cpp Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of 2011-07-25 17:48:11 +00:00
cxx-operator-overload.cpp
fix-its.c If any Fix-Its attached to a diagnostic have invalid source locations 2011-02-03 23:41:12 +00:00
get-cursor-includes.c When determining which preprocessed entities to traverse in libclang, 2010-12-21 19:07:48 +00:00
get-cursor.cpp [libclang] Avoid having the cursor of an expression replace the declaration cursor 2011-06-27 19:42:23 +00:00
include_test.h
include_test_2.h
index-templates.cpp Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of 2011-07-25 17:48:11 +00:00
initializer-memory.cpp Don't waste memory if the initializer expression is empty. 2011-04-28 18:53:55 +00:00
invalid-code-rdar_7833619.m
invalid-rdar-8236270.cpp Fixed source range for all DeclaratorDecl's. 2011-03-08 08:55:46 +00:00
linkage.c
load-classes.cpp Fixed source range for all DeclaratorDecl's. 2011-03-08 08:55:46 +00:00
load-decls.c Avoid to emit redundant implicit cast for enum constants init expressions. 2010-12-17 12:21:11 +00:00
load-exprs.c When libclang visits a translation unit via clang_visitChildren(), 2011-03-16 23:23:30 +00:00
load-namespaces.cpp Fixed NamespaceDecl source range. 2011-03-08 12:38:20 +00:00
load-stmts.cpp Fixed source range for all DeclaratorDecl's. 2011-03-08 08:55:46 +00:00
local-symbols.m Fixed source range for all DeclaratorDecl's. 2011-03-08 08:55:46 +00:00
nested-binaryoperators.cpp Fixed source range for all DeclaratorDecl's. 2011-03-08 08:55:46 +00:00
nested-macro-instantiations.cpp Update all of the libclang code corresponding to the preprocessor 2011-07-14 08:41:15 +00:00
overrides.cpp Add c-index-test printing and tests for static and virtual method 2011-05-13 15:54:42 +00:00
overrides.m
pragma-diag-reparse.c For Diagnostic::Reset() also reset the state related to #pragma diagnostic. Fixes rdar://9170766. 2011-03-26 18:58:17 +00:00
preamble-reparse-chained.c Fixed TypedefDecl and TemplateTypeParameter source range. 2011-03-06 15:48:19 +00:00
preamble-reparse.c
preamble.c Fixed source range for all DeclaratorDecl's. 2011-03-08 08:55:46 +00:00
preamble_macro_template.cpp Revamp the SourceManager to separate the representation of parsed 2011-07-19 16:10:42 +00:00
print-display-names.cpp
print-typekind.c Add libclang functions to determine the const/volatile/restrict 2011-01-27 16:27:11 +00:00
print-typekind.m
print-usrs.c
properties-class-extensions.m Expose @synthesize and @dynamic via their own cursor kinds in 2011-06-03 23:08:58 +00:00
rdar-8288645-invalid-code.mm Fixes an instance method meta-data generation bug in 2011-04-22 22:02:28 +00:00
recover-bad-code-rdar_7487294.c
recursive-cxx-member-calls.cpp Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of 2011-07-25 17:48:11 +00:00
recursive-member-access.c Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of 2011-07-25 17:48:11 +00:00
remap-complete.c Speed up code-completion by skipping function bodies. 2011-01-03 19:44:02 +00:00
remap-cursor-at.c
remap-load.c Fixed source range for all DeclaratorDecl's. 2011-03-08 08:55:46 +00:00
retain-target-options.c Test for previous commit 2011-01-27 18:39:26 +00:00
usrs-cxx0x.cpp Fixed source range for all DeclaratorDecl's. 2011-03-08 08:55:46 +00:00
usrs.cpp Use the canonical decl when generating the locations for USRs. 2011-05-03 01:33:35 +00:00
usrs.m Expose @synthesize and @dynamic via their own cursor kinds in 2011-06-03 23:08:58 +00:00
warning-flags.c Don't silently drop warning flags passed in to 2011-01-19 01:02:47 +00:00
werror.c Keep track of when "unrecoverable" errors occur, then allow 2011-07-06 17:40:26 +00:00