summaryrefslogtreecommitdiffstats
path: root/clang/Sema/SemaChecking.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-802/+0
* Added TODO.Ted Kremenek2008-03-031-0/+3
* Use IgnoreParenCasts.Anders Carlsson2008-02-131-9/+1
* Move IgnoreParenCasts to be a method on Expr.Chris Lattner2008-02-131-3/+3
* Get rid of bogus warnings when the second argument in va_start is either an i...Anders Carlsson2008-02-111-3/+13
* Fixed typo introduced by r46133 that caused -Wfloat-equal to break.Ted Kremenek2008-01-171-1/+1
* Added method Expr::IgnoreParens(), which returns the first non-ParenExpr Expr*.Ted Kremenek2008-01-171-2/+2
* Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek2008-01-071-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* various cleanups. Use IgnoreParenCasts instead of inlined versions.Chris Lattner2007-12-281-29/+7
* unindent cases in a switch stmt, no functionality change.Chris Lattner2007-12-281-191/+188
* Change Sema::ActOnCallExpr to construct the CallExpr early and put it intoChris Lattner2007-12-281-78/+66
* More objective-c typechecking stuff. This is work in progress and more patchesFariborz Jahanian2007-12-201-2/+5
* implement semantic analysis for __builtin_islessequal and friends.Chris Lattner2007-12-201-9/+46
* simplify some code.Chris Lattner2007-12-201-5/+8
* refactor some code that handles sema of direct function calls.Chris Lattner2007-12-191-51/+61
* Fixe bogus error for variable argument methods. Sema::ObjcGetTypeForMethodDef...Steve Naroff2007-12-181-1/+1
* Modified format-string checking to not emit a warning when all of theTed Kremenek2007-12-171-2/+26
* Format string checker: asprintf does not pass argumnents via va_list.Ted Kremenek2007-12-171-1/+1
* Simplified setting up Method's scope before generating AST for its nody.Fariborz Jahanian2007-12-041-5/+7
* GCC has an extension where the left hand side of the ? : operator can be omit...Anders Carlsson2007-11-301-8/+12
* Enhanced implementation of -Wfloat-equal to check for comparisons againstTed Kremenek2007-11-291-0/+18
* Moved logic for -Wfloat-equal to SemaChecking.cpp.Ted Kremenek2007-11-251-0/+37
* Added notion of '*' specified format width/specifiers when checkingTed Kremenek2007-10-121-4/+41
* Add some more diagnostics for va_start, fix tests so they pass with these new...Anders Carlsson2007-10-121-0/+31
* Printf argument checking now supports dynamically-passed precisionTed Kremenek2007-10-121-1/+6
* 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
OpenPOWER on IntegriCloud