]> granicus.if.org Git - clang/history - include
avoid making implicit casts that just remove typedefs.
[clang] / include /
2008-02-13 Ted KremenekRenamed files to match class renaming in r47070:
2008-02-13 Ted KremenekRenamed class GREngine => GRCoreEngine.
2008-02-13 Ted KremenekSimplify GRIndirectGotoNodeBuilder.
2008-02-13 Chris LattnerMove IgnoreParenCasts to be a method on Expr.
2008-02-13 Ted KremenekAdded support to GREngine/GRConstants for handling...
2008-02-12 Ted KremenekFixed misspelling in comment.
2008-02-12 Ted KremenekMoved class declaration for ObjCForCollectionStmt to...
2008-02-12 Ted KremenekAdded GRBlockCounter class, which tracks the number...
2008-02-12 Eli FriedmanAdd wchar_t type to ASTContext. Will be needed for...
2008-02-12 Steve NaroffAllow the parser to detect invalid DeclSpec's. This...
2008-02-11 Steve NaroffSeveral cleanups surrounding Parser::ParseAsmStatement...
2008-02-11 Steve NaroffMove Microsoft __declspec hack from the parser to the...
2008-02-11 Steve NaroffAfter yesterday's discussion (http://lists.cs.uiuc...
2008-02-11 Chris LattnerFix PR1992 by computing the right type for string liter...
2008-02-10 Chris LattnerFix PR1999, by emitting a hard error only if an argumen...
2008-02-09 Anders CarlssonBehave correctly if a constraint expression is invalid.
2008-02-08 Steve NaroffA bunch-o changes to fix <rdar://problem/5716046> incom...
2008-02-08 Eli FriedmanImprove diagnostic for illegal array initialization.
2008-02-08 Anders CarlssonPut back the top-level asm code; all tests pass now.
2008-02-08 Anders CarlssonBack out 46855 for now, it causes test failures on...
2008-02-07 Steve Naroff- Add support for fuzzy parsing line-oriented __asm...
2008-02-07 Anders CarlssonHandle top-level asm declarations.
2008-02-07 Steve NaroffMinor cleanup from yesterday's -fms-extension commit...
2008-02-07 Ted KremenekAdded proof-of-concept NULL pointer diagnostics to...
2008-02-07 Chris LattnerImplement support for the extremely atrocious MS /...
2008-02-07 Chris Lattnerthese aren't tokens.
2008-02-07 Steve NaroffImplement -fms-extensions. This allows us to fuzzy...
2008-02-06 Eli FriedmanMake sure to propagate qualifiers through the member...
2008-02-06 Chris Lattnerexplicitly document that return statement argument...
2008-02-06 Chris Lattnermove the codegen ASTConsumer out of the driver into...
2008-02-06 Chris Lattnerpass the astconsumer into Sema's ctor, clean up some...
2008-02-06 Chris Lattnerrename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}
2008-02-05 Anders CarlssonHandle simple asm statements correctly.
2008-02-05 Steve NaroffFix Parser::ParseObjCTryStmt() to allow for trailing...
2008-02-05 Anders CarlssonUse correct flag value.
2008-02-05 Chris Lattnerrewrite some of the type refinement code to eliminate...
2008-02-05 Ted KremenekValueManager now uses the BumpPtrAllocator owned by...
2008-02-05 Ted KremenekImplemented initial transfer function support for ...
2008-02-04 Christopher LambAdd experimental support for address space qualified...
2008-02-03 Chris LattnerFix PR1966 by ignoring non-error diagnostics from syste...
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.
next