summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/ordinary-name.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeComplete] Include more text into typed chunks of pattern completionsIlya Biryukov2019-06-041-1/+1
* [CodeComplete] Add a bit more whitespace to completed patternsIlya Biryukov2019-06-031-13/+13
* [CodeComplete] Add semicolon when completing patterns for 'static_assert' and...Ilya Biryukov2019-05-291-4/+4
* [CodeComplete] Consistently break after '{' in multi-line patternsIlya Biryukov2019-05-281-8/+22
* [CodeComplete] Add a trailing semicolons to some pattern completionsIlya Biryukov2019-05-061-10/+10
* [CodeComplete] Do not complete self-initializationsIlya Biryukov2018-11-071-1/+0
* [Tests] Modified Lit Tests to be C++11 compatibileCharles Li2015-08-271-5/+5
* Provide result types for code completions that describe built-inDouglas Gregor2011-10-181-19/+19
* Don't suggest dynamic_cast or typeid as code completion results whenDouglas Gregor2011-04-121-2/+56
* Fix the mapping of vertical-space cursor kinds to produce a newline,Douglas Gregor2010-10-081-1/+1
* Make -code-completion-patterns only cover multi-line codeDouglas Gregor2010-05-281-29/+33
* Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor2010-05-251-4/+4
* Do not produce semicolons at the end of code-completion resultsDouglas Gregor2010-04-061-9/+9
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-160/+161
* Improve code completion by introducing patterns for the various C andDouglas Gregor2010-01-101-0/+170
OpenPOWER on IntegriCloud