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