aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaChecking.cpp
AgeCommit message (Expand)Author
2008-06-28Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() a...Argyrios Kyrtzidis
2008-06-16Introduce preliminary support for NSString format-string checking.Ted Kremenek
2008-05-20Add __builtin_frame_address and __builtin_return_address gcc builtins to Eli Friedman
2008-05-16Review nit.Eli Friedman
2008-05-16Clean up ownership per review comment.Eli Friedman
2008-05-15Fixed another regression introduced by r51113 caused by some refactoringTed Kremenek
2008-05-14Implementation of __builtin_shufflevector, a portable builtin capable of Eli Friedman
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner