]> granicus.if.org Git - clang/shortlog
clang
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...
2007-09-12 Ted KremenekMigrated LiveVariables to use the new DataflowStmtVisit...
2007-09-12 Ted KremenekAdded extensions (subclasses) to the StmtVisitor class...
2007-09-12 Fariborz JahanianPatch for building method declaration nodes. Also fixed...
2007-09-12 Hartmut KaiserRemoved clang solution file for VC++, which didn't...
2007-09-12 Steve NaroffFix the following bug submitted by Ted Kremenek:
2007-09-11 Ted KremenekAdded static method "CFG::hasImplicitControlFlow".
2007-09-11 Ted KremenekFixed bug where ternary expressions and GCC-style condi...
2007-09-11 Steve Naroff- Add an ObjcIvarDecl AST node (a subclass of FieldDecl).
2007-09-11 Fariborz JahanianChange ObjcMethodDecl class derivation.
2007-09-11 Ted KremenekFor looking at "dead stores" in declarations, we now...
2007-09-11 Ted KremenekFixed potential NULL dereference when iterating over...
2007-09-11 Gabor Greifget rid of ugly "warning: no newline at end of file"
2007-09-10 Ted KremenekFixed isFunctionPointerType to correctly handle typedefs.
2007-09-10 Steve NaroffFix the following bug submitted by Justin Handville.
2007-09-10 Steve NaroffSome small tweaks to the recent Objc support...
2007-09-10 Fariborz JahanianEarly patch to collect objective-c methods inserts...
2007-09-10 Ted KremenekFixed LiveVariables to no longer track the liveness...
2007-09-10 Ted KremenekModified dumping of Decl information to including the...
2007-09-10 Ted KremenekAdded "isFunctionPointerType()" so that we can readily...
2007-09-10 Ted KremenekRenaming of the LiveVariablesAuditor interface. Change...
2007-09-08 Chris LattnerDon't rely on ADL to find this member, patch by Justin...
2007-09-07 Ted Kremenek-check-dead-stores now no longer prints out the functio...
2007-09-07 Ted KremenekRefactored driver options that perform analyses/work...
2007-09-07 Hartmut KaiserFixed compilation on Windows.
2007-09-06 Ted KremenekAdded more checking in "dead stores" for values that...
2007-09-06 Ted KremenekMinor bug fixes to corner cases where LiveVariables...
2007-09-06 Ted KremenekForgot to check in the actual "dead stores" checker...
2007-09-06 Ted KremenekAdded "Dead Stores", a flow-sensitive checker that...
2007-09-06 Ted KremenekLiveVariables:
2007-09-06 Steve NaroffThe goal of this commit is to get just enough Sema...
2007-09-06 Ted KremenekAdded LabelLoc to GotoStmt to record the source locatio...
2007-09-06 Ted KremenekAdded libClangAnalysis
2007-09-06 Ted KremenekAdded an early implementation of Live-Variables analysi...
2007-09-06 Chris Lattnerremove the FATAL classifier.
2007-09-06 Chris Lattnerremove sorry.
2007-09-05 Steve NaroffStart implementing Actions interface for ObjC classes...
2007-09-05 Fariborz JahanianPatch for parsing objective-c style method calls.
2007-09-05 Ted KremenekMoved tracking of CFG block IDs into the CFG class.
2007-09-05 Fariborz Jahanian1. Fix parsing of method prototype involving c-style...
2007-09-04 Fariborz JahanianFixed a typo pointed out by Anders Calrsson.
2007-09-04 Steve NaroffSimplified initializer semantic analysis by adding...
2007-09-04 Fariborz JahanianPatch to parse objective-c's @compatibility_alias direc...
2007-09-04 Hartmut KaiserSet eol and mime type properties for VC8 build files
2007-09-04 Hartmut KaiserUpdated VC8 project files.
2007-09-04 Ted KremenekUpdated calls to CreateGEP to new interface in LLVM...
2007-09-04 Chris Lattnerdisable this for now.
2007-09-04 Steve NaroffMake sure initializer type promotions get propagated.
2007-09-04 Chris Lattnerupdates (?) to the vc++ files, patch by Hartmut Kaiser
2007-09-04 Chris Lattnersilence VC++ warnings, patch by Hartmut Kaiser
2007-09-04 Chris LattnerSilence VC++ warnings, patch by Hartmut Kaiser
2007-09-04 Chris Lattnereliminate some VC++ warnings, patch contributed by...
2007-09-04 Chris Lattneradd a VC++ solution file, contributed by Hartmut Kaiser
2007-09-04 Steve NaroffMore fun with initializers!
2007-09-03 Chris LattnerVC++ doesn't define S_ISDIR
2007-09-03 Chris LattnerAdd a method required by the VC++ STL, patch by Hartmut...
2007-09-03 Chris LattnerAdd #include required on win32.
2007-09-03 Chris LattnerEliminate some VC++ warnings, patch by Hartmut Kaiser!
2007-09-03 Chris LattnerAdd #ifdefs to make the source portable to windows...
2007-09-03 Chris Lattnerinitial checkin of vc++ project files, contributed by
2007-09-03 Steve NaroffFinish getting "array-init.c" to work properly.
2007-09-02 Steve NaroffMore progress on array initializers.
2007-09-02 Steve NaroffMore semantic analysis of initializers.
2007-09-02 Steve NaroffStart implementing semantic analysis for C initializers.
2007-09-01 Steve NaroffFinish converting SwitchStmt AST to source ranges.
2007-09-01 Fariborz JahanianPatch to parse @implementation prologue, method definit...
2007-08-31 Steve NaroffConvert more statments over to SourceRanges...
2007-08-31 Steve NaroffMove SourceRange protocol from Expr->Stmt.
2007-08-31 Chris Lattneradd stmtexpr support for aggregates
2007-08-31 Chris Lattneradd support for complex stmtexpr's
2007-08-31 Chris LattnerGeneralize RValue to handle complex better, generalize...
2007-08-31 Ted KremenekFixed missing '(' and ')' characters in (CFG) pretty...
2007-08-31 Ted KremenekAdded better pretty printing in CFGs for __builtin_choo...
2007-08-31 Ted KremenekFurther cleanups in CFG printing for comma expressions...
2007-08-31 Chris Lattnerimplement code generation for scalar stmt expressions.
2007-08-31 Chris LattnerFix a bug/missing-feature Ted noticed: the 'unused...
next