1. ef57943 [OPENMP] parsing and sema support for 'close' map-type-modifier by Kelvin Li · 7 years ago
  2. 9d2872d [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 7 years ago
  3. 9064673 Revert "[OpenCL] Add generic AS to 'this' pointer" by Mikael Nilsson · 7 years ago
  4. 78de847 [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 7 years ago
  5. 0a6b5b6 PTH-- Remove feature entirely- by Erich Keane · 7 years ago
  6. 7a2a27c Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 by Patrick Lyster · 7 years ago
  7. 52d674d [OpenCL] Fix serialization of OpenCLExtensionDecls by Andrew Savonichev · 7 years ago
  8. 3fe9e39 Add support for 'dynamic_allocators' clause on 'requires' directive. Differential Revision: https://reviews.llvm.org/D53079 by Patrick Lyster · 7 years ago
  9. 6bdf63b [OPENMP] Add reverse_offload clause to requires directive by Patrick Lyster · 7 years ago
  10. 4a370b9 Add support for unified_shared_memory clause on requires directive by Patrick Lyster · 7 years ago
  11. 55fab26 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  12. 1408f91 [OPENMP] Add support for OMP5 requires directive + unified_address clause by Kelvin Li · 7 years ago
  13. 366ba73 [AST] Various optimizations + refactoring in DeclarationName(Table) by Bruno Ricci · 7 years ago
  14. 0ed4666 [OPENMP] Fix spelling of getLoopCounter (NFC) by Mike Rice · 7 years ago
  15. be286f5 [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC) by Kelvin Li · 7 years ago
  16. e43e2b3 Model type attributes as regular Attrs. by Richard Smith · 7 years ago
  17. d01b749 [OPENMP] FIx processing of declare target variables. by Alexey Bataev · 7 years ago
  18. 11f9f8a Revert r339623 "Model type attributes as regular Attrs." by Reid Kleckner · 7 years ago
  19. f791786 Model type attributes as regular Attrs. by Richard Smith · 7 years ago
  20. f2ceec4 Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  21. f92f31c [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into DeclContext by Erich Keane · 7 years ago
  22. f702b02 PR15730/PR16986 Allow dependently typed vector_size types. by Erich Keane · 7 years ago
  23. 9960b8f Revert -r336726, which included more files than intended. by Erich Keane · 7 years ago
  24. 7b8c12e [NFC] Switch CodeGenFunction to use value init instead of member init lists by Erich Keane · 7 years ago
  25. 4564310 [PCH] Add an option to not write comments into PCH by Ilya Biryukov · 7 years ago
  26. c23d734 [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (but by Richard Smith · 7 years ago
  27. f5262c6 [modules] Do not serialize / deserialize pending new/delete mismatch by Richard Smith · 7 years ago
  28. 08c5a7b [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801) by Hans Wennborg · 7 years ago
  29. d8c6290 Move VersionTuple from clang/Basic to llvm/Support by Pavel Labath · 7 years ago
  30. e3f6529 Support: Simplify endian stream interface. NFCI. by Peter Collingbourne · 7 years ago
  31. 7509a2f [AST] Print correct tag decl for tag specifier by Joel E. Denny · 7 years ago
  32. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  33. eaf11ad Track the result of evaluating a computed noexcept specification on the by Richard Smith · 7 years ago
  34. b5f8171 PR37189 Fix incorrect end source location and spelling for a split '>>' token. by Richard Smith · 7 years ago
  35. a534f07 Revert rC330794 and some dependent tiny bug fixes by Faisal Vali · 7 years ago
  36. 936de9d [c++2a] [concepts] Add rudimentary parsing support for template concept declarations by Faisal Vali · 7 years ago
  37. 90b0a1f Record whether a module came from a private module map by Jordan Rose · 7 years ago
  38. e6313ac [ObjC++] Never pass structs that transitively contain __weak fields in by Akira Hatanaka · 7 years ago
  39. d236a34 Revert "[ObjC++] Never pass structs that transitively contain __weak fields in" by Akira Hatanaka · 7 years ago
  40. f15d29c [ObjC++] Never pass structs that transitively contain __weak fields in by Akira Hatanaka · 7 years ago
  41. 2a8c18d Fix typos in clang by Alexander Kornienko · 7 years ago
  42. b6070db DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standard by Richard Smith · 7 years ago
  43. fcbe17c [ObjC++] Make parameter passing and function return compatible with ObjC by Akira Hatanaka · 7 years ago
  44. c205d8c [clang] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  45. d791e92 [ObjC] Allow declaring __weak pointer fields in C structs in ARC. by Akira Hatanaka · 8 years ago
  46. 220671a Adding nocf_check attribute for cf-protection fine tuning by Oren Ben Simhon · 8 years ago
  47. be7daa3 Revert "[ObjC] Allow declaring __weak pointer fields in C structs in ARC." by Akira Hatanaka · 8 years ago
  48. c181b12 [ObjC] Allow declaring __weak pointer fields in C structs in ARC. by Akira Hatanaka · 8 years ago
  49. 560ce2c Re-land: "[Support] Replace HashString with djbHash." by Jonas Devlieghere · 8 years ago
  50. 370bf3e Revert "[Support] Replace HashString with djbHash." by Jonas Devlieghere · 8 years ago
  51. b9ad175 [Support] Replace HashString with djbHash. by Jonas Devlieghere · 8 years ago
  52. 6c2b5a8 [modules] Fix incorrect diagnostic mapping computation when a module changes by Richard Smith · 8 years ago
  53. 02914dc Add support for attribute 'trivial_abi'. by Akira Hatanaka · 8 years ago
  54. 71b74eb [index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplateParmDecls of alias templates by Argyrios Kyrtzidis · 8 years ago
  55. b60f1b6 [PCH] Serialize skipped preprocessor ranges by Cameron Desrochers · 8 years ago
  56. 090da2d Again reverting an attempt to convert the DeclSpec enums into scoped enums. by Faisal Vali · 8 years ago
  57. 038df49 [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierType into scoped enums with underlying types. by Faisal Vali · 8 years ago
  58. c535adc Revert r321614 and r321615 by Faisal Vali · 8 years ago
  59. 4a85f14 Add scope specifiers to updated scoped-enums (that I somehow missed in r321614) by Faisal Vali · 8 years ago
  60. 891fc7f Generalize "static data member instantiated" notification to cover variable templates too. by Richard Smith · 8 years ago
  61. 1448736 Correctly handle line table entries without filenames during AST serialization by Hans Wennborg · 8 years ago
  62. b7d8910 [Serialization] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  63. 4d1eb2d [preamble] Also record the "skipping" state of the preprocessor by Erik Verbruggen · 8 years ago
  64. f501759 PR33746: Store the 'inline'ness of a static data member with the update record by Richard Smith · 8 years ago
  65. 5b34958 Support for destroying operator delete, per C++2a proposal P0722. by Richard Smith · 8 years ago
  66. 572bbb0 Dependent Address Space Support by Andrew Gozillon · 8 years ago
  67. badae3f Minor cleanups to address feedback from Bruno. NFC by Douglas Gregor · 8 years ago
  68. f0b11de [Module map] Introduce a private module re-export directive. by Douglas Gregor · 8 years ago
  69. f331a66 Fix MSVC narrowing conversion warning. by Simon Pilgrim · 8 years ago
  70. dd8b533 Implement Itanium name mangling support for C++ Modules TS. by Richard Smith · 8 years ago
  71. d30446f [modules] Add ability to specify module name to module file mapping (reapply) by Boris Kolpackov · 8 years ago
  72. db68911 Revert r312105 [modules] Add ability to specify module name to module file mapping by Victor Leschuk · 8 years ago
  73. 7a71b4b [modules] Add ability to specify module name to module file mapping by Boris Kolpackov · 8 years ago
  74. 96cd671 PR19668, PR23034: Fix handling of move constructors and deleted copy by Richard Smith · 8 years ago
  75. 0c9f193 Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy constructors when deciding whether classes should be passed indirectly." by Diana Picus · 8 years ago
  76. f1a425e PR19668, PR23034: Fix handling of move constructors and deleted copy by Richard Smith · 8 years ago
  77. 45b4014 Recommit r308327 3rd time: Add a warning for missing by Alex Lorenz · 8 years ago
  78. b4ece98 Revert r309106 "Recommit r308327 2nd time: Add a warning for missing" by Hans Wennborg · 8 years ago
  79. 5d48424 Recommit r308327 2nd time: Add a warning for missing by Alex Lorenz · 8 years ago
  80. f365d42 Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (pop)' and suspicious uses of '#pragma pack' in included files" by Hans Wennborg · 8 years ago
  81. 287f684 Recommit r308327: Add a warning for missing '#pragma pack (pop)' by Alex Lorenz · 8 years ago
  82. aa61922 Revert r308327 by Alex Lorenz · 8 years ago
  83. ad27334 Add a warning for missing '#pragma pack (pop)' and suspicious uses by Alex Lorenz · 8 years ago
  84. ac506d7 [NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions. by Faisal Vali · 8 years ago
  85. 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
  86. 11746b0 [NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions. by Faisal Vali · 8 years ago
  87. d19389a [modules ts] Improve merging of module-private declarations. by Richard Smith · 8 years ago
  88. f3f8461 Track the set of module maps read while building a .pcm file and reload those when preprocessing from that .pcm file. by Richard Smith · 8 years ago
  89. 05a2135 PR33002: When we instantiate the definition of a static data member, we might by Richard Smith · 8 years ago
  90. 1893475 Retain header search and preprocessing options from AST file when emitting by Richard Smith · 8 years ago
  91. ee021d5 [Modules] Fix use after scope. by Benjamin Kramer · 8 years ago
  92. 040e126 Support lazy stat'ing of files referenced by module maps. by Richard Smith · 8 years ago
  93. 8b70610 [modules] When compiling a preprocessed module map, look for headers relative by Richard Smith · 8 years ago
  94. b34c79f Allow for unfinished #if blocks in preambles by Erik Verbruggen · 8 years ago
  95. 54f0440 [modules] Switch from inferring owning modules based on source location to by Richard Smith · 8 years ago
  96. 3f6dd7a Remove unused tracking of owning module for MacroInfo objects. by Richard Smith · 8 years ago
  97. ba9aefc Silences gcc's -Wnarrowing. by Daniel Jasper · 8 years ago
  98. e37391c [modules] Round-trip -Werror flag through explicit module build. by Richard Smith · 8 years ago
  99. 318a6ea [X86] Support of no_caller_saved_registers attribute by Oren Ben Simhon · 8 years ago
  100. e6c8c6d Placate MSVC's narrowing conversion unhappiness. by Richard Smith · 8 years ago