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 |
2008-10-13 |
Daniel Dunbar | Lift out ABIInfo abstract base class. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Argyrios Kyrtzidis | More const-ness goodness. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Argyrios Kyrtzidis | Improve the const-ness of a few methods. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Argyrios Kyrtzidis | Implement more efficient Decl <-> DeclContext conversions. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | make the -rewrite-test a bit more interesting: it now |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | start implementing a token rewriter. At this point... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | Add a new -rewrite-test option, which is basically a |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | Add a new -dump-raw-tokens option, which allows us... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | Change FormTokenWithChars to take the token kind to... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | When in keep whitespace mode, make sure to return block... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | Change SkipBlockComment and SkipBCPLComment to return... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | Add a new mode to the lexer which enables it to return... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | Stop the preprocessor from poking the lexer's private... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | Fix a couple more places that poke KeepCommentMode... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | add a new inKeepCommentMode() accessor to abstract... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | fix misleading comment. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | Simplify raw mode lexing by treating an unterminate... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | add a comment. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | Change how raw lexers are handled: instead of creating... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | silence release-assert warnings. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | silence some release-assert warnings. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | silence a bunch of warnings in a release-assert build. |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Chris Lattner | improve a comment. |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Steve Naroff | Add DeclGroup.cpp. |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Steve Naroff | Fix/simplify RewriteBlocks::RewriteBlockPointerFunction... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Seo Sanghyeon | Tests for return statement checks |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Steve Naroff | Final phase of converting BlockDecls over to DeclContex... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Daniel Dunbar | Lift EmitTargetBuiltinExpr out of EmitBuiltinExpr. |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Daniel Dunbar | Disable blocks support in C++ mode. |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Ted Kremenek | Add missing newline. |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Dale Johannesen | Adjust calls to APFloat conversion for new interface. |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Zhongxing Xu | Check some cases for previous patch. Make the code... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Argyrios Kyrtzidis | Fix a bug that crashed clang when parsing this: |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Steve Naroff | Instantiate the BlockDecl in ActOnBlockStart() so we... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Steve Naroff | Touchup the rewriter to handle the new BlockExpr->Block... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Steve Naroff | - Add BlockDecl AST node. |
commit | commitdiff | tree | snapshot |
2008-10-08 |
Zhongxing Xu | This is the first step to implement a field-sensitive... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Ted Kremenek | A little more tweaking with StmtIterator and SizeOfAlig... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Ted Kremenek | Migrate DeclStmt over to using a DeclGroup instead... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Ted Kremenek | Add #include (introduced by dependence on DeclGroup) |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Ted Kremenek | Fixed a masked bug when iterating over the child expres... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Ted Kremenek | Add const_iterator to DeclGroup. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Ted Kremenek | Add StmtIterator support for DeclGroups. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Argyrios Kyrtzidis | In ParseParenDeclarator match "D.setGroupingParens... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zhongxing Xu | Added a function call case that generates sink nodes. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Zhongxing Xu | Migrate MemRegionManager from StateManager to StoreManager. |
commit | commitdiff | tree | snapshot |
next |