aboutsummaryrefslogtreecommitdiff
path: root/AST
AgeCommit message (Expand)Author
2007-10-10Fix 80 col violations.Chris Lattner
2007-10-09Make sure methods with no return type default to "id".Steve Naroff
2007-10-08Rename FileVariable -> FileVar for consistency with its class name, Chris Lattner
2007-10-07remove unneeded #includeChris Lattner
2007-10-07move IdentifierTable.h from liblex to libbasic.Chris Lattner
2007-10-06introduce a new NamedDecl class, switch a couple of things over to using it.Chris Lattner
2007-10-04More tab removal activity.Fariborz Jahanian
2007-10-04Fixed tabs in couple of sources.Fariborz Jahanian
2007-10-02Unified such names as protocol references, instance methods and class methodsFariborz Jahanian
2007-10-02- Add ObjcInterfaceDecl::lookupInstanceMethod(), lookupClassMethod().Steve Naroff
2007-10-02This patch introduces the ObjcCategoryImplDecl class and does the checking re...Fariborz Jahanian
2007-10-01Migrated LiveVariables and UninitializedVariables to now use theTed Kremenek
2007-10-01CFG objects now internally store a (lazily created) map from block-levelTed Kremenek
2007-10-01Move ObjC decls to DeclObjC.h, a new AST header.Steve Naroff
2007-10-01Took care of clatter's suggestions, dated.Fariborz Jahanian
2007-10-01Removed "hasImplicitControlFlow" from class CFG, and moved it to class StmtTed Kremenek
2007-09-30Unused ObjcProtoMethod is removed.Fariborz Jahanian
2007-09-28Yesterday I discovered that 78% of all selectors in "Cocoa.h" take 0/1 argument.Steve Naroff
2007-09-27Patch for method implementation. It populates ObjcImplementationDecl object w...Fariborz Jahanian
2007-09-27Fix some use of uninit variables issues, reported by Anton.Chris Lattner
2007-09-27Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is...Steve Naroff
2007-09-26objc messages have side effects, return true from hasLocalSideEffect,Chris Lattner
2007-09-26Fixed two bugs in CFG construction:Ted Kremenek
2007-09-26This patch inserts ivars declared in @implementation in its object and verifies Fariborz Jahanian
2007-09-26Handle (int)1.0e40 as an i-c-e.Chris Lattner
2007-09-25This patch introduces a new class to keep track of class implementation info....Fariborz Jahanian
2007-09-25use the right rounding mode.Chris Lattner
2007-09-22Use the APFloat routines to evaluate FP immediates as Chris Lattner
2007-09-22further apfloat'ize the front-end, allowing codegen to pass Chris Lattner
2007-09-22Use APFloat for the representation of FP immediates, ask the targetChris Lattner
2007-09-21This patch instantiates objects for forward protocols and in general handles ...Fariborz Jahanian
2007-09-19Added support to clang driver to view ASTs using GraphViz. ThisTed Kremenek
2007-09-19Remove SelectorTable/SelectorInfo, simply store all selectors in the central ...Steve Naroff
2007-09-18Progress on message expressions...Steve Naroff
2007-09-18Patch for object creation and handling of category declarations.Fariborz Jahanian
2007-09-17Patch to remove ObjcProtoMethodDecl and use ObjcMethodDeclFariborz Jahanian
2007-09-17Patch to add objective-c's @protocl type declaration.Fariborz Jahanian
2007-09-17When building CFGs we now (unconditionally) add an empty CFGBlock to the CFGTed Kremenek
2007-09-17Add const to debug hook...Steve Naroff
2007-09-17Add support for ObjC keyword selectors.Steve Naroff
2007-09-17Fixed unterminated string issue.Hartmut Kaiser
2007-09-17make var in anon namespace static. Use \n instead of std::endl.Chris Lattner
2007-09-16Silenced a VC++ warning.Hartmut Kaiser
2007-09-16fix some warnings, patch by Justin HandvilleChris Lattner
2007-09-16decl counting isn't implemented yet for objc. -stats probably crashes for it.Chris Lattner
2007-09-16fix warning.Chris Lattner
2007-09-16Fixes/tweaks that prevent "defaults-i.m" from compiling.Steve Naroff
2007-09-16Fixed a problem VC++ revealed in release mode. Please verify.Hartmut Kaiser
2007-09-16Fixed two problems VC++ revealed in release mode. Please verify.Hartmut Kaiser
2007-09-15pretty print some nodes more nicely.Chris Lattner