aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/TestModuleFileExtension.cpp
AgeCommit message (Expand)AuthorFilesLines
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