aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/LambdaMangleContext.cpp
AgeCommit message (Expand)Author
2013-03-08ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose
2012-07-04Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer
2012-02-20Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor