summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaChecking.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247.Anders Carlsson2010-02-061-3/+4
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-1/+2
* Move ParseFormatString() and FormatStringHandler back into the analyze_printf...Ted Kremenek2010-02-041-8/+9
* Mark dtors for parameter variables and eliminate some redundant type munging.John McCall2010-02-021-2/+3
* Access control for implicit destructor calls. Diagnostic could be orders ofJohn McCall2010-02-021-0/+3
* In C++, an initializer on a variable doesn't necessarily mean it's the defini...Sebastian Redl2010-02-011-2/+1
* Use early return as suggested by Cristian Draghici.Ted Kremenek2010-02-011-12/+9
* Format string checking: selectively ignore implicit casts to 'int'Ted Kremenek2010-02-011-6/+17
* Fix for PR5185. C99 [*] VLA notation should be disallowed in function definit...Sam Weinig2010-02-011-0/+14
* Add basic type checking of format string conversion specifiers and their argu...Ted Kremenek2010-01-301-6/+63
* Be a little more permissive than C99: allow 'unsigned' to be used forTed Kremenek2010-01-291-2/+6
* Switch Sema over to using the new implementation of format stringTed Kremenek2010-01-291-268/+39
* Alternate format string checking: issue warnings for incomplete format specif...Ted Kremenek2010-01-291-12/+19
* Alternate format string checking: issue a warning for invalid conversion spec...Ted Kremenek2010-01-291-8/+27
* Alternate format string checking: check for excess data arguments.Ted Kremenek2010-01-291-0/+11
* Alternate format string checking: check if the number of format specifiers ex...Ted Kremenek2010-01-291-0/+12
* Alternate format string checking: warn of '%n' as being potentially insecure.Ted Kremenek2010-01-291-1/+11
* Add precision/field width checking to AlternateCheckPrintfString().Ted Kremenek2010-01-291-3/+68
* Start fleshing out Sema::AlternateCheckPrintfString():Ted Kremenek2010-01-281-0/+94
* Add placeholder function in Sema for new format string checking logic.Ted Kremenek2010-01-281-1/+18
* Fix 80 col violation.Ted Kremenek2010-01-281-1/+3
* Remove invalid conversion specifiers from format string checking.Ted Kremenek2010-01-281-5/+0
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-1/+1
* Wire up the new range reporting for unreachable code.Mike Stump2010-01-211-6/+16
* Improve unreachable code warnings with respect to dead member andMike Stump2010-01-211-0/+12
* Improve unreachable code warnings for with respect to dead functional casts i...Mike Stump2010-01-211-0/+5
* Improve unreachable code warnings for with respect to c-style casts.Mike Stump2010-01-211-0/+5
* Improve unreachable code warnings for with respect to ? :.Mike Stump2010-01-211-4/+15
* Improve unreachable code warnings for with respect to compoundMike Stump2010-01-211-0/+6
* Improve unreachable code warnings with respect to dead binary andMike Stump2010-01-211-6/+20
* Speed up compilation by avoiding generating exceptional edges fromMike Stump2010-01-211-2/+36
* Move some recent checking code into SemaChecking instead.Mike Stump2010-01-211-0/+430
* Roll out ASTContext::getTypeSizeInChars(), replacing instances ofKen Dyck2010-01-111-1/+2
* Don't assert when dealing with unsigned casts of lvalues. Fixes PR5961.John McCall2010-01-061-6/+11
* Derive tighter ranges for & and >> in the conversion-checking code.John McCall2010-01-061-6/+38
* Significantly rework the calculation of effective integer-expression rangesJohn McCall2010-01-061-176/+221
* Remove stale comment. We already do format string checking for functions wit...Ted Kremenek2010-01-051-3/+0
* Move the -Wconversion logic into SemaChecking.cpp. There's a fair amount ofJohn McCall2010-01-041-0/+309
* Move the -Wsign-compare logic into SemaChecking.cpp.John McCall2010-01-041-0/+81
* Update for the intrinsic changes in llvm: the object size intrinsicEric Christopher2009-12-231-0/+1
* fix a bug handling the gnu ?: extension. Patch by Storlek on IRC,Chris Lattner2009-12-221-1/+1
* Fix for PR5679: make __builtin_prefetch a bit more flexible in what it acceptsEli Friedman2009-12-041-9/+9
* Adjust format attribute index for implicit object arguments. Fixes PR5521.Sebastian Redl2009-11-171-1/+19
* First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor2009-11-161-2/+1
* warn about returning the address of a label.Chris Lattner2009-10-301-1/+6
* Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor2009-10-231-2/+1
* Remove default argument for ImpCastExprToType. Add appropriate argument Eli Friedman2009-10-201-2/+1
* Fix checking for a null pointer constant when the expression itself isDouglas Gregor2009-09-251-2/+3
* implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.Chris Lattner2009-09-231-3/+19
* Revert "Switch a few clients over to StringLiteral::getString.", this is brea...Daniel Dunbar2009-09-221-7/+11
OpenPOWER on IntegriCloud