aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaChecking.cpp
AgeCommit message (Expand)Author
2008-12-04change getCurFunctionDecl to skip through Block contexts to findChris Lattner
2008-11-24Change a whole lot of diagnostics to take QualType's directly Chris Lattner
2008-11-23Convert IdentifierInfo's to be printed the same as DeclarationNames Chris Lattner
2008-11-21merge some simple call diagnostics.Chris Lattner
2008-11-20remove another old-school Diag method.Chris Lattner
2008-11-19stop calling II::getName() unnecesarily in semaChris Lattner
2008-11-19remove one more old-style Diag method.Chris Lattner
2008-11-19Switch several more Sema Diag methods over. This simplifies theChris Lattner
2008-11-17Updated IdentifierResolver to deal with DeclarationNames. The names ofDouglas Gregor
2008-10-29Implement initialization of a reference (C++ [dcl.init.ref]) as partDouglas Gregor
2008-10-28Rename ExplicitCCastExpr to CStyleCastExprDouglas Gregor
2008-10-27Refactor the expression class hierarchy for casts. Most importantly:Douglas Gregor
2008-10-02Add support for format string checking of object-size checkingDaniel Dunbar
2008-09-16Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on th...Steve Naroff
2008-09-10More semantic analysis for blocks...Steve Naroff
2008-09-05More type checking for blocks. Still incomplete (will hopefully finish up thi...Steve Naroff
2008-09-03Add __builtin_object_size support.Daniel Dunbar
2008-08-18Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...Argyrios Kyrtzidis
2008-08-11More #include cleaningDaniel Dunbar
2008-08-11More #include cleaningDaniel Dunbar
2008-08-10tighten up some code and some wording on diagnostics.Chris Lattner
2008-08-07Fix <rdar://problem/6125909>.Ted Kremenek
2008-07-26change more instances of QualType::getCanonicalType to callChris Lattner
2008-07-25Format string errors should underling the format string, not the function name.Ted Kremenek
2008-07-21Implement nans, prefetch, and trap builtins. Daniel Dunbar
2008-07-09Extend va_start checking to include __builtin_stdarg_start.Ted Kremenek
2008-06-30Make a few related changes:Chris Lattner
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