summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/TestModuleFileExtension.cpp
AgeCommit message (Expand)Author
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht
2025-05-31[Frontend] Remove unused includes (NFC) (#142256)Kazu Hirata
2021-12-09[NFC][clang] Return underlying strings directly instead of OS.str()Logan Smith
2021-09-03[modules] Use `HashBuilder` and `MD5` for the module hash.Alexandre Rames
2021-03-05[clang][modules] Use extensible RTTI for ModuleFileExtensionJan Svoboda
2021-03-02[clang][cli] NFC: Use .str() instead of operator<<Jan Svoboda
2021-02-11[clang][cli] Fix gcc warning (NFC)Yang Fan
2021-02-09[clang][cli] Generate and round-trip Frontend optionsJan Svoboda
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih
2019-06-26BitStream reader: propagate errorsJF Bastien
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2017-01-04Fix for LLVM Bitcode API change (to use std::shared_ptr)David Blaikie
2016-07-02Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer
2015-12-08Module file extensions: pass a Sema through to the extension writer.Douglas Gregor
2015-11-05TestModuleFileExtension.cpp: Include <cstdio> explicitly for fprintf(3).NAKAMURA Takumi
2015-11-03Introduce module file extensions to piggy-back data onto module files.Douglas Gregor