aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Phases.cpp
AgeCommit message (Expand)Author
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie
2011-09-23More missing header inclusions from llvm_unreachable migration.David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2010-12-31Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky
2009-03-13ccc/Driver: Normalize phase spelling in -ccc-print-phases.Daniel Dunbar
2009-03-13Driver: Make phase names nouns not verbs.Daniel Dunbar
2009-03-13Driver: Pull Phase info into separate file.Daniel Dunbar