aboutsummaryrefslogtreecommitdiff
path: root/clang.xcodeproj
AgeCommit message (Expand)Author
2007-09-21Make case sorting deterministic by not depending on pointer Chris Lattner
2007-09-20Updated XCode project with locations of "Analysis" visitor header files.Ted Kremenek
2007-09-19Added support to clang driver to view ASTs using GraphViz. ThisTed Kremenek
2007-09-18Progress on message expressions...Steve Naroff
2007-09-17Re-added UninitializedValues.cpp to the XCode project because the file was re...Ted Kremenek
2007-09-17- Refactored ObjcKeywordInfo into ObjcKeywordInfo, ObjcKeywordDecl, and ObjcK...Steve Naroff
2007-09-17Added ASTConsumer.h to XCode project.Ted Kremenek
2007-09-17Add support for ObjC keyword selectors.Steve Naroff
2007-09-16switch the llvm emitter to ASTConsumer interface.Chris Lattner
2007-09-15Initial checkin of rewriter interface. It is just stubbed out for now.Chris Lattner
2007-09-15Start converting Action methods from Parse-prefix to ActOn-prefix.Steve Naroff
2007-09-14Added several files to XCode project file...Ted Kremenek
2007-09-14Several improvement to Sema::ParseRecordBody()...Steve Naroff
2007-09-14Patch to store ivars into interface class object.Fariborz Jahanian
2007-09-13Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl.Steve Naroff
2007-09-13Patch for collecting ivars before running action on them.Fariborz Jahanian
2007-09-12Add ASTContext::StringMap<char> to unique selector names.Steve Naroff
2007-09-12Added files CFGStmtVisitor and DataflowStmtVisitor to XCode project.Ted Kremenek
2007-09-11- Add an ObjcIvarDecl AST node (a subclass of FieldDecl).Steve Naroff
2007-09-11Change ObjcMethodDecl class derivation.Fariborz Jahanian
2007-09-10Some small tweaks to the recent Objc support...Steve Naroff
2007-09-06Added "Dead Stores", a flow-sensitive checker that checks for storesTed Kremenek
2007-09-06Added an early implementation of Live-Variables analysis built onTed Kremenek
2007-09-05Start implementing Actions interface for ObjC classes, instance variables, an...Steve Naroff
2007-09-04Simplified initializer semantic analysis by adding the following 2 methods:Steve Naroff
2007-08-31Fix a bug/missing-feature Ted noticed: the 'unused' warning should notChris Lattner
2007-08-31Added "PrinterHelper" interface (include/AST/PrinterHelper) that canTed Kremenek
2007-08-30Teach the stmtdumper to dump location/range info when a SourceMgr is available.Chris Lattner
2007-08-29Implement GCC-compatible layout and typing of enum constants and enum decl. Chris Lattner
2007-08-26Fix bogus warnings (noticed by Chris) with array-constraints.c.Steve Naroff
2007-08-26add a new ImaginaryLiteral AST node that is used toChris Lattner
2007-08-25refactor enough of the top-level parsing logic to parse andChris Lattner
2007-08-24Teach emit-llvm for scalars to properly handle compound assignment Chris Lattner
2007-08-24Added ExprCXX.cppTed Kremenek
2007-08-24completely refactor codegen of scalar expressions out into its own CGExprScal...Chris Lattner
2007-08-24rename two files.Chris Lattner
2007-08-23detect and diagnose empty case ranges:Chris Lattner
2007-08-23Parse ObjC @protocol expressions.Anders Carlsson
2007-08-21add cfg.h/cfg.cpp to the xcode project at Ted's request.Chris Lattner
2007-08-21minor nicities.Chris Lattner
2007-08-21Implement parsing and code generation of Objective-C string literals.Anders Carlsson
2007-08-21Split complex arithmetic codegen out from aggregate codegen.Chris Lattner
2007-08-21Switch StmtVisitor from using dynamic to static dispatch. This makes it Chris Lattner
2007-08-21Implement code generation for constant CFStrings.Anders Carlsson
2007-08-10initial support for checking format strings, patch by Ted Kremenek:Chris Lattner
2007-08-10New file, just a placeholder for now.Chris Lattner
2007-08-08add a new AST dumper interface (E->dump()). This dumps outChris Lattner
2007-08-04Implement codegen for __builtin_choose_expr. For example:Chris Lattner
2007-08-03Add a test case to validate code gen for typeof/builtin_types_compatible.Steve Naroff
2007-07-31add internals manual to projectChris Lattner