]> granicus.if.org Git - clang/shortlog
clang
2008-02-15 Chris LattnerFix PR2041: restrict is not a keyword in c90.
2008-02-15 Eli FriedmanPart of clearing up the whole VariableArrayType + incom...
2008-02-15 Eli FriedmanRemove unnecessary references to VariableArrayType...
2008-02-15 Eli FriedmanRemove useless parameter from isConstantSizeType.
2008-02-15 Anders CarlssonGet rid of AttributeList in the AST and use the new...
2008-02-15 Eli FriedmanGet rid of outdated code that masks type errors. Fixes...
2008-02-15 Eli FriedmanNevermind, these tests work... I messed up my testing.
2008-02-15 Eli FriedmanPartial fix for struct compatibility; there's still...
2008-02-15 Ted KremenekAdded boilerplate transfer function support for pointer...
2008-02-15 Ted KremenekAdded --grsimple-view option to clang driver; this...
2008-02-14 Ted KremenekAdded "symbol iterators" for RValues, allowing easy...
2008-02-14 Ted KremenekWhen visualizing ExplodedNodes created by GRExprEngine...
2008-02-14 Ted KremenekDon't analyze functions when we have parse errors.
2008-02-14 Ted KremenekRenamed GRConstants => GRSimpleVals.
2008-02-14 Ted Kremenek#include cleanups in GRExprEngine.cpp/GRExprEngine...
2008-02-14 Ted KremenekPartitioned definition/implementation of GRExperEngine...
2008-02-14 Ted KremenekMigrated transfer functions for binary operators for...
2008-02-14 Chris LattnerParseCompoundStatementBody expects to only be called...
2008-02-14 Ted KremenekMigrated transfer functions for unary "~" and "-" to...
2008-02-14 Ted KremenekStarted partitioning of transfer function logic (and...
2008-02-14 Ted KremenekMoved Rvalues.h from "Analysis/" to "include/clang...
2008-02-14 Nate BegemanCompleted note
2008-02-14 Anders CarlssonAddress comments from Chris.
2008-02-14 Anders CarlssonAdd Attr.h which is an AST-level class for GCC attributes.
2008-02-14 Steve NaroffRemove DeclSpec::Invalid, a recently added bool that...
2008-02-14 Steve NaroffA much better fix for http://llvm.org/bugs/show_bug...
2008-02-13 Ted KremenekAdded support to GRCoreEngine/GRExprEngine for processi...
2008-02-13 Dan GohmanAdjust for APInt's isPositive being renamed to isNonNeg...
2008-02-13 Ted KremenekWhen creating the CFGBlocks for a switch statement...
2008-02-13 Ted KremenekFixed bug in CFG construction when processing switch...
2008-02-13 Ted KremenekFixed 80 col violations.
2008-02-13 Chris Lattneravoid making implicit casts that just remove typedefs.
2008-02-13 Ted KremenekUnbreak the build.
2008-02-13 Ted KremenekRenamed files to match class renaming in r47070:
2008-02-13 Ted KremenekRenamed class GREngine => GRCoreEngine.
2008-02-13 Eli FriedmanFix a minor bug in isNullPointerConstant triggered...
2008-02-13 Ted KremenekSimplify GRIndirectGotoNodeBuilder.
2008-02-13 Ted KremenekAdded GREngine support for "break" and "continue".
2008-02-13 Anders CarlssonUse IgnoreParenCasts.
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 KremenekAdded GREngine support for GotoStmt.
2008-02-12 Dan GohmanAdjust for the API change to APInt::getBitsSet.
2008-02-12 Ted KremenekAdded transfer function/value track logic for taking...
2008-02-12 Ted KremenekMinor (cosmetic) reshuffling of code. Fixed a bug in...
2008-02-12 Ted KremenekAdded transfer function logic for sizeof(expr)/sizeof...
2008-02-12 Ted KremenekFixed misspelling in comment.
2008-02-12 Ted KremenekRenamed local variable.
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 FriedmanMake typechecking for enum+int compatibility stricter.
2008-02-12 Eli FriedmanAdd wchar_t type to ASTContext. Will be needed for...
2008-02-12 Eli FriedmanFix type compatibility between constant and variable...
2008-02-12 Steve NaroffAllow the parser to detect invalid DeclSpec's. This...
2008-02-12 Steve NaroffFix unsafe static cast...
2008-02-11 Steve NaroffSeveral cleanups surrounding Parser::ParseAsmStatement...
2008-02-11 Ted KremenekConsolidated use of BumpPtrAllocator shared by various...
2008-02-11 Steve NaroffMove policy on unnamed fields (a Microsoft extension...
2008-02-11 Steve NaroffMove Microsoft __declspec hack from the parser to the...
2008-02-11 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2013.
2008-02-11 Steve NaroffAfter yesterday's discussion (http://lists.cs.uiuc...
2008-02-11 Ted KremenekSeparate bindings for subexpressions to be in a separat...
2008-02-11 Anders CarlssonGet rid of bogus warnings when the second argument...
2008-02-11 Steve NaroffAdd a comment/FIXME to an earlier change.
2008-02-11 Steve NaroffTweak test...
2008-02-11 Chris Lattnerstrings are arrays too
2008-02-11 Eli FriedmanA couple of minor fixes to aggregate codegen, to stop...
2008-02-11 Eli FriedmanMake unsupported constant exprs fail with a warning...
2008-02-11 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=1988.
2008-02-11 Chris LattnerFix PR1992 by computing the right type for string liter...
2008-02-10 Eli FriedmanBasic codegen test for conditional with void*.
2008-02-10 Eli FriedmanAdd a couple of sema tests for qualifiers with conditio...
2008-02-10 Chris LattnerFix PR1999, by emitting a hard error only if an argumen...
2008-02-10 Eli FriedmanFix the type of conditionals involving void* to be...
2008-02-10 Steve NaroffAdd a diagnostics helper to remove some redundant code.
2008-02-10 Chris Lattnerlong is 32-bit is on win32.
2008-02-10 Steve NaroffRefine bug fix to Expr::isLvalue (commit r46917).
2008-02-10 Steve NaroffChange Expr::isLvalue() to allow the "void" type. This...
2008-02-09 Anders CarlssonImplement __builtin_va_copy
2008-02-09 Anders CarlssonBehave correctly if a constraint expression is invalid.
2008-02-09 Steve NaroffFix spelling in comment.
2008-02-09 Steve NaroffFix <rdar://problem/5733511> clang doesn't emit error...
2008-02-09 Eli FriedmanExpose the logic for field address codegen; it is neede...
2008-02-08 Steve NaroffA bunch-o changes to fix <rdar://problem/5716046> incom...
2008-02-08 Ted KremenekSplit off expression-bindings in ValueState from variab...
2008-02-08 Ted KremenekChanged "GetValue" methods to take an
2008-02-08 Lauro Ramos... Fix a bitfield regression. Reported by Anders Carlsson.
2008-02-08 Ted KremenekMoved implementation of "RemoveDeadBindings" from the...
2008-02-08 Ted KremenekRemoved ability to create symbol bindings
2008-02-08 Steve NaroffUse getLogicalLineNumber() in FuzzyParseMicrosoftAsmSta...
2008-02-08 Ted KremenekMoved that clang doesn't depend on llvm-gcc above
2008-02-08 Ted KremenekImplemented transfer functions for "<<" and ">>" when...
2008-02-08 Eric ChristopherAdd instructions for building clang while building...
2008-02-08 Ted KremenekImplemented transfer functions for Statement-Expression...
2008-02-08 Eric ChristopherDe-^Mify file.
2008-02-08 Steve NaroffSupport fuzzy parsing MS line-oriented __asm's that...
2008-02-08 Ted KremenekMore variable renamings.
2008-02-08 Ted KremenekRenamed InvalidValue to UnknownVal.
2008-02-08 Eli FriedmanFix indentation.
2008-02-08 Eli FriedmanDetabify SemaExpr. My text editor defaults to 8 spaces...
next