summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/LangStandards.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Don't accept -std= values that would switch us to a different source language.Richard Smith2017-04-261-4/+4
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-1/+1
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-2/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin2009-12-121-1/+1
* spread 'const' love to some variables. this considerably reduces the amount o...Nuno Lopes2009-12-101-1/+1
* Factor out a LangStandard class and coalesce the information about the standa...Daniel Dunbar2009-11-261-0/+44