summaryrefslogtreecommitdiff
path: root/test/CodeCompletion/ordinary-name.cpp
AgeCommit message (Expand)Author
2015-08-27[Tests] Modified Lit Tests to be C++11 compatibileCharles Li
2011-10-18Provide result types for code completions that describe built-inDouglas Gregor
2011-04-12Don't suggest dynamic_cast or typeid as code completion results whenDouglas Gregor
2010-10-08Fix the mapping of vertical-space cursor kinds to produce a newline,Douglas Gregor
2010-05-28Make -code-completion-patterns only cover multi-line codeDouglas Gregor
2010-05-25Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor
2010-04-06Do not produce semicolons at the end of code-completion resultsDouglas Gregor
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor
2010-01-10Improve code completion by introducing patterns for the various C andDouglas Gregor