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