aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/ExecuteCompilerInvocation.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-08-16Add two options for playing with modules.Sebastian Redl1-0/+1
llvm-svn: 111166
2010-08-12Frontend: Move the bulk of the cc1_main() processing intoDaniel Dunbar1-0/+154
ExecuteCompilerInvocation in libFrontend. llvm-svn: 110903