aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/FrontendActions.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-26C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith1-31/+50
2016-08-25Refactor to remove the assumption that we know the name of the module we're e...Richard Smith1-2/+2
2016-08-18Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren1-1/+2
2016-08-17Print the module format in clang -module-file-info.Adrian Prantl1-2/+7
2016-08-17Support object-file-wrapped modules in clang -module-file-info.Adrian Prantl1-0/+8
2016-07-26Modules: add command line option fmodules-disable-diagnostic-validationManman Ren1-1/+5
2016-07-18[NFC] Header cleanupMehdi Amini1-3/+2
2016-07-15Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne1-18/+25
2016-07-13[PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp...Pierre Gousseau1-1/+4
2016-06-09RenderScript support in the FrontendPirama Arumuga Nainar1-0/+1
2016-05-16[Modules] Use vfs for (recursive) directory iterationBruno Cardoso Lopes1-6/+7
2016-05-12[Tooling] Fix broken dependency for shared buildEtienne Bergeron1-0/+3
2016-03-02[modules] addHeaderInclude() can't fail.Davide Italiano1-21/+12
2016-02-19[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith1-0/+2
2016-02-18Remove use of builtin comma operator.Richard Trieu1-1/+2
2016-01-08[modules] Make sure we always include the contents of private headers whenRichard Smith1-9/+11
2015-11-26[modules] Refactor handling of -fmodules-embed-*. Track this properly ratherRichard Smith1-10/+11
2015-11-24[modules] Add -cc1 flag -fmodules-embed-all-files.Richard Smith1-0/+2
2015-11-03Introduce module file extensions to piggy-back data onto module files.Douglas Gregor1-5/+25
2015-09-19Further simplify the interface of PCHContainerGeneratorAdrian Prantl1-2/+2
2015-09-18Simplify the interface of PCHContainerGenerator and friendsAdrian Prantl1-10/+4
2015-08-17[modules] When explicitly building a module file, don't include timestamps inRichard Smith1-1/+3
2015-08-14[modules] Add an experimental -cc1 feature to embed the contents of an inputRichard Smith1-2/+11
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl1-4/+4
2015-06-23[Modules] Consider -fmodule-feature in module hash and when loadingBen Langmuir1-0/+7
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-20Introduce a PCHContainerOperations interface (NFC).Adrian Prantl1-20/+39
2015-05-16[modules] Retain the name as written for umbrella headers and directories, ra...Richard Smith1-30/+22
2015-04-14Use raw_pwrite_stream in clang.Rafael Espindola1-6/+1
2015-04-13Bring r234620 back now that llvm is fixed.Rafael Espindola1-6/+5
2015-04-13Reformat.NAKAMURA Takumi1-3/+3
2015-04-13Revert r234620 and others, "Actually check if lseek works instead of using a ...NAKAMURA Takumi1-6/+6
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-3/+2
2015-04-10Actually check if lseek works instead of using a filename based heuristic.Rafael Espindola1-6/+6
2015-04-10Return a pointer instead of having a pointer outparam and a bool return.Rafael Espindola1-15/+15
2015-04-10Return a pointer instead of having a pointer outparam and a bool return.Rafael Espindola1-13/+13
2015-03-19Ensure that we still parse preprocessed CUDA files as CUDA when we useArtem Belevich1-0/+1
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren1-1/+1
2015-03-14[modules] Teach the AST reader to handle the case of importing a moduleChandler Carruth1-2/+2
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-36/+4
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-4/+36
2015-02-24Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-36/+4
2015-02-24Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-4/+36
2015-02-21Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-36/+4
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-4/+36
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-36/+4
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-4/+36
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-36/+4
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-4/+36