<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp-clang/test/CodeCompletion, branch master</title>
<subtitle>emscripten clang</subtitle>
<id>https://git.amat.us/emscripten-fastcomp-clang/atom/test/CodeCompletion?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp-clang/atom/test/CodeCompletion?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/'/>
<updated>2012-11-19T21:13:18Z</updated>
<entry>
<title>PR14381: Never skip constexpr function bodies when code-completing. We may need</title>
<updated>2012-11-19T21:13:18Z</updated>
<author>
<name>Richard Smith</name>
<email>richard-llvm@metafoo.co.uk</email>
</author>
<published>2012-11-19T21:13:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=1a5bd5d680726f3d133da27791b228b2c8fe96c6'/>
<id>urn:sha1:1a5bd5d680726f3d133da27791b228b2c8fe96c6</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>[libclang] Remove the ParentKind cursor kind from code-completion results.</title>
<updated>2012-09-26T16:39:56Z</updated>
<author>
<name>Argyrios Kyrtzidis</name>
<email>akyrtzi@gmail.com</email>
</author>
<published>2012-09-26T16:39:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=526d24444c91404dc4165b141e5ec095125c1bc8'/>
<id>urn:sha1:526d24444c91404dc4165b141e5ec095125c1bc8</id>
<content type='text'>
This is to reduce dependency to cursors for the code-completion results.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164705 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work.</title>
<updated>2012-09-25T17:18:14Z</updated>
<author>
<name>Alexander Kornienko</name>
<email>alexfh@google.com</email>
</author>
<published>2012-09-25T17:18:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=4d7e0ced7f16a04aabe2d8d91cbbb52fb1162810'/>
<id>urn:sha1:4d7e0ced7f16a04aabe2d8d91cbbb52fb1162810</id>
<content type='text'>
Summary: Passes all tests (+ the new one with code completion), but needs a thorough review in part related to modules.

Reviewers: doug.gregor

Reviewed By: alexfh

CC: cfe-commits, rsmith

Differential Revision: http://llvm-reviews.chandlerc.com/D41

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164610 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make the spacing of the code completion result for NSDictionary</title>
<updated>2012-08-17T05:40:05Z</updated>
<author>
<name>Douglas Gregor</name>
<email>dgregor@apple.com</email>
</author>
<published>2012-08-17T05:40:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=66a3d4754977cf0e98e510af9d68d00cbc14b7a8'/>
<id>urn:sha1:66a3d4754977cf0e98e510af9d68d00cbc14b7a8</id>
<content type='text'>
literals match the spacing introduced by the ObjC modernizer. Fixes
the rest of &lt;rdar://problem/11889572&gt;.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162084 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix an assertion failure when code completing an auto variable's initialiser.</title>
<updated>2012-07-27T12:56:09Z</updated>
<author>
<name>Peter Collingbourne</name>
<email>peter@pcc.me.uk</email>
</author>
<published>2012-07-27T12:56:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=ec98f2fe45acd9a475752a27fb33fbe96c1fcb44'/>
<id>urn:sha1:ec98f2fe45acd9a475752a27fb33fbe96c1fcb44</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160857 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove unnecessary spacing around Objective-C object literal code</title>
<updated>2012-07-17T23:24:47Z</updated>
<author>
<name>Douglas Gregor</name>
<email>dgregor@apple.com</email>
</author>
<published>2012-07-17T23:24:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=796158971bda18cf4af237c46769914cfa7276b7'/>
<id>urn:sha1:796158971bda18cf4af237c46769914cfa7276b7</id>
<content type='text'>
completions. Fixes &lt;rdar://problem/11889572&gt;.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160407 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a new libclang completion API to get brief documentation comment that is</title>
<updated>2012-07-02T17:35:10Z</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2012-07-02T17:35:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=d99ef536b241071b6f4c01db6525dc03242ac30b'/>
<id>urn:sha1:d99ef536b241071b6f4c01db6525dc03242ac30b</id>
<content type='text'>
attached to a declaration in the completion string.

Since extracting comments isn't free, a new code completion option is
introduced.

A new code completion option that enables including brief comments
into CodeCompletionString should be a, err, code completion option.
But because ASTUnit caches global declarations during parsing before
even completion consumer is created, the option is duplicated as a
translation unit option (in both libclang and ASTUnit, like the option
to cache code completion results).



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159539 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[completion] Add completions for @"..." and @(...), and tidy up @[] and @{}.</title>
<updated>2012-06-15T18:19:56Z</updated>
<author>
<name>Jordan Rose</name>
<email>jordan_rose@apple.com</email>
</author>
<published>2012-06-15T18:19:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=1f6e22d14419db7162202854190f690f393daf2d'/>
<id>urn:sha1:1f6e22d14419db7162202854190f690f393daf2d</id>
<content type='text'>
Specifically, @[] and @{} didn't have a type associated with them; we now
use "NSArray *" and "NSDictionary *", respectively. @"" has the type
"NSString *". @(), unfortunately, has type "id", since it (currently) may
be either an NSNumber or an NSString.

Add a test for all the Objective-C at-expression completions.

&lt;rdar://problem/11507708&amp;11507668&amp;11507711&gt;

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158533 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add 'env' in hopes of making this test pass on Windows.</title>
<updated>2012-04-16T03:22:35Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2012-04-16T03:22:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=c5086f08be3c610fd97b541b9d61c1cdfb1f9637'/>
<id>urn:sha1:c5086f08be3c610fd97b541b9d61c1cdfb1f9637</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154785 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement the all_lookups_iterator for PCH as a follow-up to r153970. This</title>
<updated>2012-04-16T02:51:46Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2012-04-16T02:51:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=b346d2f419ec7d7ce6b20780d518490338efa7de'/>
<id>urn:sha1:b346d2f419ec7d7ce6b20780d518490338efa7de</id>
<content type='text'>
includes a patch from Matthias Kleine with a regression testcase!

Adds a new iterator 'data_iterator' to OnDiskHashTable which doesn't try to
reconstruct the external_key from the internal_key, which is useful for traits
that don't store enough information to do that mapping in their key. Also
deletes the 'item_iterator' from OnDiskHashTable as dead code.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154784 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
