Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libclang] Fix assertion hit when code-completing inside a function macro ↵ | Argyrios Kyrtzidis | 2013-02-22 | 1 | -2/+8 |
| | | | | | | | | with more arguments than it should accept. llvm-svn: 175925 | ||||
* | [libclang] Fix crash when code-completing a macro invocation that | Argyrios Kyrtzidis | 2012-12-22 | 1 | -1/+22 |
| | | | | | | reached EOF and did not expand the argument into the source context. llvm-svn: 170980 | ||||
* | [libclang] Follow-up to r170824, provide the correct number of arguments for | Argyrios Kyrtzidis | 2012-12-21 | 1 | -1/+1 |
| | | | | | | a not-fully-formed macro invocation during code-completion. llvm-svn: 170833 | ||||
* | [libclang] Make sure we can code-complete inside a macro argument even though | Argyrios Kyrtzidis | 2012-12-21 | 1 | -0/+9 |
| | | | | | | | | the macro invocation is not fully formed. rdar://11290992 llvm-svn: 170824 | ||||
* | [libclang] Support code-completion inside macro arguments. | Argyrios Kyrtzidis | 2011-08-18 | 1 | -0/+22 |
llvm-svn: 137973 |