aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/TestModuleFileExtension.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-12-09[NFC][clang] Return underlying strings directly instead of OS.str()Logan Smith1-1/+1
2021-09-03[modules] Use `HashBuilder` and `MD5` for the module hash.Alexandre Rames1-8/+6
2021-03-05[clang][modules] Use extensible RTTI for ModuleFileExtensionJan Svoboda1-0/+2
2021-03-02[clang][cli] NFC: Use .str() instead of operator<<Jan Svoboda1-7/+6
2021-02-11[clang][cli] Fix gcc warning (NFC)Yang Fan1-2/+4
2021-02-09[clang][cli] Generate and round-trip Frontend optionsJan Svoboda1-0/+7
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih1-1/+1
2019-06-26BitStream reader: propagate errorsJF Bastien1-3/+12
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2017-01-04Fix for LLVM Bitcode API change (to use std::shared_ptr)David Blaikie1-2/+2
2016-07-02Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer1-3/+1
2015-12-08Module file extensions: pass a Sema through to the extension writer.Douglas Gregor1-0/+1
2015-11-05TestModuleFileExtension.cpp: Include <cstdio> explicitly for fprintf(3).NAKAMURA Takumi1-0/+1
2015-11-03Introduce module file extensions to piggy-back data onto module files.Douglas Gregor1-0/+121