Age | Commit message (Expand) | Author |
2009-02-27 | When checking printf-arguments for functions with '__attribute__ ((format (pr... | Ted Kremenek |
2009-02-26 | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor |
2009-02-19 | Arguments to unordered comparison builtins may need implicit casts. | Daniel Dunbar |
2009-02-18 | final string diagnostic issue (that I know about): | Chris Lattner |
2009-02-18 | Next step toward making string diagnostics correct: handle | Chris Lattner |
2009-02-18 | Fix some issues handling sub-token locations that come from macro expansions. | Chris Lattner |
2009-02-18 | only get the spelling of a token to get its length if | Chris Lattner |
2009-02-18 | use the full spelling of a string literal token so that trigraphs | Chris Lattner |
2009-02-18 | Start improving diagnostics that relate to subcharacters of string literals. | Chris Lattner |
2009-02-18 | rename CheckBuiltinCFStringArgument -> CheckObjCString | Chris Lattner |
2009-02-14 | Add hook to add attributes to function declarations that we know | Douglas Gregor |
2009-02-14 | Make it possible for builtins to expression FILE* arguments, so that | Douglas Gregor |
2009-02-14 | Extend builtin "attribute" syntax to include a notation for | Douglas Gregor |
2009-02-13 | Implicitly declare certain C library functions (malloc, strcpy, memmove, | Douglas Gregor |
2009-02-07 | Overhaul of Stmt allocation: | Ted Kremenek |
2009-01-29 | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner |
2009-01-27 | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner |
2009-01-19 | Convert more expression actions to smart pointers. | Sebastian Redl |
2009-01-12 | Patch by Roman Divacky: | Ted Kremenek |
2009-01-06 | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor |
2008-12-15 | Make error handling for va_start a bit more robust. Fixes PR3213. | Eli Friedman |
2008-12-04 | change getCurFunctionDecl to skip through Block contexts to find | Chris Lattner |
2008-11-24 | Change a whole lot of diagnostics to take QualType's directly | Chris Lattner |
2008-11-23 | Convert IdentifierInfo's to be printed the same as DeclarationNames | Chris Lattner |
2008-11-21 | merge some simple call diagnostics. | Chris Lattner |
2008-11-20 | remove another old-school Diag method. | Chris Lattner |
2008-11-19 | stop calling II::getName() unnecesarily in sema | Chris Lattner |
2008-11-19 | remove one more old-style Diag method. | Chris Lattner |
2008-11-19 | Switch several more Sema Diag methods over. This simplifies the | Chris Lattner |
2008-11-17 | Updated IdentifierResolver to deal with DeclarationNames. The names of | Douglas Gregor |
2008-10-29 | Implement initialization of a reference (C++ [dcl.init.ref]) as part | Douglas Gregor |
2008-10-28 | Rename ExplicitCCastExpr to CStyleCastExpr | Douglas Gregor |
2008-10-27 | Refactor the expression class hierarchy for casts. Most importantly: | Douglas Gregor |
2008-10-02 | Add support for format string checking of object-size checking | Daniel Dunbar |
2008-09-16 | Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on th... | Steve Naroff |
2008-09-10 | More semantic analysis for blocks... | Steve Naroff |
2008-09-05 | More type checking for blocks. Still incomplete (will hopefully finish up thi... | Steve Naroff |
2008-09-03 | Add __builtin_object_size support. | Daniel Dunbar |
2008-08-18 | Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx... | Argyrios Kyrtzidis |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-08-10 | tighten up some code and some wording on diagnostics. | Chris Lattner |
2008-08-07 | Fix <rdar://problem/6125909>. | Ted Kremenek |
2008-07-26 | change more instances of QualType::getCanonicalType to call | Chris Lattner |
2008-07-25 | Format string errors should underling the format string, not the function name. | Ted Kremenek |
2008-07-21 | Implement nans, prefetch, and trap builtins. | Daniel Dunbar |
2008-07-09 | Extend va_start checking to include __builtin_stdarg_start. | Ted Kremenek |
2008-06-30 | Make a few related changes: | Chris Lattner |
2008-06-28 | Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() a... | Argyrios Kyrtzidis |
2008-06-16 | Introduce preliminary support for NSString format-string checking. | Ted Kremenek |