summaryrefslogtreecommitdiff
path: root/clang/test/CodeCompletion/ordinary-name.cpp
AgeCommit message (Expand)Author
2020-06-26[CodeComplete] Add code completion for using alias.Kadir Cetinkaya
2020-06-26[CodeComplete] Tweak code completion for `typename`.Kadir Cetinkaya
2019-06-04[CodeComplete] Include more text into typed chunks of pattern completionsIlya Biryukov
2019-06-03[CodeComplete] Add a bit more whitespace to completed patternsIlya Biryukov
2019-05-29[CodeComplete] Add semicolon when completing patterns for 'static_assert' and...Ilya Biryukov
2019-05-28[CodeComplete] Consistently break after '{' in multi-line patternsIlya Biryukov
2019-05-06[CodeComplete] Add a trailing semicolons to some pattern completionsIlya Biryukov
2018-11-07[CodeComplete] Do not complete self-initializationsIlya Biryukov
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