summaryrefslogtreecommitdiff
path: root/clang/Sema/SemaChecking.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix 80 col violations.Chris Lattner2007-08-301-1/+1
* Fixed return-of-stack-address checker to correctly handle stack/globalTed Kremenek2007-08-281-5/+6
* Updated checker for "return of address of stack variable" to look forTed Kremenek2007-08-271-4/+6
* Fix %p format checking, patch by Keith Bauer.Chris Lattner2007-08-261-1/+1
* For warnings like this:Chris Lattner2007-08-261-1/+2
* Fix the test/Sema/format-strings.c regression. This code should be refactored.Chris Lattner2007-08-251-1/+13
* Fix the regression on test/Sema/cfstring.cChris Lattner2007-08-251-4/+9
* Modified ArraySubscriptExpr to have accessors getLHS and getRHS in additionTed Kremenek2007-08-201-15/+20
* Added extra semantic checking to do basic detection ofTed Kremenek2007-08-171-2/+227
* Return true in case of error, which is what other functions do.Anders Carlsson2007-08-171-4/+4
* Add initial support for constant CFStrings.Anders Carlsson2007-08-171-2/+49
* Added support for additional format string checking for the printfTed Kremenek2007-08-141-29/+263
* Added "id_idx" parameter to CheckPrintfArguments. This will be usedTed Kremenek2007-08-101-3/+4
* initial support for checking format strings, patch by Ted Kremenek:Chris Lattner2007-08-101-0/+90