clang-1/test/CodeCompletion
Richard Smith 1a5bd5d680 PR14381: Never skip constexpr function bodies when code-completing. We may need
them in order to parse the rest of the file.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168327 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-19 21:13:18 +00:00
..
Inputs Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. 2012-09-25 17:18:14 +00:00
PR9728.cpp Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
auto.cpp Fix an assertion failure when code completing an auto variable's initialiser. 2012-07-27 12:56:09 +00:00
call.c Only enable code patterns (e.g., try { statements } catch (...) { 2010-05-25 21:41:55 +00:00
call.cpp Revert the fix for PR8013. 2010-11-09 20:03:54 +00:00
constexpr.cpp PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
documentation.cpp Add a new libclang completion API to get brief documentation comment that is 2012-07-02 17:35:10 +00:00
enum-switch-case-qualified.cpp When pretty-printing tag types, only print the tag if we're in C (and 2010-03-10 11:27:22 +00:00
enum-switch-case.c Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
enum-switch-case.cpp When pretty-printing tag types, only print the tag if we're in C (and 2010-03-10 11:27:22 +00:00
function-templates.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
functions.cpp When provide code completions for a variadic Objective-C method 2010-08-31 05:13:43 +00:00
macros.c Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. 2012-09-25 17:18:14 +00:00
member-access.c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
member-access.cpp Improve the sorting of code-completion results. We now always sort by 2010-01-13 23:24:38 +00:00
namespace-alias.cpp Improve the sorting of code-completion results. We now always sort by 2010-01-13 23:24:38 +00:00
namespace.cpp Improve the sorting of code-completion results. We now always sort by 2010-01-13 23:24:38 +00:00
nested-name-specifier.cpp Improve the sorting of code-completion results. We now always sort by 2010-01-13 23:24:38 +00:00
objc-expr.m Make the spacing of the code completion result for NSDictionary 2012-08-17 05:40:05 +00:00
objc-message.m Improve the sorting of code-completion results. We now always sort by 2010-01-13 23:24:38 +00:00
operator.cpp Improve the sorting of code-completion results. We now always sort by 2010-01-13 23:24:38 +00:00
ordinary-name.c Don't crash when code-completing after "#include <". It would be far 2010-12-09 23:35:36 +00:00
ordinary-name.cpp Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
preamble.c [libclang] Remove the ParentKind cursor kind from code-completion results. 2012-09-26 16:39:56 +00:00
some_struct.h Implement the all_lookups_iterator for PCH as a follow-up to r153970. This 2012-04-16 02:51:46 +00:00
stdin.c Add support for code completion on stdin. 2010-10-26 23:21:25 +00:00
tag.c Improve the sorting of code-completion results. We now always sort by 2010-01-13 23:24:38 +00:00
tag.cpp Improve the sorting of code-completion results. We now always sort by 2010-01-13 23:24:38 +00:00
templates.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
truncation.c Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
truncation.c.h Replace the -code-completion-dump option with 2009-09-22 21:11:38 +00:00
using-namespace.cpp Improve the sorting of code-completion results. We now always sort by 2010-01-13 23:24:38 +00:00
using.cpp Improve the sorting of code-completion results. We now always sort by 2010-01-13 23:24:38 +00:00