Age | Commit message (Expand) | Author |
2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis |
2009-06-28 | Move the check for vprintf* functions inside of SemaCheckStringLiteral. Fixes... | Anders Carlsson |
2009-06-27 | Implement support for the format_arg attribute. Fixes PR4442. | Anders Carlsson |
2009-06-18 | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor |
2009-06-02 | PR4142: Add %m format string specifier. | Eli Friedman |
2009-05-25 | tweak non-null check to put the caret on the function, but underline the | Chris Lattner |
2009-05-21 | Check on null arguments in the presense of nonnull attribute. | Fariborz Jahanian |
2009-05-20 | add header to be built by gcc 4.3 on Linux. | Zhongxing Xu |
2009-05-19 | Template instantiation for __builtin_shufflevector. | Douglas Gregor |
2009-05-18 | more printf attribute on block declaration and | Fariborz Jahanian |
2009-05-13 | Fix <rdar://problem/6880975> [format string] Assertion failed: (Arg < NumArgs... | Ted Kremenek |
2009-05-13 | add support for __sync_nand_and_fetch and __sync_fetch_and_nand, | Chris Lattner |
2009-05-08 | Fix the atomics sema code to convert operands to the argument types | Chris Lattner |
2009-05-08 | reimplement __sync_* builtins to be variadic and to follow the same | Chris Lattner |
2009-05-03 | Fix silly mistake that was breaking tests. Sorry for any inconvenience. | Eli Friedman |
2009-05-03 | Add Sema support for __builtin_setjmp/__builtin_longjmp. The primary | Eli Friedman |
2009-04-29 | implement -Wformat-security properly, which is enabled by default. | Chris Lattner |
2009-04-29 | code simplification, no functionality change. | Chris Lattner |
2009-04-29 | minor code cleanup | Chris Lattner |
2009-04-17 | Fixup semantic analysis for nested blocks, and allow block literal | Mike Stump |
2009-04-15 | Fix <rdar://problem/6786597> varargs not supported for Blocks under clang. | Steve Naroff |
2009-04-13 | Move/update recent FIXME (wrt UTF-8 checking for ObjC @-strings). | Steve Naroff |
2009-04-01 | CodeGenModule::GetAddrOfConstantCFString(): | Steve Naroff |
2009-03-20 | Fix <rdar://problem/6704086> by allowing the format string checking in Sema to | Ted Kremenek |
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 |