summaryrefslogtreecommitdiff
path: root/lib/Frontend/FrontendOptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-051-18/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-261-1/+2
* Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith2017-04-281-6/+6
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-261-18/+18
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-0/+2
* Ensure that we still parse preprocessed CUDA files as CUDA when we useArtem Belevich2015-03-191-0/+1
* Remove duplicated case.Benjamin Kramer2013-06-221-1/+0
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Driver, Frontend: add CUDA language supportPeter Collingbourne2010-12-011-0/+1
* Frontend: Add FrontendAction support for handling LLVM IR inputs.Daniel Dunbar2010-06-071-0/+1
* Frontend: Lift InputKind enumeration to top level.Daniel Dunbar2010-06-071-2/+1
* recognize .hpp as c++ (needed for ./configure'ing boost)Nuno Lopes2009-11-171-1/+1
* Move input kind identification (-x) into FrontendOptions.Daniel Dunbar2009-11-131-0/+31