]> granicus.if.org Git - clang/history - include
the macro start and macro end bits in source location are dead, remove them.
[clang] / include /
2008-02-03 Chris Lattnerthe macro start and macro end bits in source location...
2008-02-02 Steve NaroffCleanup previous patch (based on feedback from Ted).
2008-02-01 Steve NaroffMake sure SourceManager/HeaderSearch don't support...
2008-02-01 Steve NaroffRename diagnostic to reflect it's role...
2008-02-01 Steve NaroffMinor API cleanup...
2008-02-01 Ted KremenekFor ObjCAtCatchStmt, removed field 'NextAtCatchStmt...
2008-02-01 Chris Lattnermake some diagnostics more terse, update testcases.
2008-02-01 Anders CarlssonImplement __builtin_huge_val.
2008-01-31 Chris Lattneradd some helper methods for removing and replacing...
2008-01-31 Chris LattnerMake rewriter::inserttext return a bool to indicate...
2008-01-31 Chris LattnerFix PR1965: missing diagnostics for parameters that...
2008-01-31 Nate BegemanRemainder of the __builtin_overload feedback
2008-01-31 Steve NaroffAdd support for CallExpr::isBuiltinConstantExpr()....
2008-01-30 Ted KremenekWe now delay adding nodes created by GRBranchNodeBuilde...
2008-01-30 Ted KremenekImplemented some branch pruning in GRConstants using...
2008-01-30 Ted KremenekAdded method "printTerminator" to CFGBlock so that...
2008-01-30 Nate BegemanImplement first round of feedback on __builtin_overload
2008-01-30 Fariborz JahanianTypo.
2008-01-30 Fariborz JahanianFixed misc. issues raised by Chris L. on @synchronized...
2008-01-30 Chris LattnerEli points out this can only happen for scalar elements.
2008-01-30 Chris LattnerBe more explicit about what flavors of initlistexpr...
2008-01-30 Chris Lattnermove some constructors out of line and fix indentation...
2008-01-30 Steve NaroffMany refinements to Sema::MergeVarDecl(). This routine...
2008-01-29 Ted KremenekAdded method "markInfeasible" to GRBranchNodeBuilder...
2008-01-29 Ted KremenekImplemented more boilerplate in GREngine for processing...
2008-01-29 Fariborz JahanianRewriting of @synchronized. This has one FIXME in it...
2008-01-29 Ted KremenekAdded boilerplate logic in GREngine for processing...
2008-01-29 Ted KremenekRenamed GRNodeBuilder to GRStmtNodeBuilder.
2008-01-29 Fariborz JahanianAST for @synchronized.
2008-01-29 Fariborz JahanianBunch of type defs, etc. for @synchronized.
2008-01-29 Anders CarlssonImplement __builtin_offsetof.
2008-01-29 Chris Lattnerfix comment typo
2008-01-29 Chris Lattneradd diagnostic
2008-01-29 Ted KremenekModified LiveVariables to perform all of its base initi...
2008-01-29 Ted KremenekDriver now passes the top-level FunctionDecl* to GRCons...
2008-01-28 Steve NaroffImplement "private extern" on function decls!
2008-01-25 Steve NaroffAdd more support for Apple's "private extern" extension...
2008-01-25 Chris LattnerFactor a complex predicate out to a helper method.
2008-01-25 Chris Lattnersplit the second half of ParseObjCMessageExpression...
2008-01-25 Fariborz JahanianDiagnose bad receiver type.
2008-01-25 Steve NaroffReplace Sema::CheckVariableInitList, CheckConstantInitL...
2008-01-24 Ted KremenekAdded passing "ASTContext" to both GREngine and GRConst...
2008-01-23 Fariborz JahanianFixed a nasty bug which took a while to come up with...
2008-01-23 Chris Lattneradd support for -Wundef.
2008-01-22 Fariborz JahanianProblem with ObjC's type-encoding of nested structs...
2008-01-21 Fariborz JahanianElimate bogus warning when va_start is correctly used in
2008-01-21 Steve NaroffAdd a predicate/getter when checking for incomplete...
2008-01-19 Steve NaroffFix two bugs with an @throw that doesn't have a statement.
2008-01-18 Ted KremenekChanged DataflowSolver to always associated recorded...
2008-01-17 Ted KremenekModified the notion of "Block-level expressions" in...
2008-01-17 Steve NaroffImprove diagnostic wording...
2008-01-17 Ted KremenekAdded support to dataflow solver to (when requested...
2008-01-17 Nate BegemanImplement basic overload support via a new builtin...
2008-01-17 Fariborz JahanianRenamed getSynthesizedSelectorSize to getSynthesizedMet...
2008-01-17 Ted KremenekAdded method Expr::IgnoreParens(), which returns the...
2008-01-17 Fariborz JahanianComputed length of a __func__ identifier used in an...
2008-01-17 Steve NaroffDeclarator::clear(): Null out variable after it's been...
2008-01-16 Steve NaroffType::isArithmeticType(): disallow incomplete enum...
2008-01-16 Ted KremenekFixed invalid typedefs in the root and eop iterators...
2008-01-16 Chris Lattneradd accessors to switchstmt.
2008-01-16 Ted KremenekFixed broken bitmasking in the ctor of ProgramPoint.
2008-01-16 Ted KremenekAdded missing call to the checker's Initialize() method...
2008-01-16 Ted KremenekAdded missing ctor to ExplodedGraph.
2008-01-16 Ted KremenekFixed incorrect pointer mask.
2008-01-16 Ted KremenekAdd missing header file for GRConstants analysis.
2008-01-16 Ted KremenekHooked up the GRConstants analysis to the driver.
2008-01-16 Steve NaroffSema::MergeFunctionDecl()...make sure diagnostic is...
2008-01-15 Ted KremenekAdded ctor to GRNodeBuilder.
2008-01-15 Steve Naroff- Change Type::isComplexType() to exlude GCC's complex...
2008-01-15 Steve NaroffAdd a comment...
2008-01-15 Steve NaroffRework commit r45976, which was incorrect.
2008-01-15 Ted KremenekRemoved implicit transitions to a "BlockExit" location...
2008-01-15 Ted KremenekRemoved mutation of CFGBlock through operator[]. For...
2008-01-14 Ted KremenekAdded prototype implementation of path-sens. analysis...
2008-01-14 Ted KremenekAdded operator[] for CFGBlock. This provides random...
2008-01-14 Ted KremenekCleaned up comment.
2008-01-14 Ted KremenekCleaned up comment.
2008-01-14 Steve NaroffRecord if a compound literal expression is @ file scope...
2008-01-14 Ted KremenekRemoved 'inline' keywords from methods now defined...
2008-01-14 Anders Carlsson_asm is another valid alias for asm.
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 LattnerTighten up handling of __func__ and friends: it should...
2008-01-12 Chris LattnerAdd first pieces of support for parsing and representing
2008-01-11 Ted KremenekRenamed ProgramEdge.h to ProgramPoint.h
2008-01-11 Ted KremenekRenamed ProgramEdge to ProgramPoint and changed subclas...
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 "InfeasibleEdge" to represent an infeasible state...
2008-01-10 Fariborz JahanianAllow messaging expression as foreach's collection...
next