1. 899d139 Use llvm::stable_sort by Fangrui Song · 7 years ago
  2. bc7ff89 [CodeComplete] Fix crash when completing ObjC block parameter with a broken type by Sam McCall · 7 years ago
  3. db8a742 Basic: Return a reference from FileManager::getVirtualFileSystem, NFC by Duncan P. N. Exon Smith · 7 years ago
  4. 70ad396 [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction by Bruno Ricci · 7 years ago
  5. 3e804d2 Support framework import/include auto-completion by David Goldman · 7 years ago
  6. ff2a997 [CodeComplete] Propagate preferred type for function arguments in more cases by Ilya Biryukov · 7 years ago
  7. 206740e [CodeComplete] Collect visited contexts when scope specifier is invalid. by Eric Liu · 7 years ago
  8. 756ecb8 Make some helper functions static. NFC. by Benjamin Kramer · 7 years ago
  9. 4f9543b [CodeComplete] Propagate preferred types through parser in more cases by Ilya Biryukov · 7 years ago
  10. c61eaa5 Rename getTypeQualifiers to getMethodQualifiers. by Anastasia Stulova · 7 years ago
  11. c514ade [CodeComplete] [clangd] Fix crash on ValueDecl with a null type by Ilya Biryukov · 7 years ago
  12. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  13. e5bcf0b [Sema][NFC] Fix Wimplicit-fallthrough warning in getCursorKindForDecl by Bruno Ricci · 7 years ago
  14. b45d851b [CodeComplete] Properly determine qualifiers of 'this' in a lambda by Ilya Biryukov · 7 years ago
  15. 67dbeb6 [CodeComplete] Temporarily disable failing assertion by Ilya Biryukov · 7 years ago
  16. 4974d75d [CodeComplete] Fill preferred type on binary expressions by Ilya Biryukov · 7 years ago
  17. 4110967 [CodeComplete] Set preferred type to bool on conditions by Ilya Biryukov · 7 years ago
  18. 9d2872d [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 7 years ago
  19. 9064673 Revert "[OpenCL] Add generic AS to 'this' pointer" by Mikael Nilsson · 7 years ago
  20. 78de847 [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 7 years ago
  21. 9839755 [CodeComplete] Fix a crash in access checks of inner classes by Ilya Biryukov · 7 years ago
  22. f1822ec [CodeComplete] Cleanup access checking in code completion by Ilya Biryukov · 7 years ago
  23. 0b9d1b7 [CodeComplete] Delete unused variable in rC342449 by Fangrui Song · 7 years ago
  24. 050229d [CodeComplete] Format SemaCodeComplete.cpp and improve code consistency by Fangrui Song · 7 years ago
  25. 8e9baa3 [CodeComplete] Penalize inherited ObjC properties for auto-completion by Sam McCall · 7 years ago
  26. ebf0a6d [CodeComplete] Do not complete self-initializations by Ilya Biryukov · 7 years ago
  27. fabaaaa [clang] Improve ctor initializer completions. by Kadir Cetinkaya · 7 years ago
  28. fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 7 years ago
  29. b006e09 [clang] Introduce new completion context types by Kadir Cetinkaya · 7 years ago
  30. 4a7cd63 [CodeComplete] Expose InBaseClass signal in code completion results. by Eric Liu · 7 years ago
  31. 6d57266 [clang] Fix a null pointer dereference. by Kadir Cetinkaya · 7 years ago
  32. 2bfd3f5 [CodeComplete] Fix accessibility of protected members when accessing members implicitly. by Eric Liu · 7 years ago
  33. b87c6eb [CodeComplete] Make sure keyword 'template' is added even when code pattern is disabled. by Eric Liu · 7 years ago
  34. fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago
  35. aeb4b3e [CodeComplete] Fix crash when completing params function declarations. by Sam McCall · 7 years ago
  36. b91e081 [CodeComplete] Re-fix accessibilty of protected members from base class. by Eric Liu · 7 years ago
  37. ae45d0a4 [clang] Implement Override Suggestions in Sema. by Kadir Cetinkaya · 7 years ago
  38. 3e4f5eb [CodeComplete] #include completion treats -I as non-system (require header-like extension). by Sam McCall · 7 years ago
  39. 88de9f6 [Sema] Do not load macros from preamble when LoadExternal is false. by Eric Liu · 7 years ago
  40. 3d8051a [CodeComplete] Add completions for filenames in #include directives. by Sam McCall · 7 years ago
  41. 84774c3 [CodeCompletion] Enable signature help when initializing class/struct/union members. by Kadir Cetinkaya · 7 years ago
  42. 832c4af [CodeComplete] Clearly distinguish signature help and code completion. by Ilya Biryukov · 7 years ago
  43. d485df1 [Sema] Store MacroInfo in CodeCompletionResult for macro results. by Eric Liu · 7 years ago
  44. 2fab235 [CodeComplete] Report location of opening parens for signature help by Ilya Biryukov · 7 years ago
  45. 55b1b15 [CodeComplete] Fix the crash in code completion on access checking by Ilya Biryukov · 7 years ago
  46. ef6c43d Refactor checking of switch conditions and case values. by Richard Smith · 7 years ago
  47. 18b404a [CodeComplete] Fix accessibilty of protected members from base class. by Eric Liu · 7 years ago
  48. 47d7f52 [clangd] Uprank delcarations when "using q::name" is present in the main file by Kirill Bobyrev · 7 years ago
  49. 00f43c9 [SemaCodeComplete] Expose a method to create CodeCompletionString for macros. by Eric Liu · 7 years ago
  50. 7cf29bc [NFS] Wipe trailing whitespaces by Kirill Bobyrev · 7 years ago
  51. f5ba09f [SemaCodeComplete] Make sure visited contexts are passed to completion results handler. by Eric Liu · 7 years ago
  52. b4670fc Optionally add code completion results for arrow instead of dot by Ivan Donchevskii · 7 years ago
  53. 7b301e2 Switch a couple of users of LangOpts::GNUMode to the more appropriate LangOpts::GNUKeywords. by Richard Smith · 7 years ago
  54. a3f955b [CodeComplete] Expose helpers to get RawComment of completion result. by Ilya Biryukov · 7 years ago
  55. fb9dde7 [CodeComplete] Provide completion in decls even for incomplete types by Ilya Biryukov · 7 years ago
  56. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  57. 2a8c18d Fix typos in clang by Alexander Kornienko · 8 years ago
  58. 00f70bd Remove redundant casts. NFC by George Burgess IV · 8 years ago
  59. 63c5972 [CodeComplete] Omit templated constructors from member list too. by Sam McCall · 8 years ago
  60. 10d95c5 [Sema] Add visited contexts to CodeCompleteContext by Haojian Wu · 8 years ago
  61. bb2cf63 [CodeComplete] Add an option to omit results from the preamble. by Sam McCall · 8 years ago
  62. 090da2d Again reverting an attempt to convert the DeclSpec enums into scoped enums. by Faisal Vali · 8 years ago
  63. 038df49 [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierType into scoped enums with underlying types. by Faisal Vali · 8 years ago
  64. c535adc Revert r321614 and r321615 by Faisal Vali · 8 years ago
  65. 8736dee [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierType into scoped enums. by Faisal Vali · 8 years ago
  66. 421b2d1 [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum. by Faisal Vali · 8 years ago
  67. f3b3ccd Silence a bunch of implicit fallthrough warnings by Adrian Prantl · 8 years ago
  68. acfa339 Refactor overridden methods iteration to avoid double lookups. by Benjamin Kramer · 8 years ago
  69. fead6ae [Sema] Ignore decls in namespaces when global decls are not wanted. by Eric Liu · 8 years ago
  70. 06d3402 [SemaCodeComplete] Allow passing out scope specifiers in qualified-id completions via completion context. by Eric Liu · 8 years ago
  71. f3df1f7 [completion] complete ObjC interface names in an expression by Alex Lorenz · 8 years ago
  72. b5da91c Avoid printing some redundant name qualifiers in completion by Ilya Biryukov · 8 years ago
  73. 13d9054 Test commit by Ivan Donchevskii · 8 years ago
  74. e3962ae Fix overloaded static functions in SemaCodeComplete by Benjamin Kramer · 8 years ago
  75. b874042 [code completion] Complete ObjC methods in @implementation without leading by Alex Lorenz · 8 years ago
  76. 6524c05 Do not add a colon chunk to the code completion of class inheritance access modifiers by Erik Verbruggen · 8 years ago
  77. 67ef14f Resolve a defect in C++17 copy omission. by Richard Smith · 8 years ago
  78. 4e7a6fe Set completion priority of destructors and operators to CCP_Unlikely. by Ilya Biryukov · 8 years ago
  79. 7ec9107 Don't show deleted function (constructor) candidates for code completion by Erik Verbruggen · 8 years ago
  80. b6d1ec8 Fixed failing assert in code completion. by Ilya Biryukov · 8 years ago
  81. 797980e Fix compilation problem introduced in r308433 by Erik Verbruggen · 8 years ago
  82. 11338c5 Add default values for function parameter chunks by Erik Verbruggen · 8 years ago
  83. ac506d7 [NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions. by Faisal Vali · 8 years ago
  84. 0e54e56 Revert changes from my previous refactoring - will need to fix dependencies in clang's extra tooling (such as clang-tidy etc.). by Faisal Vali · 8 years ago
  85. 11746b0 [NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions. by Faisal Vali · 8 years ago
  86. 8a7a4cf [Completion] Code complete the members for a dependent type after a '::' by Alex Lorenz · 8 years ago
  87. be3ba9da Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  88. 3339911 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  89. e6afa39 [CodeCompletion] Provide member completions for dependent expressions whose by Alex Lorenz · 8 years ago
  90. 0fe0d98 [CodeCompletion] NFC, extract a function that generates member by Alex Lorenz · 8 years ago
  91. f7f6f82 [CodeCompletion] Complete platform names in @available expressions by Alex Lorenz · 8 years ago
  92. f1898cf [libclang] Fix crash in member access code completion with implicit base by Erik Verbruggen · 9 years ago
  93. 6bf4a58 [CodeCompletion] Format block parameter placeholders in implicit property by Alex Lorenz · 9 years ago
  94. 46eed9d [CodeCompletion] Code complete the '__auto_type' keyword by Alex Lorenz · 9 years ago
  95. 8f4d399 [CodeCompletion] Code complete the missing C++11 keywords by Alex Lorenz · 9 years ago
  96. 3584515 P0091R3: Implement basic parsing support for C++17 deduction-guides. by Richard Smith · 9 years ago
  97. 638dbc3 [CodeCompletion] Ensure that ObjC root class completes instance by Alex Lorenz · 9 years ago
  98. 6e0f393 [CodeCompletion] Block property setters: Use dynamic priority heuristic by Alex Lorenz · 9 years ago
  99. 847fda1 [CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER in initializers by Alex Lorenz · 9 years ago
  100. 71ecb07 [CodeCompletion][ObjC] Use a parameterized NSSet return type for by Alex Lorenz · 9 years ago