summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/complete-cxx-inline-methods.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reland r160052: Default to -std=c++11 on Windows.Nico Weber2012-08-301-2/+2
| | | | | | Also update the tests that rely on c++98 to explicitly mention that. llvm-svn: 162890
* Add a printing policy flag to suppress printing "<anonymous>::" priorDouglas Gregor2011-11-031-4/+6
| | | | | | | | | to types. Enable this flag for code completion, where knowing whether something is in an anonymous or inline namespace is actually not useful, since you don't have to type it anyway. Fixes <rdar://problem/10208818>. llvm-svn: 143599
* Test code completion for constructor initializers within the classDouglas Gregor2011-11-021-0/+18
| | | | | | definition. This already worked; <rdar://problem/10208871>. llvm-svn: 143595
* Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis2011-09-041-0/+24
Previously we would cut off the source file buffer at the code-completion point; this impeded code-completion inside C++ inline methods and, recently, with buffering ObjC methods. Have the code-completion inserted into the source buffer so that it can be buffered along with a method body. When we actually hit the code-completion point the cut-off lexing or parsing. Fixes rdar://10056932&8319466 llvm-svn: 139086
OpenPOWER on IntegriCloud