aboutsummaryrefslogtreecommitdiff
path: root/test/Index/complete-cxx-inline-methods.cpp
AgeCommit message (Expand)Author
2018-11-01[clang] Improve ctor initializer completions.Kadir Cetinkaya
2017-11-08Avoid printing some redundant name qualifiers in completionIlya Biryukov
2017-09-22Set completion priority of destructors and operators to CCP_Unlikely.Ilya Biryukov
2012-08-30Reland r160052: Default to -std=c++11 on Windows.Nico Weber
2011-11-03Add a printing policy flag to suppress printing "<anonymous>::" priorDouglas Gregor
2011-11-02Test code completion for constructor initializers within the classDouglas Gregor
2011-09-04Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis