summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/call.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-3/+3
| | | | | | | | | | Various tests had sprung up over the years which had --check-prefix=ABC on the RUN line, but "CHECK-ABC:" later on. This happened to work before, but was strictly incorrect. FileCheck is getting stricter soon though. Patch by Ron Ofir. llvm-svn: 188174
* Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor2010-05-251-1/+1
| | | | | | statements }) in the code-completion results if explicitly requested. llvm-svn: 104637
* Teach code-completion to deal with calls to functions without prototypes.Douglas Gregor2010-01-211-0/+15
llvm-svn: 94076
OpenPOWER on IntegriCloud