]> granicus.if.org Git - clang/shortlog
clang
2008-01-14 Steve NaroffRevert r45951, Chris says it violates the C99 spec.
2008-01-14 Anders Carlsson_asm is another valid alias for asm.
2008-01-14 Anders CarlssonAdd codegen upport for implicit casts to aggregate...
2008-01-14 Chris Lattneradd a note
2008-01-14 Chris LattnerFix ASTContext::typesAreCompatible when analyzing a...
2008-01-14 Steve NaroffRewrite Expr::isNullPointerConstant() to deal with...
2008-01-13 Steve NaroffChange Sema::CheckAddressOfOperation() to respect C99...
2008-01-13 Ted KremenekMoved destructor logic of templated class ExplodedGraph...
2008-01-13 Ted KremenekAdded node cleanup to dstor of ExplodedGraph.
2008-01-13 Ted KremenekCreated ExplodedGraph.cpp and moved most method impleme...
2008-01-13 Ted KremenekMoved 'ExplodedNodeGroup' into class 'ExplodedNode...
2008-01-13 Ted KremenekFixed lines preventing compilation.
2008-01-13 Ted KremenekNow include "CFG.h" because the inline methods of ...
2008-01-13 Ted KremenekFixed some comments.
2008-01-13 Ted KremenekRemoved ExplodedNode.h, since its contents are now...
2008-01-13 Ted KremenekMerged ExplodedNode.h into ExplodedGraph.h, since the...
2008-01-13 Ted KremenekChanged implementation of successor and predecessor...
2008-01-12 Chris Lattnerallow __func__ in objc methods.
2008-01-12 Chris LattnerTighten up handling of __func__ and friends: it should...
2008-01-12 Chris LattnerFix the type of predefined identifiers like __func__...
2008-01-12 Chris LattnerFix a fixme, by only parsing extern "C" in C++ mode.
2008-01-12 Chris LattnerAdd first pieces of support for parsing and representing
2008-01-12 Chris LattnerWhen forming the squigly underline for a diagnostic...
2008-01-11 Ted KremenekFix misspelling of "existent".
2008-01-11 Ted KremenekAdded ProgramPoint.cpp, which implements several method...
2008-01-11 Ted KremenekRenamed ProgramEdge.h to ProgramPoint.h
2008-01-11 Ted KremenekRenamed ProgramEdge to ProgramPoint and changed subclas...
2008-01-11 Ted KremenekFixed 80-col violation.
2008-01-10 Fariborz JahanianAvoid redefinition of __objcFastEnumerationState
2008-01-10 Steve Naroff- Teach Expr::isConstantExpr() about InitListExpr's...
2008-01-10 Fariborz JahanianRecover from user typo not having proper @interface...
2008-01-10 Fariborz JahanianRemove non-ascii chaaracter from diagnostic
2008-01-10 Ted KremenekFixed non-ASCII quote.
2008-01-10 Fariborz JahanianWarn (as gcc does) when @end does not close anything.
2008-01-10 Ted KremenekAdded some text about the ccc script provided by Sanghy...
2008-01-10 Chris Lattneradd support for the GCC -include option.
2008-01-10 Seo SanghyeonCompiler driver
2008-01-10 Chris LattnerFix some 80 col violations
2008-01-10 Chris LattnerTed apparently likes crazy whitespace at the end of...
2008-01-10 Fariborz JahanianPut return type of synthesize method on same line as...
2008-01-10 Ted KremenekAdded "InfeasibleEdge" to represent an infeasible state...
2008-01-10 Fariborz JahanianPass rewritten output to 'clang' for verification.
2008-01-10 Fariborz JahanianAllow messaging expression as foreach's collection...
2008-01-09 Steve NaroffAdd a FIXME to commit r45784. Thanks mrs!
2008-01-09 Steve NaroffFix Sema::ActOnDeclarator() to call MergeFunctionDecl...
2008-01-09 Ted KremenekRenamed various traits and classes. Added "Infeasible...
2008-01-09 Ted KremenekRenamed Stmt***Edge and ***StmtEdge (where *** = "Stmt...
2008-01-09 Ted KremenekRemoved some files related to the path-sensitive solver...
2008-01-09 Steve NaroffFix ASTContext::typesAreCompatible to allow for int...
2008-01-09 Steve NaroffTeach Sema::ActOnCompoundLiteral about constraint C99...
2008-01-09 Chris LattnerFix isIntegerConstantExpr to compare against zero for...
2008-01-09 Chris Lattnerimplement proper support for _Bool in memory, which...
2008-01-09 Fariborz JahanianType-cast RHS of assignment to prevent warning compilin...
2008-01-09 Fariborz JahanianFixed a bug whereby a parethesized collection expressio...
2008-01-09 Fariborz JahanianTypo fixed.
2008-01-09 Fariborz JahanianAnother test case for testing rewriteing of nested...
2008-01-09 Fariborz JahanianRemove dependency on objc.h
2008-01-09 Steve NaroffTeach Expr::isConstantExpr() about CompoundLiterals.
2008-01-09 Chris LattnerFix a typo, patch by Mike Stump!
2008-01-08 Fariborz JahanianPatch to rewrite ObjC2's foreach-stmt.
2008-01-08 Ted KremenekAdded VISIBILITY_HIDDEN to classes/structs in anonymous...
2008-01-08 Ted KremenekAdded VISIBILITY_HIDDEN to classes/structs in anonymous...
2008-01-08 Ted KremenekAdded most of the boilerplate to the driver needed...
2008-01-08 Chris Lattnerreadability improvement suggested by Sam Bishop, thanks!
2008-01-08 Steve NaroffFix Sema::CheckConditionalOperands(). The null pointer...
2008-01-08 Ted KremenekAdded nodes_iterator to the GraphTrait for ExplodedNode<>.
2008-01-08 Ted KremenekAdded GraphTraits<> partial specializations for Explode...
2008-01-08 Ted KremenekRelocated comment in header.
2008-01-07 Ted KremenekAdded more boilerplate for processing end-of-paths.
2008-01-07 Ted KremenekAdded ownership of "checker state" within the ExplodedG...
2008-01-07 Fariborz JahanianPatch to start rewriting of ObjC2's foreach statement...
2008-01-07 Fariborz JahanianVerify/add code to make sure types passed to interfaceT...
2008-01-07 Chris LattnerFix a nasty corner case that Neil noticed in PR1900...
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2008-01-07 Fariborz JahanianMake interfaceTypesAreCompatible a private method.
2008-01-07 Ted KremenekRenamed SimulVertex, SimulGraph, and SimulEngine to:
2008-01-07 Ted KremenekMinor tweak to serialization of ObjcForCollectionStmt...
2008-01-07 Fariborz JahanianLimit type of foreach's element and collection to be...
2008-01-07 Fariborz JahanianIssue diagnostics if more than one declaration in objec...
2008-01-07 Chris Lattnerminor cleanup.
2008-01-07 Nate BegemanFix typo
2008-01-06 Chris Lattnerrearrange some code.
2008-01-06 Chris Lattnersome simplifications/cleanups to ?: sema.
2008-01-06 Chris LattnerEmit warnings like "dereferencing void pointer" instead...
2008-01-05 Fariborz Jahaniantwiks based on Chris's comment. No need to iterate...
2008-01-05 Ted KremenekMoved serialization code for ObjcForCollectionStmt...
2008-01-04 Fariborz JahanianMinor refactoring of foreach's semantics code per Chris...
2008-01-04 Chris Lattnerunnest vector handling again.
2008-01-04 Fariborz JahanianAdded a comment, minor refactoring of foreach parsing...
2008-01-04 Chris Lattnerwe already test for exact type matches early, so we...
2008-01-04 Chris Lattnersimplify some of this code by removing the else/if...
2008-01-04 Fariborz JahanianMinor changes as suggested by Chris L.
2008-01-04 Chris Lattnermove objc expr sema to its own file.
2008-01-04 Chris LattnerFix PR1897, patch by Wilhansen Li
2008-01-04 Chris Lattneradd comments for the various AssignConvertType's, and...
2008-01-04 Chris LattnerMerge all the 'assignment' diagnostic code into one...
2008-01-04 Chris Lattnerfix a build problem where NULL isn't implicitly defined...
2008-01-04 Fariborz JahanianPatch to add semantics check for ObjC2's foreacn statement.
2008-01-03 Chris Lattnergeneralize some of the conversion warnings.
2008-01-03 Chris Lattnerupdate for changes in diagnostic strings.
next