2008-10-20 |
Chris Lattner | More property attribute recovery improvements. Instead... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | add testcase for the recovery improvements in my last... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | significantly simplify and clean up error recovery in |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Ted Kremenek | Updated checker build |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | simplify some other code for __extension__ processing. |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | implement a couple fixme's by implementing __extension_... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | fix a crash on unnamed properties like: |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | simplify some code by using ExpectAndConsume. When... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | refactor a bunch of code: |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | fix some minor error recovery bugs in ParseObjCInterfac... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | restructure the body of the ParseObjCInterfaceDeclList... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | Fix rdar://6257721 by tightening up the block "snapshot... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | Support attributes in *yet another* place. Is there... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | Fix a parser bug where we let attributes interfere... |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2008-10-20 |
Chris Lattner | Remove an implemented fixme, only treat < as a type... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Argyrios Kyrtzidis | Change a couple of cast<> to reinterpret_cast<>. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Ted Kremenek | Add "argument key" processing similar to ccc. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Daniel Dunbar | ccc: Pass '-g' through to clang. Handle -weak_framework. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Daniel Dunbar | Improve attribute parsing & tests. |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Ted Kremenek | Add support in GRExprEngine for UnaryOperator::AlignOf... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Ted Kremenek | Updated checker build |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Ted Kremenek | Fix incorrect release of Decl* array referenced by... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Daniel Dunbar | Debug info bug fix, function start wasn't getting gener... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Ted Kremenek | Generalize VisitLValue: not only can CallExprs and... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Ted Kremenek | Function calls and ObjC message expressions can be... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Ted Kremenek | retain/release checker: Check if a tracked value escape... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Ted Kremenek | Use "VisitLValue" when processing the base for "x.f... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Mon P Wang | Make llvm memory barrier available as an intrinsic |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Mon P Wang | Added vec_set intrinsics |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Argyrios Kyrtzidis | Just do a diagIfAmbiguous -> warnIfAmbiguous rename. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | Emit more descriptive unsupported error message on... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | Add some uses of PredefinedExpr to language coverage... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | Add FIXME about potential problem in how property ref... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | This test now passes again. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | Hack: have BasicStore::getLValueElement return the... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | When conjuring symbols to recover path-sensitivity... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | Lift CodeGenFunction::EmitPredefinedFunctioName out... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | Add option argument to GetAddrOfConstantString to use... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Chris Lattner | fix rdar://6288301: custom warnings don't respect ... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | Enhance "Assumption" logic in BasicConstraintManager... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | Add pretty-printing support for FieldRegions. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | Emit error unsupported when asm string conversion fails... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | Fixed an elusive caching bug in ExplodedGraph construct... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | Test now passes. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | - constify some uses of MemRegion* (MemRegion should... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | Remove unneeded EncodingRecordTypes argument to getObjC... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Mon P Wang | Fixed vec_set_v2di signature |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | "Implement" GRExprEngine::VisitLValue for ObjCPropertyR... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | More Obj-C type encoding improvements. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | Change CGDebugInfo::setLocation to just ignore invalid... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | Exercise #pragma pack(pop, <width>) in test case. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | Fix bug in Obj-C type encoding for structures. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | Anonymous structures print as '?=' in Obj-C type encoding. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Zhongxing Xu | This patch did the following renaming. There should... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Zhongxing Xu | Add test case for array and struct variable lvalue... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | NeXT: Use objc_msgSend_fpret for calling functions... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Zhongxing Xu | Get array's lvalue through standard interface. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Zhongxing Xu | Return the corresponding MemRegionVal for both rvalue... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Zhongxing Xu | Array and struct variables do have lvalue. For example, |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Daniel Dunbar | Quick patch for PR2784, assert genereting debug info... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | Remove an untrue assertion: lval::FuncVals can be retur... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | Mark these tests XFAIL. We need to add back assumption... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | Remove lval::FieldOffset, lval::ArrayOffset. These... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Ted Kremenek | Add transfer function support for ObjCIvarRefExpr. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Argyrios Kyrtzidis | In C++, an empty parameter list indicates a function... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Chris Lattner | Add basic FreeBSD target support, patch by Roman Divacky! |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Daniel Dunbar | Add --disable-free flag to clang. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Argyrios Kyrtzidis | Using dyn_cast_or_null here is redundant, use dyn_cast... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Steve Naroff | Fix <rdar://problem/6239726> Parser rejects: type of... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Daniel Dunbar | Speed up NumericLiteralParser::GetIntegerValue. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Daniel Dunbar | Simplify overflow-on-add check in NumericLiteralParser... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Zhongxing Xu | This is the first step to build a better evaluation... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Daniel Dunbar | Teach tryEvaluate that fabs, copysign, and unary +... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Daniel Dunbar | Implement #pragma pack use in structure packing. The... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Daniel Dunbar | ccc: support -Xlinker |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Argyrios Kyrtzidis | Issue a warning when there's an ambiguous function... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Daniel Dunbar | ccc: support -fsyntax-only, add some more darwin option... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Argyrios Kyrtzidis | Fix this bug: |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Steve Naroff | Add TokenRewriter to VC++ project. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Steve Naroff | Add RewriteTest.cpp to VC++ project. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Steve Naroff | Tighten up blocks rewriter to handle casts and some... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Daniel Dunbar | Use BatchEmitOwnedPtrs for writing multiple child exprs... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Mon P Wang | Added pinsrd, pinsrq, and some other vector intrinsics |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Ted Kremenek | Enhance dead store checker to not flag preincrements... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Argyrios Kyrtzidis | Simplify handling of struct/union/class tags. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Daniel Dunbar | Test commit. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Steve Naroff | Downgrade incompatibilities with objc qualified types... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Fix const qualifiers on ProtocolQualifierListTy. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Argyrios Kyrtzidis | Revert my previous change, got stupidly confused with... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Argyrios Kyrtzidis | Fix a call to Sema::LookupDecl that had incorrect param... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Add serialization support in several missing places. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Move Type::EmitImpl into header, add FIXME to make... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Fix typo in testcase. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Chris Lattner | add a testcase. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Fix test suite regression, getFloatTypeSemantics should... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Add Sema implementation of #pragma pack stack. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Ted Kremenek | Use 'realpath' to resolve the absolute path to clang... |
commit | commitdiff | tree | snapshot |
next |