History log of /external/clang/test/Index/complete-pch.m
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
09098596c92e4d1c1d172988e48144d49a9705a0 13-Sep-2013 Amaury de la Vieuville <amaury.dlv@gmail.com> Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests

Patch by Artyom Skrobov!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190681 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/complete-pch.m
aba480862485ea1140a81f25c23f43bb080edc90 29-Aug-2010 Douglas Gregor <dgregor@apple.com> When providing a code completion for an Objective-C message send, drop
the parameter names from the completions, e.g., provide

withString:(NSString *)

instead of

withString:(NSString *)string

since the parameter name is, by convention, redundant with the
selector piece that precedes it and the completions can get
unnecessarily long.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112456 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/complete-pch.m
719770dcfcb3987e8a2377dcca97955301445eb5 06-Apr-2010 Douglas Gregor <dgregor@apple.com> Make code-completion for Objective-C message sends to "id" work in the
presence of precompiled headers by forcibly loading all of the
methods we know about from the PCH file before constructing our
code-completion list.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100535 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/complete-pch.m