aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/FrontendOptions.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-12[Frontend] Treat .cuh files as CUDA source filesAnatoliy Tomilov1-1/+1
2020-06-08Recognize *.hxx as a C++ header extension, like *.hpp.Sam McCall1-1/+1
2020-03-17[HIP] Let clang recognize .hip extensionYaxun (Sam) Liu1-0/+1
2019-08-05Move LangStandard*, InputKind::Language to BasicRainer Orth1-18/+19
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-03-26[Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko1-1/+2
2017-04-28Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith1-6/+6
2017-04-26Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith1-18/+18
2016-08-26C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith1-0/+2
2015-03-19Ensure that we still parse preprocessed CUDA files as CUDA when we useArtem Belevich1-0/+1
2013-06-22Remove duplicated case.Benjamin Kramer1-1/+0
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor1-1/+1
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-1/+1
2010-12-01Driver, Frontend: add CUDA language supportPeter Collingbourne1-0/+1
2010-06-07Frontend: Add FrontendAction support for handling LLVM IR inputs.Daniel Dunbar1-0/+1
2010-06-07Frontend: Lift InputKind enumeration to top level.Daniel Dunbar1-2/+1
2009-11-17recognize .hpp as c++ (needed for ./configure'ing boost)Nuno Lopes1-1/+1
2009-11-13Move input kind identification (-x) into FrontendOptions.Daniel Dunbar1-0/+31