| Commit message (Expand) | Author | Age | Files | Lines |
| * | [CodeComplete] Fix the crash in code completion on access checking | Ilya Biryukov | 2018-07-30 | 1 | -28/+2 |
| * | Refactor checking of switch conditions and case values. | Richard Smith | 2018-07-26 | 1 | -1/+1 |
| * | [CodeComplete] Fix accessibilty of protected members from base class. | Eric Liu | 2018-07-19 | 1 | -2/+27 |
| * | [clangd] Uprank delcarations when "using q::name" is present in the main file | Kirill Bobyrev | 2018-07-11 | 1 | -14/+15 |
| * | [SemaCodeComplete] Expose a method to create CodeCompletionString for macros. | Eric Liu | 2018-07-06 | 1 | -44/+49 |
| * | [NFS] Wipe trailing whitespaces | Kirill Bobyrev | 2018-07-05 | 1 | -740/+740 |
| * | [SemaCodeComplete] Make sure visited contexts are passed to completion result... | Eric Liu | 2018-07-04 | 1 | -107/+75 |
| * | Optionally add code completion results for arrow instead of dot | Ivan Donchevskii | 2018-05-25 | 1 | -82/+120 |
| * | Switch a couple of users of LangOpts::GNUMode to the more appropriate LangOpt... | Richard Smith | 2018-05-24 | 1 | -2/+2 |
| * | [CodeComplete] Expose helpers to get RawComment of completion result. | Ilya Biryukov | 2018-05-16 | 1 | -30/+62 |
| * | [CodeComplete] Provide completion in decls even for incomplete types | Ilya Biryukov | 2018-05-14 | 1 | -4/+2 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -89/+89 |
| * | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -1/+1 |
| * | Remove redundant casts. NFC | George Burgess IV | 2018-03-01 | 1 | -5/+5 |
| * | [CodeComplete] Omit templated constructors from member list too. | Sam McCall | 2018-01-22 | 1 | -3/+9 |
| * | [Sema] Add visited contexts to CodeCompleteContext | Haojian Wu | 2018-01-17 | 1 | -1/+10 |
| * | [CodeComplete] Add an option to omit results from the preamble. | Sam McCall | 2018-01-12 | 1 | -23/+40 |
| * | Again reverting an attempt to convert the DeclSpec enums into scoped enums. | Faisal Vali | 2018-01-01 | 1 | -1/+1 |
| * | [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy... | Faisal Vali | 2018-01-01 | 1 | -1/+1 |
| * | Revert r321614 and r321615 | Faisal Vali | 2018-01-01 | 1 | -1/+1 |
| * | [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy... | Faisal Vali | 2018-01-01 | 1 | -1/+1 |
| * | [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum. | Faisal Vali | 2017-12-29 | 1 | -2/+2 |
| * | Silence a bunch of implicit fallthrough warnings | Adrian Prantl | 2017-12-19 | 1 | -3/+3 |
| * | Refactor overridden methods iteration to avoid double lookups. | Benjamin Kramer | 2017-12-17 | 1 | -4/+1 |
| * | [Sema] Ignore decls in namespaces when global decls are not wanted. | Eric Liu | 2017-12-13 | 1 | -4/+7 |
| * | [SemaCodeComplete] Allow passing out scope specifiers in qualified-id complet... | Eric Liu | 2017-12-12 | 1 | -7/+19 |
| * | [completion] complete ObjC interface names in an expression | Alex Lorenz | 2017-11-14 | 1 | -2/+9 |
| * | Avoid printing some redundant name qualifiers in completion | Ilya Biryukov | 2017-11-08 | 1 | -2/+5 |
| * | Test commit | Ivan Donchevskii | 2017-10-27 | 1 | -1/+1 |
| * | Fix overloaded static functions in SemaCodeComplete | Benjamin Kramer | 2017-10-26 | 1 | -1/+3 |
| * | [code completion] Complete ObjC methods in @implementation without leading | Alex Lorenz | 2017-10-24 | 1 | -10/+17 |
| * | Do not add a colon chunk to the code completion of class inheritance access m... | Erik Verbruggen | 2017-10-24 | 1 | -3/+5 |
| * | Resolve a defect in C++17 copy omission. | Richard Smith | 2017-09-26 | 1 | -1/+2 |
| * | Set completion priority of destructors and operators to CCP_Unlikely. | Ilya Biryukov | 2017-09-22 | 1 | -2/+13 |
| * | Don't show deleted function (constructor) candidates for code completion | Erik Verbruggen | 2017-09-08 | 1 | -1/+4 |
| * | Fixed failing assert in code completion. | Ilya Biryukov | 2017-07-21 | 1 | -4/+1 |
| * | Fix compilation problem introduced in r308433 | Erik Verbruggen | 2017-07-19 | 1 | -1/+1 |
| * | Add default values for function parameter chunks | Erik Verbruggen | 2017-07-19 | 1 | -3/+40 |
| * | [NFC] Refactor the Preprocessor function that handles Macro definitions and r... | Faisal Vali | 2017-07-17 | 1 | -3/+3 |
| * | Revert changes from my previous refactoring - will need to fix dependencies i... | Faisal Vali | 2017-07-17 | 1 | -3/+3 |
| * | [NFC] Refactor the Preprocessor function that handles Macro definitions and r... | Faisal Vali | 2017-07-17 | 1 | -3/+3 |
| * | [Completion] Code complete the members for a dependent type after a '::' | Alex Lorenz | 2017-06-15 | 1 | -3/+7 |
| * | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova | 2017-06-07 | 1 | -0/+1 |
| * | Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. | Galina Kistanova | 2017-06-03 | 1 | -0/+2 |
| * | [CodeCompletion] Provide member completions for dependent expressions whose | Alex Lorenz | 2017-05-11 | 1 | -1/+12 |
| * | [CodeCompletion] NFC, extract a function that generates member | Alex Lorenz | 2017-05-11 | 1 | -30/+36 |
| * | [CodeCompletion] Complete platform names in @available expressions | Alex Lorenz | 2017-05-09 | 1 | -0/+17 |
| * | [libclang] Fix crash in member access code completion with implicit base | Erik Verbruggen | 2017-03-28 | 1 | -1/+4 |
| * | [CodeCompletion] Format block parameter placeholders in implicit property | Alex Lorenz | 2017-03-13 | 1 | -0/+9 |
| * | [CodeCompletion] Code complete the '__auto_type' keyword | Alex Lorenz | 2017-02-13 | 1 | -2/+3 |