llvm-project/clang/test/CodeCompletion
Jordan Rose a46bfa6b83 [Preprocessor] Iterating over all macros should include those from modules.
So, iterate over the list of macros mentioned in modules, and make sure those
are in the master table.

This isn't particularly efficient, but hopefully it's something that isn't
done too often.

PR23929 and rdar://problem/21480635

llvm-svn: 240571
2015-06-24 19:27:02 +00:00
..
Inputs
PR9728.cpp
auto.cpp
call.c
call.cpp
constexpr.cpp
documentation.cpp
enum-switch-case-qualified.cpp
enum-switch-case.c
enum-switch-case.cpp
function-templates.cpp
functions.cpp
macros-in-modules.c [Preprocessor] Iterating over all macros should include those from modules. 2015-06-24 19:27:02 +00:00
macros-in-modules.m [Preprocessor] Iterating over all macros should include those from modules. 2015-06-24 19:27:02 +00:00
macros.c
member-access.c
member-access.cpp
namespace-alias.cpp
namespace.cpp
nested-name-specifier.cpp
objc-expr.m
objc-message.m
objc-message.mm When completing Objective-C instance method invocations, perform a contextual conversion to an Objective-C pointer type of the target expression if needed. This fixes code completion of method invocations where the target is a smart pointer that has an explicit conversion operator to an Objective-C type. 2014-02-28 19:07:22 +00:00
operator.cpp
ordinary-name.c
ordinary-name.cpp
preamble.c
some_struct.h
stdin.c
tag.c
tag.cpp
templates.cpp
truncation.c
truncation.c.h
using-namespace.cpp
using.cpp