diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-08-29 19:27:27 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-08-29 19:27:27 +0000 |
commit | 0c431c8c001e4c1f7488663d98700a8ce1e89e2a (patch) | |
tree | 6e146a551c2390a41009c5c534c9cf8af3ac4427 /lib/Parse/ParseExpr.cpp | |
parent | 97204552708cda46ce4adb27e81f6d295f02fec1 (diff) |
Improve code completion for initializer lists in constructors. Instead
of prioritizing just by initialization order, we bump the priority of
just the *next* initializer in the list, and leave everything else at
the normal priority. That way, if one intentionally skips the
initialization of a base or member (to get default initialization),
we'll still get ordered completion for the rest.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseExpr.cpp')
0 files changed, 0 insertions, 0 deletions