1. 78de847 [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 7 years ago
  2. 9839755 [CodeComplete] Fix a crash in access checks of inner classes by Ilya Biryukov · 7 years ago
  3. f1822ec [CodeComplete] Cleanup access checking in code completion by Ilya Biryukov · 7 years ago
  4. 0b9d1b7 [CodeComplete] Delete unused variable in rC342449 by Fangrui Song · 7 years ago
  5. 050229d [CodeComplete] Format SemaCodeComplete.cpp and improve code consistency by Fangrui Song · 7 years ago
  6. 8e9baa3 [CodeComplete] Penalize inherited ObjC properties for auto-completion by Sam McCall · 7 years ago
  7. ebf0a6d [CodeComplete] Do not complete self-initializations by Ilya Biryukov · 7 years ago
  8. fabaaaa [clang] Improve ctor initializer completions. by Kadir Cetinkaya · 7 years ago
  9. fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 7 years ago
  10. b006e09 [clang] Introduce new completion context types by Kadir Cetinkaya · 7 years ago
  11. 4a7cd63 [CodeComplete] Expose InBaseClass signal in code completion results. by Eric Liu · 7 years ago
  12. 6d57266 [clang] Fix a null pointer dereference. by Kadir Cetinkaya · 7 years ago
  13. 2bfd3f5 [CodeComplete] Fix accessibility of protected members when accessing members implicitly. by Eric Liu · 7 years ago
  14. b87c6eb [CodeComplete] Make sure keyword 'template' is added even when code pattern is disabled. by Eric Liu · 7 years ago
  15. fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago
  16. aeb4b3e [CodeComplete] Fix crash when completing params function declarations. by Sam McCall · 7 years ago
  17. b91e081 [CodeComplete] Re-fix accessibilty of protected members from base class. by Eric Liu · 7 years ago
  18. ae45d0a4 [clang] Implement Override Suggestions in Sema. by Kadir Cetinkaya · 7 years ago
  19. 3e4f5eb [CodeComplete] #include completion treats -I as non-system (require header-like extension). by Sam McCall · 7 years ago
  20. 88de9f6 [Sema] Do not load macros from preamble when LoadExternal is false. by Eric Liu · 7 years ago
  21. 3d8051a [CodeComplete] Add completions for filenames in #include directives. by Sam McCall · 7 years ago
  22. 84774c3 [CodeCompletion] Enable signature help when initializing class/struct/union members. by Kadir Cetinkaya · 7 years ago
  23. 832c4af [CodeComplete] Clearly distinguish signature help and code completion. by Ilya Biryukov · 7 years ago
  24. d485df1 [Sema] Store MacroInfo in CodeCompletionResult for macro results. by Eric Liu · 7 years ago
  25. 2fab235 [CodeComplete] Report location of opening parens for signature help by Ilya Biryukov · 7 years ago
  26. 55b1b15 [CodeComplete] Fix the crash in code completion on access checking by Ilya Biryukov · 7 years ago
  27. ef6c43d Refactor checking of switch conditions and case values. by Richard Smith · 7 years ago
  28. 18b404a [CodeComplete] Fix accessibilty of protected members from base class. by Eric Liu · 7 years ago
  29. 47d7f52 [clangd] Uprank delcarations when "using q::name" is present in the main file by Kirill Bobyrev · 7 years ago
  30. 00f43c9 [SemaCodeComplete] Expose a method to create CodeCompletionString for macros. by Eric Liu · 7 years ago
  31. 7cf29bc [NFS] Wipe trailing whitespaces by Kirill Bobyrev · 7 years ago
  32. f5ba09f [SemaCodeComplete] Make sure visited contexts are passed to completion results handler. by Eric Liu · 7 years ago
  33. b4670fc Optionally add code completion results for arrow instead of dot by Ivan Donchevskii · 7 years ago
  34. 7b301e2 Switch a couple of users of LangOpts::GNUMode to the more appropriate LangOpts::GNUKeywords. by Richard Smith · 7 years ago
  35. a3f955b [CodeComplete] Expose helpers to get RawComment of completion result. by Ilya Biryukov · 7 years ago
  36. fb9dde7 [CodeComplete] Provide completion in decls even for incomplete types by Ilya Biryukov · 7 years ago
  37. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  38. 2a8c18d Fix typos in clang by Alexander Kornienko · 8 years ago
  39. 00f70bd Remove redundant casts. NFC by George Burgess IV · 8 years ago
  40. 63c5972 [CodeComplete] Omit templated constructors from member list too. by Sam McCall · 8 years ago
  41. 10d95c5 [Sema] Add visited contexts to CodeCompleteContext by Haojian Wu · 8 years ago
  42. bb2cf63 [CodeComplete] Add an option to omit results from the preamble. by Sam McCall · 8 years ago
  43. 090da2d Again reverting an attempt to convert the DeclSpec enums into scoped enums. by Faisal Vali · 8 years ago
  44. 038df49 [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierType into scoped enums with underlying types. by Faisal Vali · 8 years ago
  45. c535adc Revert r321614 and r321615 by Faisal Vali · 8 years ago
  46. 8736dee [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierType into scoped enums. by Faisal Vali · 8 years ago
  47. 421b2d1 [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum. by Faisal Vali · 8 years ago
  48. f3b3ccd Silence a bunch of implicit fallthrough warnings by Adrian Prantl · 8 years ago
  49. acfa339 Refactor overridden methods iteration to avoid double lookups. by Benjamin Kramer · 8 years ago
  50. fead6ae [Sema] Ignore decls in namespaces when global decls are not wanted. by Eric Liu · 8 years ago
  51. 06d3402 [SemaCodeComplete] Allow passing out scope specifiers in qualified-id completions via completion context. by Eric Liu · 8 years ago
  52. f3df1f7 [completion] complete ObjC interface names in an expression by Alex Lorenz · 8 years ago
  53. b5da91c Avoid printing some redundant name qualifiers in completion by Ilya Biryukov · 8 years ago
  54. 13d9054 Test commit by Ivan Donchevskii · 8 years ago
  55. e3962ae Fix overloaded static functions in SemaCodeComplete by Benjamin Kramer · 8 years ago
  56. b874042 [code completion] Complete ObjC methods in @implementation without leading by Alex Lorenz · 8 years ago
  57. 6524c05 Do not add a colon chunk to the code completion of class inheritance access modifiers by Erik Verbruggen · 8 years ago
  58. 67ef14f Resolve a defect in C++17 copy omission. by Richard Smith · 8 years ago
  59. 4e7a6fe Set completion priority of destructors and operators to CCP_Unlikely. by Ilya Biryukov · 8 years ago
  60. 7ec9107 Don't show deleted function (constructor) candidates for code completion by Erik Verbruggen · 8 years ago
  61. b6d1ec8 Fixed failing assert in code completion. by Ilya Biryukov · 8 years ago
  62. 797980e Fix compilation problem introduced in r308433 by Erik Verbruggen · 8 years ago
  63. 11338c5 Add default values for function parameter chunks by Erik Verbruggen · 8 years ago
  64. ac506d7 [NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions. by Faisal Vali · 8 years ago
  65. 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
  66. 11746b0 [NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions. by Faisal Vali · 8 years ago
  67. 8a7a4cf [Completion] Code complete the members for a dependent type after a '::' by Alex Lorenz · 8 years ago
  68. be3ba9da Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  69. 3339911 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  70. e6afa39 [CodeCompletion] Provide member completions for dependent expressions whose by Alex Lorenz · 8 years ago
  71. 0fe0d98 [CodeCompletion] NFC, extract a function that generates member by Alex Lorenz · 8 years ago
  72. f7f6f82 [CodeCompletion] Complete platform names in @available expressions by Alex Lorenz · 8 years ago
  73. f1898cf [libclang] Fix crash in member access code completion with implicit base by Erik Verbruggen · 9 years ago
  74. 6bf4a58 [CodeCompletion] Format block parameter placeholders in implicit property by Alex Lorenz · 9 years ago
  75. 46eed9d [CodeCompletion] Code complete the '__auto_type' keyword by Alex Lorenz · 9 years ago
  76. 8f4d399 [CodeCompletion] Code complete the missing C++11 keywords by Alex Lorenz · 9 years ago
  77. 3584515 P0091R3: Implement basic parsing support for C++17 deduction-guides. by Richard Smith · 9 years ago
  78. 638dbc3 [CodeCompletion] Ensure that ObjC root class completes instance by Alex Lorenz · 9 years ago
  79. 6e0f393 [CodeCompletion] Block property setters: Use dynamic priority heuristic by Alex Lorenz · 9 years ago
  80. 847fda1 [CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER in initializers by Alex Lorenz · 9 years ago
  81. 71ecb07 [CodeCompletion][ObjC] Use a parameterized NSSet return type for by Alex Lorenz · 9 years ago
  82. feafdf6 [CodeCompletion] Provide Objective-C class property completion results by Alex Lorenz · 9 years ago
  83. 01bcfc1 [CodeCompletion] Fix incorrect Objective-C block parameter formatting by Alex Lorenz · 9 years ago
  84. baef802 [CodeCompletion] Show block invocation results for block property setters by Alex Lorenz · 9 years ago
  85. d211c64 [index] Expose FriendDecl by Olivier Goffart · 9 years ago
  86. ede1163 Remove no-op checks for a null CodeCompleter. We have already by Chandler Carruth · 9 years ago
  87. f0b4e5d [CodeCompletion] Add a block property setter completion result by Alex Lorenz · 9 years ago
  88. 920ae14 [CodeCompletion][NFC] Extract a function that formats block placeholders. by Alex Lorenz · 9 years ago
  89. a195120 [CodeCompletion][NFC] Extract a function that looks for block decl type locs. by Alex Lorenz · 9 years ago
  90. 06cfa99 [CodeCompletion] Show protocol properties that are accessed through qualified id by Alex Lorenz · 9 years ago
  91. 5d8006d [CodeCompletion] Allow system headers providing private symbols with a single underscore. by Argyrios Kyrtzidis · 9 years ago
  92. 59f7792 Use more ArrayRefs by David Majnemer · 9 years ago
  93. 8197801 CIndex: add support for static_assert by Olivier Goffart · 9 years ago
  94. 301bc21 Make Sema::getPrintingPolicy less ridiculously expensive. This used to perform by Richard Smith · 9 years ago
  95. 5c71617 Prune four superfluous ExternalSemaSource.h includes and one forward declaration in Sema.h by Yaron Keren · 9 years ago
  96. 45d4132 [MSVC] Implementation of __unaligned as a proper type qualifier by Andrey Bokhanko · 9 years ago
  97. 2801d32 Revert r268727, it caused PR27666. by Nico Weber · 9 years ago
  98. ba0d754 [MSVC] Implementation of __unaligned as a proper type qualifier by Andrey Bokhanko · 9 years ago
  99. 917fc9d Revert r266415, it broke parsing SDK headers (PR27367). by Nico Weber · 10 years ago
  100. f7fa634 [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier by Andrey Bokhanko · 10 years ago