index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
format-strings.c
Age
Commit message (
Expand
)
Author
2009-11-17
Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...
Daniel Dunbar
2009-10-29
Fix some Window-isms to get these tests to pass on Windows.
John Thompson
2009-05-13
Fix <rdar://problem/6880975> [format string] Assertion failed: (Arg < NumArgs...
Ted Kremenek
2009-04-29
implement -Wformat-security properly, which is enabled by default.
Chris Lattner
2009-04-29
tweak warning options to be more like gcc:
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-20
Fix <rdar://problem/6704086> by allowing the format string checking in Sema to
Ted Kremenek
2009-02-18
use the full spelling of a string literal token so that trigraphs
Chris Lattner
2009-02-18
add c testcase for string literal diagnostic improvement.
Chris Lattner
2009-02-14
Add hook to add attributes to function declarations that we know
Douglas Gregor
2009-01-12
Fix test case (incomplete "expected-warning" line)
Ted Kremenek
2009-01-12
Patch by Roman Divacky:
Ted Kremenek
2008-10-02
Add support for format string checking of object-size checking
Daniel Dunbar
2008-08-20
Fix test failure on Linux.
Eli Friedman
2008-08-05
Add EXTWARN Diagnostic class.
Daniel Dunbar
2007-12-17
Modified format-string checking to not emit a warning when all of the
Ted Kremenek
2007-10-15
Fix a warning
Anders Carlsson
2007-10-12
Added notion of '*' specified format width/specifiers when checking
Ted Kremenek
2007-10-12
Add some more diagnostics for va_start, fix tests so they pass with these new...
Anders Carlsson
2007-10-11
rename -parse-ast-print to -ast-print
Chris Lattner
2007-09-26
Removed option "-parse-ast-check" from clang driver. This is now implemented
Ted Kremenek
2007-08-14
Added support for additional format string checking for the printf
Ted Kremenek
2007-08-10
initial support for checking format strings, patch by Ted Kremenek:
Chris Lattner