]> granicus.if.org Git - clang/shortlog
clang
2007-09-20 Hartmut KaiserUpdated VC++ project files
2007-09-20 Ted KremenekUpdated XCode project with locations of "Analysis"...
2007-09-20 Ted KremenekUpdated header file inlcude to new location of
2007-09-20 Ted KremenekRenamed "include/clang/Analysis/CFGVisitors" "<snip...
2007-09-20 Ted KremenekMoved include/clang/Analysis/*Visitor.h to include...
2007-09-20 Fariborz JahanianHandle forward declaration of classes and prevent re...
2007-09-20 Fariborz JahanianMatch to do some semantic analysis on objective-c class...
2007-09-20 Hartmut KaiserUpdated VC++ project files.
2007-09-19 Ted KremenekAdded support to clang driver to view ASTs using GraphV...
2007-09-19 Ted KremenekMoved GraphTraits<Stmt*> to StmtGraphTraits.h. This...
2007-09-19 Fariborz JahanianPatch to parse objective-c's @try-statement and @throw...
2007-09-19 Ted KremenekAdded GraphTraits template specialization for Stmt...
2007-09-19 Ted KremenekMore refactoring: decl and expr regisitration now uses...
2007-09-19 Ted KremenekAdded two new visitors that extend CFGStmtVisitor:...
2007-09-19 Steve NaroffRemove SelectorTable/SelectorInfo, simply store all...
2007-09-19 Steve NaroffRemove #include of config.h, it is no longer needed.
2007-09-18 Steve NaroffRemove alloca import...
2007-09-18 Steve NaroffProgress on message expressions...
2007-09-18 Ted KremenekDataflowSolver now acccepts an "_Equal" template parame...
2007-09-18 Ted KremenekFixed bug where getBitRef would incorrectly grab the...
2007-09-18 Ted KremenekChanged solver to use "==" operator when comparing...
2007-09-18 Ted KremenekMinor performance fix in transfer function logic. Previ...
2007-09-18 Ted KremenekMore refactoring and code reduction.
2007-09-18 Ted KremenekAdd overloaded versions of DataflowSolver::runOnBlock...
2007-09-18 Ted KremenekAdded member template CFG::VisitBlockStmts to provide...
2007-09-18 Ted KremenekAdditional comments and cosmetic cleanups.
2007-09-18 Fariborz JahanianPatch for object creation and handling of category...
2007-09-18 Ted KremenekMoved TransferFunction object within DataflowSolver...
2007-09-18 Ted KremenekModified DataFlowValues and DataflowSolver to associate...
2007-09-18 Ted KremenekAdded type "CFG::Edge" to encapsulate the notion of...
2007-09-18 Hartmut Kaiseralloca.h doesn't exist on Windows.
2007-09-18 Gabor Greifalloca.h is needed on Solaris
2007-09-18 Fariborz JahanianUses more description name for method implementation...
2007-09-17 Hartmut KaiserUpdated VC++ project files after file rename.
2007-09-17 Fariborz JahanianPatch to remove ObjcProtoMethodDecl and use ObjcMethodDecl
2007-09-17 Ted KremenekBug fix to merging of data flow values (merge incorrect...
2007-09-17 Steve NaroffAdd a comment and remove unused constructors.
2007-09-17 Ted KremenekMade driver flag --check-uninit-values more self-explan...
2007-09-17 Hartmut KaiserFixed a VC++ issue related to bitmasks. As it turns...
2007-09-17 Fariborz JahanianPatch to add objective-c's @protocl type declaration.
2007-09-17 Steve NaroffFinish defining Action API for message expressions.
2007-09-17 Ted KremenekRe-added UninitializedValues.cpp to the XCode project...
2007-09-17 Ted KremenekRenamed file due to mispelling.
2007-09-17 Ted KremenekUninitialuzedValues now only tracks BlockVarDecls;...
2007-09-17 Steve Naroff- Refactored ObjcKeywordInfo into ObjcKeywordInfo,...
2007-09-17 Ted KremenekMore progress on UnitializedValues checker. We now...
2007-09-17 Ted KremenekSplit tracking of unitialized values for Decls and...
2007-09-17 Ted KremenekRemoved "ObserverTy" from core DataflowValues types...
2007-09-17 Ted KremenekRemoved check for NULL CFG. Bad CFGs will fire an...
2007-09-17 Ted KremenekWhen building CFGs we now (unconditionally) add an...
2007-09-17 Ted KremenekAdded ASTConsumer.h to XCode project.
2007-09-17 Steve NaroffFix a few 80 column violations.
2007-09-17 Steve NaroffAdd const to debug hook...
2007-09-17 Steve NaroffAdd support for ObjC keyword selectors.
2007-09-17 Hartmut KaiserFixed unterminated string issue.
2007-09-17 Chris Lattnermake var in anon namespace static. Use \n instead...
2007-09-16 Hartmut KaiserSilenced a VC++ warning.
2007-09-16 Chris Lattnerremove some obsolete interfaces.
2007-09-16 Chris Lattnerswitch the llvm emitter to ASTConsumer interface.
2007-09-16 Chris LattnerFrom Justin Handville:
2007-09-16 Chris LattnerFix html problem, patch by Justin Handville
2007-09-16 Chris Lattnerfix some warnings, patch by Justin Handville
2007-09-16 Chris Lattnerdecl counting isn't implemented yet for objc. -stats...
2007-09-16 Chris LattnerFix a GCC warning, patch by Justin Handville
2007-09-16 Chris Lattnerfix warning.
2007-09-16 Steve NaroffFixes/tweaks that prevent "defaults-i.m" from compiling.
2007-09-16 Steve NaroffRename statement actions (from Parse-prefix to ActOn...
2007-09-16 Steve NaroffRename expression actions (from Parse-prefix to ActOn...
2007-09-16 Hartmut KaiserFixed a problem VC++ revealed in release mode. Please...
2007-09-16 Hartmut KaiserFixed two problems VC++ revealed in release mode. Pleas...
2007-09-16 Hartmut KaiserUpdated VC++ build system.
2007-09-15 Chris Lattnerswitch the various CFG-based stuff over to using ASTCon...
2007-09-15 Chris Lattnerconvert ast printer and dumper ocver to ASTConsumer...
2007-09-15 Chris Lattneradd a new ASTConsumer consumer to simplify stuff in...
2007-09-15 Chris LattnerInitial checkin of rewriter interface. It is just...
2007-09-15 Chris Lattnerpretty print some nodes more nicely.
2007-09-15 Chris Lattnerfix comment
2007-09-15 Steve NaroffStart converting Action methods from Parse-prefix to...
2007-09-15 Fariborz JahanianCouple of new classes for objective-c's @protocol typings.
2007-09-14 Ted KremenekAdded several files to XCode project file...
2007-09-14 Steve NaroffRename Action::ParseRecordBody() to ProcessFieldDecls...
2007-09-14 Ted KremenekPrototype implementation of new template-based dataflow...
2007-09-14 Steve NaroffSeveral improvement to Sema::ParseRecordBody()...
2007-09-14 Fariborz JahanianPatch to store ivars into interface class object.
2007-09-14 Fariborz JahanianSemantic analysis for objective-c ivars.
2007-09-14 Steve NaroffNow that the dust has settled on the Decl refactoring...
2007-09-13 Steve NaroffMove Decl::NextDeclarator (w/ setters/getters) down...
2007-09-13 Steve NaroffPhase 2 of making the Decl class more lightweight...
2007-09-13 Fariborz JahanianPatch for collecting ivars before running action on...
2007-09-13 Steve NaroffAdd "ScopedDecl" AST, used by ValueDecl and TypeDecl.
2007-09-13 Chris Lattnerupdate to match llvm mainline api
2007-09-13 Chris Lattneradjust to a change in the LLVM APIs, this is still...
2007-09-13 Chris LattnerWhen dumping out errors about unsupported stuff, emit...
2007-09-13 Chris Lattnermake the sourcemgr available through ASTContext.
2007-09-12 Steve NaroffAdd ASTContext::StringMap<char> to unique selector...
2007-09-12 Ted KremenekMinor space tightening.
2007-09-12 Steve NaroffRemove a FIXME. Replace a couple asserts with an approp...
2007-09-12 Ted KremenekFixed recursion bug: should call Visit on child instead...
2007-09-12 Ted KremenekFixed logic bug in recursion to visiting child statements.
2007-09-12 Ted KremenekAdded files CFGStmtVisitor and DataflowStmtVisitor...
next