summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash that can happen when you have typedefs for pointers toChris Lattner2008-07-211-4/+5
* simplify this predicate, only checking isObjCQualifiedIdType once.Chris Lattner2008-07-211-4/+9
* Patch byTed Kremenek2008-07-191-1/+1
* "currentHandler" is a nullary selectorTed Kremenek2008-07-181-1/+1
* Fix caching bug.Ted Kremenek2008-07-181-4/+6
* Add panic support for NSAssertionHandler.Ted Kremenek2008-07-181-8/+66
* Add panic function.Ted Kremenek2008-07-181-2/+3
* Fix 80 col violationTed Kremenek2008-07-181-5/+5
* Fix regression by explicitly checking if we are negating a SymIntConstantVal.Ted Kremenek2008-07-182-1/+20
* Improve path-sensitivity when using the logical not operator.Ted Kremenek2008-07-181-0/+34
* Renamed deterministic EvalBinOp to DetermEvalBinOpNN. This name mangling is ...Ted Kremenek2008-07-183-6/+10
* Created ValueStateSet class to manage the creation of multiple states by a me...Ted Kremenek2008-07-184-43/+35
* Add support shufpdMon P Wang2008-07-181-0/+4
* Update signature of EvalAssume.Ted Kremenek2008-07-171-3/+3
* Move GRTransferFunc* into ValueStateManager, and move the assumption logic th...Ted Kremenek2008-07-172-181/+181
* Remove redundant logic.Ted Kremenek2008-07-171-15/+0
* Begin major changes to EvalXXX methods in GRTransferFuncs. Currently some of...Ted Kremenek2008-07-172-2/+54
* Fix for codegen crash on multibit bool bitfield initializationDaniel Dunbar2008-07-171-0/+7
* Moved RemoveDeadBindings logic for the contents of 'Store' to a virtual Remov...Ted Kremenek2008-07-172-85/+96
* Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a...Argyrios Kyrtzidis2008-07-173-159/+102
* When in C++, make EnumConstant names hide tag names in the same scope, instea...Argyrios Kyrtzidis2008-07-161-1/+6
* Two fixes:Steve Naroff2008-07-162-3/+4
* When checking for name collision between a tag and a previously defined names...Argyrios Kyrtzidis2008-07-161-5/+8
* Add 'this' in the comments of Parser::ParseCastExpression to indicate that it...Argyrios Kyrtzidis2008-07-161-0/+1
* Fix regression introduced by http://lists.cs.uiuc.edu/pipermail/cfe-commits/W...Ted Kremenek2008-07-161-2/+4
* Fix transfer function logic in GRSimpleVals for integer casts: only support c...Ted Kremenek2008-07-151-0/+4
* For the MissingDealloc check, don't treat IBOutlet ivars as being needed to b...Ted Kremenek2008-07-151-2/+4
* Use lowercase of attribute iboutlet to not conflict with the macro IBOutletTed Kremenek2008-07-151-1/+1
* Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific a...Ted Kremenek2008-07-152-1/+19
* Distinguish between dead stores and dead initializations.Ted Kremenek2008-07-151-9/+19
* isRetain() and isRelease() now only returns true if "Retain"/"Release" appear...Ted Kremenek2008-07-151-2/+4
* Support retain/release tracking for CoreGraphics (CGxxxRef) objects.Ted Kremenek2008-07-151-12/+83
* Refactor Dead Stores error reporting to use the simplified BugReporter::EmitB...Ted Kremenek2008-07-142-37/+17
* http://llvm.org/bugs/show_bug.cgi?id=2523Nate Begeman2008-07-142-22/+88
* Added method "EmitBasicReport" to BugReporter to simplify the emission of sim...Ted Kremenek2008-07-143-49/+36
* remove CGObjCEtoile until it compiles.Chris Lattner2008-07-141-245/+0
* Use of NextToken() makes ParseIdentifierStatement unnecessary.Argyrios Kyrtzidis2008-07-121-87/+7
* Convert CRLF -> LF line endings.Argyrios Kyrtzidis2008-07-121-21/+21
* expand casts to handle what isIntegerConstantExpr handles.Chris Lattner2008-07-121-11/+52
* Add support for __builtin_type_compatible_p, enums, etc.Chris Lattner2008-07-121-16/+47
* start remembering diagnostics for various cases, add some missingChris Lattner2008-07-121-28/+85
* Tidy up error message.Ted Kremenek2008-07-111-2/+4
* Add CSS for word wrapping of long message bubbles.Ted Kremenek2008-07-111-0/+1
* Provide a structure for passing down 'is evaluated' and passing up Chris Lattner2008-07-111-25/+62
* Add new check: -check-objc-methodsigs. This check scans methods inTed Kremenek2008-07-111-0/+125
* simplify some code a bit.Chris Lattner2008-07-111-48/+42
* share code between sizeof(expr) and sizeof(type)Chris Lattner2008-07-111-61/+44
* Fix comment.Ted Kremenek2008-07-111-2/+3
* implement support for __extension__, make sure the result of aChris Lattner2008-07-111-13/+30
* add a new getIntTypeSizeInBits method.Chris Lattner2008-07-111-11/+12
OpenPOWER on IntegriCloud