aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/Builtins.cpp
AgeCommit message (Expand)Author
2008-10-26Don't give a default argument to ASTContext::getFunctionType for the TypeQual...Argyrios Kyrtzidis
2008-10-18Make llvm memory barrier available as an intrinsicMon P Wang
2008-09-29Fix va_arg handling to do argument decaying at the correct place. ThisChris Lattner
2008-09-28Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64,Chris Lattner
2008-08-11More #include cleaningDaniel Dunbar
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner