This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-03 09:36:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
clang
/
test
/
CodeCompletion
History
Anders Carlsson
382ba41c48
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.
...
llvm-svn: 202529
2014-02-28 19:07:22 +00:00
..
Inputs
…
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.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
…
PR9728.cpp
…
preamble.c
…
some_struct.h
…
stdin.c
…
tag.c
…
tag.cpp
…
templates.cpp
…
truncation.c
…
truncation.c.h
…
using-namespace.cpp
…
using.cpp
…