aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-09-23Fix for 64-bit systems.Chris Lattner
2007-09-23Fixed VC++ bitfield to unsigned/signed sign propagation issue.Hartmut Kaiser
2007-09-22add comments.Chris Lattner
2007-09-22further apfloat'ize the front-end, allowing codegen to pass Chris Lattner
2007-09-22work around bugs and missing features in apfloat.Chris Lattner
2007-09-22Use APFloat for the representation of FP immediates, ask the targetChris Lattner
2007-09-22This patch adds to new things to clang:Fariborz Jahanian
2007-09-21Make case sorting deterministic by not depending on pointer Chris Lattner
2007-09-21This patch instantiates objects for forward protocols and in general handles ...Fariborz Jahanian
2007-09-20Renamed "include/clang/Analysis/CFGVisitors" "<snip>/Analysis/Visitors".Ted Kremenek
2007-09-20Moved include/clang/Analysis/*Visitor.h to include/clang/Analysis/CFGVisitors.Ted Kremenek
2007-09-20Handle forward declaration of classes and prevent re-instantiation ofFariborz Jahanian
2007-09-20Match to do some semantic analysis on objective-c class decl.Fariborz Jahanian
2007-09-19Moved GraphTraits<Stmt*> to StmtGraphTraits.h. This allows consumers of Stmt...Ted Kremenek
2007-09-19Patch to parse objective-c's @try-statement and @throw-statement.Fariborz Jahanian
2007-09-19Added GraphTraits template specialization for Stmt* to treat ASTs like graphs.Ted Kremenek
2007-09-19More refactoring: decl and expr regisitration now uses CFGRecStmtDeclVisitor.Ted Kremenek
2007-09-19Added two new visitors that extend CFGStmtVisitor: CFGRecStmtVisitor and CFGR...Ted 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-18DataflowSolver now acccepts an "_Equal" template parameter that allows the userTed Kremenek
2007-09-18Fixed bug where getBitRef would incorrectly grab the bit from theTed Kremenek
2007-09-18More refactoring and code reduction.Ted Kremenek
2007-09-18Added member template CFG::VisitBlockStmts to provide a succinct wayTed Kremenek
2007-09-18Additional comments and cosmetic cleanups.Ted Kremenek
2007-09-18Patch for object creation and handling of category declarations.Fariborz Jahanian
2007-09-18Modified DataFlowValues and DataflowSolver to associate dataflow valueTed Kremenek
2007-09-18Added type "CFG::Edge" to encapsulate the notion of directed-edgesTed Kremenek
2007-09-18Uses more description name for method implementation kind argument.Fariborz Jahanian
2007-09-17Patch to remove ObjcProtoMethodDecl and use ObjcMethodDeclFariborz Jahanian
2007-09-17Add a comment and remove unused constructors.Steve Naroff
2007-09-17Fixed a VC++ issue related to bitmasks. As it turns out the compiler fills th...Hartmut Kaiser
2007-09-17Patch to add objective-c's @protocl type declaration.Fariborz Jahanian
2007-09-17Finish defining Action API for message expressions.Steve Naroff
2007-09-17UninitialuzedValues now only tracks BlockVarDecls; obviating false positives ...Ted Kremenek
2007-09-17- Refactored ObjcKeywordInfo into ObjcKeywordInfo, ObjcKeywordDecl, and ObjcK...Steve Naroff
2007-09-17More progress on UnitializedValues checker. We now have preliminary supportTed Kremenek
2007-09-17Split tracking of unitialized values for Decls and CFGBlock-level expressions.Ted Kremenek
2007-09-17Removed "ObserverTy" from core DataflowValues types. The observerTed Kremenek
2007-09-17Add const to debug hook...Steve Naroff
2007-09-17Add support for ObjC keyword selectors.Steve Naroff
2007-09-16remove some obsolete interfaces.Chris Lattner
2007-09-16Fix a GCC warning, patch by Justin HandvilleChris Lattner
2007-09-16Fixes/tweaks that prevent "defaults-i.m" from compiling.Steve Naroff
2007-09-16Rename statement actions (from Parse-prefix to ActOn-prefix).Steve Naroff
2007-09-16Rename expression actions (from Parse-prefix to ActOn-prefix).Steve Naroff
2007-09-16Updated VC++ build system.Hartmut Kaiser
2007-09-15switch the various CFG-based stuff over to using ASTConsumer interface,Chris Lattner
2007-09-15add a new ASTConsumer consumer to simplify stuff in the driver.Chris Lattner
2007-09-15Initial checkin of rewriter interface. It is just stubbed out for now.Chris Lattner