summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/remap-complete.c
Commit message (Collapse)AuthorAgeFilesLines
* [c-index-test] For the '-remap-file' option use a comma for separator which ↵Argyrios Kyrtzidis2013-12-051-1/+1
| | | | | | | | is more Windows friendly than the colon. llvm-svn: 196529
* [c-index-test] For the '-remap-file=' option use ':' instead of ';' for ↵Argyrios Kyrtzidis2013-12-051-1/+1
| | | | | | | | separator. lldb does not like semicolon as part of an option. llvm-svn: 196485
* Speed up code-completion by skipping function bodies.Argyrios Kyrtzidis2011-01-031-4/+1
| | | | | | | | | | | | | | When we are in code-completion mode, skip parsing of all function bodies except the one where the code-completion point resides. For big .cpp files like 'SemaExpr.cpp' the improvement makes a huge difference, in some cases cutting down code-completion time -62% ! We don't get diagnostics for the bodies though, so modify the code-completion tests that check for errors. See rdar://8814203. llvm-svn: 122765
* This test should now work on windows, since we're no longer using temporary ↵Douglas Gregor2010-10-111-1/+0
| | | | | | files badly llvm-svn: 116261
* Make sure that we have File IDs for all of the unsaved files before weDouglas Gregor2010-03-241-2/+5
| | | | | | deserialize diagnostics. llvm-svn: 99426
* Extend code-completion results with the type of each resultDouglas Gregor2009-12-181-1/+1
| | | | llvm-svn: 91702
* XFAIL this on Win32 for the time being.Daniel Dunbar2009-12-031-0/+1
| | | | llvm-svn: 90448
* Extend the CIndex code-completion API to perform code completionDouglas Gregor2009-12-021-0/+4
involving unsaved files, using the -remap-file= functionality recently added to clang-cc. llvm-svn: 90314
OpenPOWER on IntegriCloud