summaryrefslogtreecommitdiff
path: root/clang/test/CodeCompletion
AgeCommit message (Expand)Author
2019-01-04Refactor the way we handle diagnosing unused expression results.Aaron Ballman
2018-12-19[CodeComplete] Properly determine qualifiers of 'this' in a lambdaIlya Biryukov
2018-12-13[CodeComplete] Set preferred type to bool on conditionsIlya Biryukov
2018-12-11Pass PartialOverloading argument to the correct corresponding parameterEric Fiselier
2018-12-07[CodeComplete] Fix assertion failureIlya Biryukov
2018-12-05[CodeComplete] Fix a crash in access checks of inner classesIlya Biryukov
2018-12-03[CodeComplete] Cleanup access checking in code completionIlya Biryukov
2018-11-20[CodeComplete] Penalize inherited ObjC properties for auto-completionSam McCall
2018-11-07[CodeComplete] Do not complete self-initializationsIlya Biryukov
2018-11-01[clang] Improve ctor initializer completions.Kadir Cetinkaya
2018-10-24[CodeComplete] Expose InBaseClass signal in code completion results.Eric Liu
2018-10-10[CodeComplete] Fix crash when completing params function declarations.Sam McCall
2018-10-02[clang] Implement Override Suggestions in Sema.Kadir Cetinkaya
2018-10-01[CodeComplete] #include completion treats -I as non-system (require header-li...Sam McCall
2018-09-21[CodeComplete] Generate completion fix-its for C code as wellIvan Donchevskii
2018-09-18[CodeComplete] Add completions for filenames in #include directives.Sam McCall
2018-09-11[CodeCompletion] Enable signature help when initializing class/struct/union m...Kadir Cetinkaya
2018-09-10[clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya
2018-09-07[CodeComplete] Clearly distinguish signature help and code completion.Ilya Biryukov
2018-08-30[CodeComplete] Report location of opening parens for signature helpIlya Biryukov
2018-06-01[CodeComplete] Add a few extra tests for r333538. NFCIlya Biryukov
2018-05-30[Sema] Don't skip function bodies with 'auto' without trailing return typeIlya Biryukov
2018-05-25Optionally add code completion results for arrow instead of dotIvan Donchevskii
2018-05-14[CodeComplete] Provide completion in decls even for incomplete typesIlya Biryukov
2018-04-25[CodeComplete] Fix completion in the middle of ident in ctor lists.Ilya Biryukov
2018-04-24[CodeComplete] Fix completion at the end of keywordsIlya Biryukov
2018-03-09[SemaOverload] Fixed crash on code completionIlya Biryukov
2018-01-22[CodeComplete] Omit templated constructors from member list too.Sam McCall
2018-01-22[CodeComplete] Fix completion in the middle of idents in macro callsIlya Biryukov
2018-01-19[Lex] Fix crash on code completion in comment in included file.Volodymyr Sapsai
2017-12-13[Sema] Ignore decls in namespaces when global decls are not wanted.Eric Liu
2017-11-08Workaround reverse-iteration buildbot breakages. Filed PR35244.Ilya Biryukov
2017-11-08Avoid printing some redundant name qualifiers in completionIlya Biryukov
2017-09-08Fixed a crash in code completion.Ilya Biryukov
2017-07-21Fixed failing assert in code completion.Ilya Biryukov
2017-07-19Add default values for function parameter chunksErik Verbruggen
2017-06-15[Completion] Code complete the members for a dependent type after a '::'Alex Lorenz
2017-05-11[CodeCompletion] Provide member completions for dependent expressions whoseAlex Lorenz
2017-03-28[libclang] Fix crash in member access code completion with implicit baseErik Verbruggen
2017-02-24[Preprocessor] Fix incorrect token caching that occurs when lexing _PragmaAlex Lorenz
2017-02-13[CodeCompletion] Code complete the '__auto_type' keywordAlex Lorenz
2017-02-13[CodeCompletion] Code complete the missing C++11 keywordsAlex Lorenz
2017-01-15[code-completion] Fix crash when trying to do postfix completion of instance ...Argyrios Kyrtzidis
2016-11-03Fix heuristics skipping invalid ctor-initializers with C++11Olivier Goffart
2016-10-12[CodeCompletion] Show protocol properties that are accessed through qualified idAlex Lorenz
2016-07-27Implement filtering for code completion of identifiers.Vassil Vassilev
2016-07-01[CodeCompletion] Allow system headers providing private symbols with a single...Argyrios Kyrtzidis
2016-06-16Fix a few issues while skipping function bodiesOlivier Goffart
2016-05-04Fix CodeCompletion & TypoCorrection when combining a PCH with ModulesBen Langmuir
2016-03-11Fix ObjCMethodDecl::findPropertyDecl for class properties.Jordan Rose