summaryrefslogtreecommitdiff
path: root/test/Index/complete-ctor-inits.cpp
AgeCommit message (Expand)Author
2015-07-10Try to fix the test harder, it still fails on windows for unknown reasons.Benjamin Kramer
2015-07-10Reapply test for r241811 with a fix for msvc compat mode.Benjamin Kramer
2015-07-10Revert test lines added in r241811, "[CodeCompletion] Don't crash on member i...NAKAMURA Takumi
2015-07-09[CodeCompletion] Don't crash on member inits of templated constructors.Benjamin Kramer
2010-10-19Tweak code-completion result priorities, so that exact and similarDouglas Gregor
2010-09-09Teach libclang to walk the base and member initializers of aDouglas Gregor
2010-08-29Improve code completion for initializer lists in constructors. InsteadDouglas Gregor
2010-08-29Add missing test case for constructor-initializer code completionsDouglas Gregor