aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/FrontendActions.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith1-0/+10
2017-06-29Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith1-1/+1
2017-06-16Killing a tab and some other spurious whitespace; NFC.Aaron Ballman1-1/+1
2017-06-09Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith1-10/+4
2017-06-01Escape filenames in module map line marker directives, to unbreak Windows bui...Richard Smith1-2/+5
2017-05-05Add support for building modules from preprocessed source.Richard Smith1-0/+12
2017-04-28Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith1-236/+6
2017-04-26Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith1-17/+15
2017-03-09Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith1-0/+1
2017-02-27[GeneratePCHAction] If preprocessor option 'AllowPCHWithCompilerErrors' is en...Argyrios Kyrtzidis1-1/+7
2017-02-25[modules] For -module-file-info, print out the resource dir path, since it is...Argyrios Kyrtzidis1-0/+1
2017-01-09PCH: fix a regression that reports a module is defined in both pch and pcm.Manman Ren1-0/+6
2016-12-12Revert "[Modules] Make header inclusion order from umbrella dirs deterministic"Bruno Cardoso Lopes1-11/+3
2016-12-12[Modules] Make header inclusion order from umbrella dirs deterministicBruno Cardoso Lopes1-3/+11
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