summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/code-completion.cpp
Commit message (Collapse)AuthorAgeFilesLines
* De-XFAIL some win32 tests that are now passingDouglas Gregor2010-02-211-1/+0
| | | | llvm-svn: 96759
* XFAIL some of the c-index-test tests on Windows, where they are failing ↵Douglas Gregor2010-02-191-0/+1
| | | | | | inexplicably llvm-svn: 96644
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-6/+6
| | | | | | | | the "typed" text, first, then take into account nested-name-specifiers, name hiding, etc. This means that the resulting sort is actually alphabetical :) llvm-svn: 93370
* Extend code-completion results with the type of each resultDouglas Gregor2009-12-181-13/+15
| | | | llvm-svn: 91702
* Tweak code-completion results by suppressing class templateDouglas Gregor2009-12-111-4/+3
| | | | | | | | | specializations and class template partial specializations (they're never named directly). Also, member access expressions only refer to value declarations (fields, functions, enumerators, etc.) and Objective-C property declarations; filter out everything else. llvm-svn: 91133
* Make sure that we look into nested, transparent declaration contextsDouglas Gregor2009-11-091-2/+6
| | | | | | | when looking for a name within a given DeclContext. Now enumerators will show up in code-completion results. llvm-svn: 86591
* Simplify test to deal with type-based ordering variationsDouglas Gregor2009-11-091-2/+0
| | | | llvm-svn: 86552
* Verify that code-completion is at least a little bit robust against ↵Douglas Gregor2009-11-091-1/+1
| | | | | | inclusion of missing headers llvm-svn: 86551
* Minor cleanup for CIndex-based code-completion:Douglas Gregor2009-11-091-0/+51
- Provide an actual test for code-completion via CIndex. - Actually print optional strings in c-index-test - Export clang_getCompletionChunkCompletionString from CIndex llvm-svn: 86550
OpenPOWER on IntegriCloud