]> granicus.if.org Git - clang/shortlog
clang
2009-01-25 Sebastian RedlFix compile error from r62953.
2009-01-25 Eli FriedmanOne more case for Expr::isConstantInitializer; I think...
2009-01-25 Eli FriedmanEnhancements to Expr::isConstantInitializer to deal...
2009-01-25 Eli FriedmanRename Expr::isConstantExpr to Expr::isConstantInitiali...
2009-01-25 Eli FriedmanGet rid of some code that should be unnecessary.
2009-01-25 Eli FriedmanMake the constant folder aware of
2009-01-25 Eli FriedmanFix the address of a label to be properly considered...
2009-01-24 Eli FriedmanFix for PR2100: merge types for variables.
2009-01-24 Eli FriedmanCorrect test; sorry for any inconvenience.
2009-01-24 Fariborz JahanianCompute instaceStart/instanceSize fields of the class_r...
2009-01-24 Sebastian RedlMake tentative parsing of pointer-to-member decls work...
2009-01-24 Eli FriedmanPR3062: statement expressions should be illegal at...
2009-01-24 Eli FriedmanFix for PR2910: implement CodeGen for non-constant...
2009-01-24 Eli FriedmanRefactor sizeof handling to use constant folding logic...
2009-01-24 Chris Lattneradd initial support for the gcc "alignof(decl) is the...
2009-01-24 Sebastian RedlUndo accidental disabling of smart pointers.
2009-01-24 Chris LattnerImplement C99 6.5.3.4p1, rejecting sizeof(bitfield)
2009-01-24 Fariborz JahanianPatch to build class meta-data for each implementation
2009-01-24 Sebastian RedlAdd support for declaring pointers to members.
2009-01-24 Chris Lattnerremove a bunch of alignment handling code out of CGExpr...
2009-01-24 Chris LattnerImprove handling of alignof. alignof(VLA) now works...
2009-01-24 Chris Lattnerfix some const-correctness issues.
2009-01-24 Chris Lattnerremove dead code.
2009-01-24 Fariborz JahanianThis patch builds the meta-class object for each
2009-01-24 Chris LattnerFix PR3386 by handling GCC's rules for alignof, which...
2009-01-24 Chris Lattnerfix a fixme, don't leak the expr on error.
2009-01-24 Chris Lattnerminor formatting changes, no functionality change.
2009-01-24 Daniel DunbarFix invalid evaluation of _Complex float (real & imagin...
2009-01-24 Anders CarlssonHandle the 'e' constraint. Fixes PR3385
2009-01-24 Anders CarlssonIgnore parens when determining if an expr is a string...
2009-01-24 Daniel DunbarAdd simple make based harness for running ABI tests.
2009-01-24 Daniel DunbarStart filling in x86_64 ABI implementation.
2009-01-24 Ted KremenekUpdated checker build.
2009-01-24 Ted KremenekFix crash ElementRegion::getRValueType() when the Rvalu...
2009-01-24 Ted KremenekMore hacking on static analyzer diagnostics. When...
2009-01-23 Fariborz JahanianSome very early work for new objc's
2009-01-23 Douglas GregorFix a small regression in warning about template type...
2009-01-23 Ted KremenekOutput summary diagnostic for each bug report.
2009-01-23 Douglas GregorMore APSInt appeasement
2009-01-23 Douglas GregorMake sure that all NamedDecls have an identifier namespace.
2009-01-23 Douglas GregorHopefully the last of the APSInt signedness issues...
2009-01-23 Ted KremenekAdded clang option '--analyzer-display-progress' to...
2009-01-23 Ted KremenekAdded virtual method DiagnosticClient::IncludeInDiagnos...
2009-01-23 Daniel Dunbarccc: Finish definition of long argument translations.
2009-01-23 Ted KremenekWhen using -analyzer-output-plist always output a plist...
2009-01-23 Daniel Dunbarccc: Another batch of long argument translations.
2009-01-23 Douglas GregorAllow subtraction of function pointer types in C, as...
2009-01-23 Douglas GregorMake sure all of the isUnsigned flags line up when...
2009-01-23 Daniel DunbarHandle pointer arithmetic on function pointers.
2009-01-23 Chris LattnerThis is a follow-up to r62675:
2009-01-23 Chris LattnerPreprocessor doesn't require and IdentifierInfoLookup...
2009-01-23 Fariborz JahanianChecked in an oops!
2009-01-23 Fariborz JahanianAnother missing LLVM type for objc2's new abi defined.
2009-01-23 Douglas GregorProperly manage the bit-widths of APInts/APSInts in...
2009-01-23 Douglas GregorHandle any undeclared parameters in a K&R-style functio...
2009-01-23 Zhongxing XuImplement retrieval of the default value of element...
2009-01-23 Zhongxing XuNow this comment should be resolved. See the comments...
2009-01-23 Zhongxing XuAdd a test case for init expr of array and struct type.
2009-01-23 Zhongxing XuWhen getting the element region type, we should get...
2009-01-23 Daniel Dunbarccc: Implement long options which take joined & separat...
2009-01-23 Daniel Dunbarccc: Support long ('--...') flag arguments.
2009-01-23 Fariborz JahanianDefine LLVM types for nonfragile abi metadata.
2009-01-23 Daniel Dunbarccc: Organize long options together.
2009-01-23 Douglas GregorMake -ast-dump print Objective-C method declarations...
2009-01-23 Daniel Dunbarccc: Add support for several more aliases (--ansi,...
2009-01-23 Daniel Dunbarccc: Darwin/x86/link: Fix a few incompatibilities with...
2009-01-23 Douglas GregorSupport arithmetic on pointer-to-function types as...
2009-01-23 Daniel Dunbarccc: Add support for "alias" options.
2009-01-23 Chris LattnerUpdate comment.
2009-01-23 Ted KremenekUpdated checker build.
2009-01-23 Daniel Dunbarccc: Fix typo; isn't dynamic typing fun!
2009-01-22 Ted KremenekFor now, return UnknownVal() in RegionStore::getElement...
2009-01-22 Chris Lattnerremove my gross #ifdef's, using portable abstractions...
2009-01-22 Ted KremenekAdd RegionStore support for the implicit object region...
2009-01-22 Douglas GregorReimplement the handling of the "current object" in...
2009-01-22 Daniel Dunbarccc: Bug fix, driver logic was allowing child jobs...
2009-01-22 Steve NaroffDisable language extensions for the clang parser.
2009-01-22 Fariborz JahanianUse NonFragileABI as name of new Next abi. More comments
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekEnhance test case to test RegionStore with -checker...
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Chris LattnerAdjust to api change.
2009-01-22 Ted KremenekTest more array logic in outofbound.c
2009-01-22 Ted KremenekFix RegionStore::getLValueElement() to handle the case...
2009-01-22 Chris Lattnerremove Read8/Read24, which are dead. Rename Read16...
2009-01-22 Chris Lattnerinline Sema::getLangOptions, rdar://6515190. This...
2009-01-22 Ted KremenekThese test cases now pass with RegionStore.
2009-01-22 Ted KremenekThe 'misc-ps.m' test case now passes with RegionStore...
2009-01-22 Ted KremenekSymbolReaper::isLive(SymbolRef) now always returns...
2009-01-22 Ted KremenekStatic analyzer: Remove a bunch of outdated SymbolData...
2009-01-22 Sebastian RedlAdd a switch that allows disabling the smart pointers.
2009-01-22 Douglas GregorEXTWARNify the warning about unnamed typedefs of enums
2009-01-22 Mike StumpAvoid creating .dir files in the installation area.
next