Age | Commit message (Expand) | Author |
2008-08-22 | Fix some issues with array type merging. (No visible difference, | Eli Friedman |
2008-08-22 | Minor const cleanup. | Eli Friedman |
2008-08-22 | Rewrite type compatibility testing to do type merging rather than just | Eli Friedman |
2008-08-22 | Initial implementation of floats in Expr::tryEvaluate; this doesn't | Eli Friedman |
2008-08-21 | Modify comments. | Zhongxing Xu |
2008-08-21 | Move the handling of DeclStmt from GRExprEngine to BasicStoreManager. | Zhongxing Xu |
2008-08-21 | NeXT: Emit [meta]class protocol references. | Daniel Dunbar |
2008-08-21 | add a simple check to warn people who type "=+" when they probably meant | Chris Lattner |
2008-08-21 | Preliminary support for Obj-C classes in NeXT runtime. | Daniel Dunbar |
2008-08-21 | Remove duplicate define from Windows-x86 target. | Eli Friedman |
2008-08-21 | Initial implementation of Windows x86 target; at the moment, the only | Eli Friedman |
2008-08-21 | Add Linux x86-32 target. | Eli Friedman |
2008-08-21 | First cut at OS detection, taking advantage of the new generic targets. | Eli Friedman |
2008-08-20 | Class reorg for PPC; shouldn't be any visible changes unless I messed | Eli Friedman |
2008-08-20 | Fix a regression from my fix to PR2631. Fixes PR2692. | Eli Friedman |
2008-08-20 | Fix a minor crash-on-invalid. | Eli Friedman |
2008-08-20 | Fix attributes on Obj-C interfaces & methods. | Daniel Dunbar |
2008-08-20 | Patch by Zhongxing Xu: | Ted Kremenek |
2008-08-20 | Patch by Zhongxing Xu: We should set back the modified ConstEq map. | Ted Kremenek |
2008-08-20 | Class reorg for ARM. Shouldn't be any visible changes. | Eli Friedman |
2008-08-20 | Class hierarchy reorg for Sparc architecture. While I was there, I | Eli Friedman |
2008-08-20 | Fix subtle bug introduced in r54852. | Daniel Dunbar |
2008-08-20 | Re-enable deletion of AST nodes upon completion of ParseAST. | Ted Kremenek |
2008-08-20 | Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs. | Ted Kremenek |
2008-08-20 | Reorganize the class hierarchy for x86 targets; shouldn't have any | Eli Friedman |
2008-08-20 | Move all Obj-C runtime interaction into CodeGenFunction. | Daniel Dunbar |
2008-08-19 | Move store pretty-printing logic inside of StoreManager (previously in GRState). | Ted Kremenek |
2008-08-19 | Patch by Zhongxing Xu! | Ted Kremenek |
2008-08-18 | Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx... | Argyrios Kyrtzidis |
2008-08-18 | warn when someone tries to make an array of ObjC interfaces instead of array | Chris Lattner |
2008-08-18 | "Remove the 'else' since the code is fallthrough after it." - suggestion by C... | Argyrios Kyrtzidis |
2008-08-18 | Support initialization of incomplete array with zero size (as | Daniel Dunbar |
2008-08-18 | Fix PR2627, support for Q constraint. | Chris Lattner |
2008-08-18 | Several cleanups and tweaks to diagnostics in Sema::ActOnAsmStmt, | Chris Lattner |
2008-08-18 | Allow targets to override description string. | Sanjiv Gupta |
2008-08-17 | various updates to match r54873 on mainline. | Chris Lattner |
2008-08-17 | Migrate the retain/release checker to not manage the RefBindings::Factory object | Ted Kremenek |
2008-08-17 | Migrate GRState::ConstEqTy (map used from tracking constants for symbols) to ... | Ted Kremenek |
2008-08-17 | Added GRStateTrait.h, which includes boilerplate code for creating specializa... | Ted Kremenek |
2008-08-16 | honor EscapeSpaces in 2nd overload of EscapeText() | Nico Weber |
2008-08-16 | Move the type checking that Sema::ActOnCastExpr does into a new Sema::CheckCa... | Argyrios Kyrtzidis |
2008-08-16 | Put (argument)-expression-list parsing in a separate function so that it can ... | Argyrios Kyrtzidis |
2008-08-16 | C++ casts, (static_cast. dynamic_cast, etc.) can have postfix-expression pieces. | Argyrios Kyrtzidis |
2008-08-16 | Move handling of postfix-expression suffixes out of ParseCXXThis and into Par... | Argyrios Kyrtzidis |
2008-08-16 | It's spelt "uninitialized". | Nick Lewycky |
2008-08-16 | Set the SourceRange ending of DeclSpec, when Parser::ParseTypeofSpecifier fin... | Argyrios Kyrtzidis |
2008-08-16 | Add NeXT runtime support for generating methods. | Daniel Dunbar |
2008-08-16 | Add CodeGen support for AddrLabelExpr in initializers. | Daniel Dunbar |
2008-08-16 | Change WarnUnsupported to ErrorUnsupported (in name and in practice). | Daniel Dunbar |
2008-08-16 | GRState: | Ted Kremenek |