1. 974c8b7 [c++20] Add rewriting from comparison operators to <=> / ==. by Richard Smith · 6 years ago
  2. 5d98ba6 [Concepts] Concept Specialization Expressions by Saar Raz · 6 years ago
  3. b4638f9 Revert 374882 "[Concepts] Concept Specialization Expressions" by Nico Weber · 6 years ago
  4. ec87b00 [Concepts] Concept Specialization Expressions by Saar Raz · 6 years ago
  5. 20f45ed Removed some questionable default arguments from setters by Dmitri Gribenko · 6 years ago
  6. 4dc5573 Introduce FileEntryRef and use it when handling includes to report correct dependencies by Alex Lorenz · 6 years ago
  7. 2b3d49b [Clang] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  8. 09d890d Move LangStandard*, InputKind::Language to Basic by Rainer Orth · 6 years ago
  9. d9b948b Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 6 years ago
  10. 49a3ad2 Fix parameter name comments using clang-tidy. NFC. by Rui Ueyama · 6 years ago
  11. 6e2d36b Add clang source minimizer that reduces source to directives by Alex Lorenz · 6 years ago
  12. 2ce598a Introduce the ability to dump the AST to JSON. by Aaron Ballman · 6 years ago
  13. b1b580e [c++20] Enable driver and frontend support for building and using by Richard Smith · 7 years ago
  14. 70d759b Modules: Add LangOptions::CacheGeneratedPCH by Duncan P. N. Exon Smith · 7 years ago
  15. 8bef5cd Modules: Rename MemoryBufferCache to InMemoryModuleCache by Duncan P. N. Exon Smith · 7 years ago
  16. 421380a [Preprocessor] Add a note with framework location for "file not found" error. by Volodymyr Sapsai · 7 years ago
  17. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  18. 0a6b5b6 PTH-- Remove feature entirely- by Erich Keane · 7 years ago
  19. 65ebd13 [Frontend] Delete -print-decl-contexts by Fangrui Song · 7 years ago
  20. 8b464f2 [modules] Support use of -E on modules built from the command line. by Richard Smith · 7 years ago
  21. d6509cf [modules] Frontend support for building a header module from a list of by Richard Smith · 7 years ago
  22. 6fc8a56 [Modules] Add imported modules to the output of -module-file-info by Bruno Cardoso Lopes · 7 years ago
  23. 5159bbad PR38627: Fix handling of exception specification adjustment for destructors. by Richard Smith · 7 years ago
  24. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  25. 33eb729 [modules] Print input files when -module-file-info file switch is passed. by Vassil Vassilev · 7 years ago
  26. 08c5a7b [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801) by Hans Wennborg · 7 years ago
  27. 16ed8dd Add a new driver mode to dump compiler feature and extension options. by Aaron Ballman · 7 years ago
  28. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  29. 887c569 [HIP] Add hip input kind and codegen for kernel launching by Yaxun Liu · 8 years ago
  30. ade321e Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578. by Nico Weber · 8 years ago
  31. c88deb1 -ftime-report switch support in Clang. by Andrew V. Tischenko · 8 years ago
  32. d10d790 Allow the creation of human-friendly ASTDumper to arbitrary output stream by Alexander Kornienko · 8 years ago
  33. 6e0dbb0 Make a build bot happy. by Gabor Horvath · 8 years ago
  34. 207e7b1 [Templight] Template Instantiation Observer by Gabor Horvath · 8 years ago
  35. 417085a Allow to store precompiled preambles in memory. by Ilya Biryukov · 8 years ago
  36. 84fd064 [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuating BOM presence) by Cameron Desrochers · 8 years ago
  37. d30446f [modules] Add ability to specify module name to module file mapping (reapply) by Boris Kolpackov · 8 years ago
  38. db68911 Revert r312105 [modules] Add ability to specify module name to module file mapping by Victor Leschuk · 8 years ago
  39. 7a71b4b [modules] Add ability to specify module name to module file mapping by Boris Kolpackov · 8 years ago
  40. 1f2bd35 Reject attempts to build a module without -fmodules, rather than silently doing weird things. by Richard Smith · 8 years ago
  41. dbafb6c Teach ASTReader how to read only the Preprocessor state from an AST file, not the ASTContext state. by Richard Smith · 8 years ago
  42. 4fc36ae Killing a tab and some other spurious whitespace; NFC. by Aaron Ballman · 8 years ago
  43. d9259c2 Remove 'Filename' parameter from BeginSourceFileAction. by Richard Smith · 8 years ago
  44. c784e96 Escape filenames in module map line marker directives, to unbreak Windows build bots. by Richard Smith · 8 years ago
  45. 8128f33 Add support for building modules from preprocessed source. by Richard Smith · 8 years ago
  46. f74d946 Move functionality for handling module maps as inputs from the -emit-module by Richard Smith · 9 years ago
  47. 40c0efa Refactor frontend InputKind to prepare for treating module maps as a distinct kind of input. by Richard Smith · 9 years ago
  48. 3a36ac1 Add -cc1 flag -ast-dump-all to perform an AST dump including entities that haven't yet been deserialized. by Richard Smith · 9 years ago
  49. cf486b2 [GeneratePCHAction] If preprocessor option 'AllowPCHWithCompilerErrors' is enabled, don't delete the produced PCH file if error diagnostics occurred. by Argyrios Kyrtzidis · 9 years ago
  50. bdff27d [modules] For -module-file-info, print out the resource dir path, since it is included in the module hash. by Argyrios Kyrtzidis · 9 years ago
  51. ffd3e9d PCH: fix a regression that reports a module is defined in both pch and pcm. by Manman Ren · 9 years ago
  52. 295f940c Revert "[Modules] Make header inclusion order from umbrella dirs deterministic" by Bruno Cardoso Lopes · 9 years ago
  53. 630dce3 [Modules] Make header inclusion order from umbrella dirs deterministic by Bruno Cardoso Lopes · 9 years ago
  54. bbcc9f0 C++ Modules TS: add frontend support for building pcm files from module by Richard Smith · 9 years ago
  55. bd97f35 Refactor to remove the assumption that we know the name of the module we're emitting at the point when we create a PCHGenerator (with the C++ modules TS, we find that out part way through parsing the input). by Richard Smith · 9 years ago
  56. 11f2a47 Module: add -fprebuilt-module-path to support loading prebuilt modules. by Manman Ren · 9 years ago
  57. 99e765b Print the module format in clang -module-file-info. by Adrian Prantl · 9 years ago
  58. 576b2db Support object-file-wrapped modules in clang -module-file-info. by Adrian Prantl · 9 years ago
  59. 47a4445 Modules: add command line option fmodules-disable-diagnostic-validation by Manman Ren · 9 years ago
  60. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  61. 03f8907 Frontend: Simplify ownership model for clang's output streams. by Peter Collingbourne · 9 years ago
  62. 533a893 [PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamps in PCH files. by Pierre Gousseau · 9 years ago
  63. 8b788d0 RenderScript support in the Frontend by Pirama Arumuga Nainar · 9 years ago
  64. b171a59 [Modules] Use vfs for (recursive) directory iteration by Bruno Cardoso Lopes · 9 years ago
  65. 98de805 [Tooling] Fix broken dependency for shared build by Etienne Bergeron · 9 years ago
  66. 75df821 [modules] addHeaderInclude() can't fail. by Davide Italiano · 10 years ago
  67. 7e82e01 [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single by Richard Smith · 10 years ago
  68. cc3949d Remove use of builtin comma operator. by Richard Trieu · 10 years ago
  69. f7aeda1 [modules] Make sure we always include the contents of private headers when by Richard Smith · 10 years ago
  70. a8cfffa [modules] Refactor handling of -fmodules-embed-*. Track this properly rather by Richard Smith · 10 years ago
  71. 919ce23 [modules] Add -cc1 flag -fmodules-embed-all-files. by Richard Smith · 10 years ago
  72. 6623e1f Introduce module file extensions to piggy-back data onto module files. by Douglas Gregor · 10 years ago
  73. 1e63b2b Further simplify the interface of PCHContainerGenerator by Adrian Prantl · 10 years ago
  74. 0391406 Simplify the interface of PCHContainerGenerator and friends by Adrian Prantl · 10 years ago
  75. e75ee0f [modules] When explicitly building a module file, don't include timestamps in by Richard Smith · 10 years ago
  76. fb1e7f7 [modules] Add an experimental -cc1 feature to embed the contents of an input by Richard Smith · 10 years ago
  77. fb2398d Make the clang module container format selectable from the command line. by Adrian Prantl · 10 years ago
  78. cd98cb7 [Modules] Consider -fmodule-feature in module hash and when loading by Ben Langmuir · 10 years ago
  79. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  80. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  81. bb165fb Introduce a PCHContainerOperations interface (NFC). by Adrian Prantl · 10 years ago
  82. 2b63d15 [modules] Retain the name as written for umbrella headers and directories, rather than converting to an absolute path. No observable change expected, but this allows us to correctly compute the module for an umbrella header, which later changes will require. by Richard Smith · 10 years ago
  83. 2f16bc1 Use raw_pwrite_stream in clang. by Rafael Espindola · 11 years ago
  84. 463d4dd Bring r234620 back now that llvm is fixed. by Rafael Espindola · 11 years ago
  85. 5594d79 Reformat. by NAKAMURA Takumi · 11 years ago
  86. 90a4877 Revert r234620 and others, "Actually check if lseek works instead of using a filename based heuristic." It was affected by r234615, which was reverted in r234721. by NAKAMURA Takumi · 11 years ago
  87. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  88. d7e306f Actually check if lseek works instead of using a filename based heuristic. by Rafael Espindola · 11 years ago
  89. bfd25d4 Return a pointer instead of having a pointer outparam and a bool return. by Rafael Espindola · 11 years ago
  90. 47de149 Return a pointer instead of having a pointer outparam and a bool return. by Rafael Espindola · 11 years ago
  91. 83a6dcc Ensure that we still parse preprocessed CUDA files as CUDA when we use by Artem Belevich · 11 years ago
  92. 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
  93. 0d745bc [modules] Teach the AST reader to handle the case of importing a module by Chandler Carruth · 11 years ago
  94. cbc368c Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  95. 8bf7af3 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  96. a39924a Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  97. fc360dc Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  98. 67fbfa3 Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago
  99. f2b0cd9 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 11 years ago
  100. 690b2f7 Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 11 years ago