hanchenye-llvm-project/clang/test/CodeCompletion
Douglas Gregor e5c79d5ea8 Provide result types for code completions that describe built-in
expressions (this, sizeof, etc.).

llvm-svn: 142424
2011-10-18 21:20:17 +00:00
..
Inputs Only filter out names reserved for the implementation (e.g., __blah or 2010-07-14 17:44:04 +00:00
PR9728.cpp Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +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
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
functions.cpp When provide code completions for a variadic Objective-C method 2010-08-31 05:13:43 +00:00
macros.c Only prove macros as code-completion results when we're in a case 2010-04-06 20:02:15 +00:00
member-access.c
member-access.cpp
namespace-alias.cpp
namespace.cpp
nested-name-specifier.cpp
objc-message.m
operator.cpp
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
stdin.c Add support for code completion on stdin. 2010-10-26 23:21:25 +00:00
tag.c
tag.cpp
templates.cpp
truncation.c Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
truncation.c.h
using-namespace.cpp
using.cpp