Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang] Improve ctor initializer completions. | Kadir Cetinkaya | 2018-11-01 | 1 | -17/+23 |
* | Try to fix the test harder, it still fails on windows for unknown reasons. | Benjamin Kramer | 2015-07-10 | 1 | -1/+1 |
* | Reapply test for r241811 with a fix for msvc compat mode. | Benjamin Kramer | 2015-07-10 | 1 | -0/+16 |
* | Revert test lines added in r241811, "[CodeCompletion] Don't crash on member i... | NAKAMURA Takumi | 2015-07-10 | 1 | -16/+0 |
* | [CodeCompletion] Don't crash on member inits of templated constructors. | Benjamin Kramer | 2015-07-09 | 1 | -0/+16 |
* | Tweak code-completion result priorities, so that exact and similar | Douglas Gregor | 2010-10-19 | 1 | -11/+11 |
* | Teach libclang to walk the base and member initializers of a | Douglas Gregor | 2010-09-09 | 1 | -9/+9 |
* | Improve code completion for initializer lists in constructors. Instead | Douglas Gregor | 2010-08-29 | 1 | -12/+19 |
* | Add missing test case for constructor-initializer code completions | Douglas Gregor | 2010-08-29 | 1 | -0/+33 |