aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/LangStandards.cpp
AgeCommit message (Expand)Author
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2009-12-12Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin
2009-12-10spread 'const' love to some variables. this considerably reduces the amount o...Nuno Lopes
2009-11-26Factor out a LangStandard class and coalesce the information about the standa...Daniel Dunbar