]> granicus.if.org Git - clang/history - Sema
Fix a fixme by allowing pointers in different address spaces to have
[clang] / Sema /
2008-03-07 Nate BegemanAdd fastcall/stdcall attribute support
2008-03-07 Ted KremenekPatch by Nuno Lopes:
2008-03-05 Chris Lattnerremove the source location arguments to various target...
2008-03-05 Chris LattnerRemove the first layer of support for "portability...
2008-03-04 Chris LattnerThe operand to the visibility attribute is required...
2008-03-03 Ted KremenekOnly allow a "noreturn" attribute to be affixed to...
2008-03-03 Ted KremenekAdded TODO.
2008-03-03 Chris LattnerAdd a bunch of attributes, patch by Nuno Lopes.
2008-03-01 Chris Lattnercharacter literals have char type in C++ and int type...
2008-02-29 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2103.
2008-02-29 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2106.
2008-02-29 Gabor GreifFix a crash where PI.TypeInfo has not been filled in...
2008-02-29 Chris LattnerAdd support for attribute(deprecated), patch by Nuno...
2008-02-27 Ted KremenekAdded parsing of attributes for functions.
2008-02-27 Ted KremenekAdded support for attribute "noreturn."
2008-02-26 Chris Lattneradd parsing, ast building and pretty printing support...
2008-02-26 Chris LattnerFix PR2092 by making sure the sign of the enum value...
2008-02-25 Chris Lattnerconvert tabs to spaces, patch by Mike Stump!
2008-02-24 Steve NaroffMove the initialization of SEL/objc_selector from Sema...
2008-02-21 Nate BegemanHandle __attribute__((annotate("string")))
2008-02-21 Chris Lattneradd a fixme.
2008-02-21 Chris LattnerCollect and build and process type attributes on pointe...
2008-02-21 Chris Lattnermove some code, no other change.
2008-02-21 Chris Lattnermove type attribute processing into the creatively...
2008-02-21 Chris LattnerCorrectly handle address space qualifiers in declspecs...
2008-02-20 Chris Lattnermove ConvertDeclSpecToType into Sema
2008-02-20 Chris Lattnerrename some methods.
2008-02-20 Chris LattnerUse getKind() in HandleDeclAttribute instead of decodin...
2008-02-20 Nate BegemanTabs are the enemy
2008-02-20 Chris Lattneradd some code that will be used to remove processed...
2008-02-20 Chris LattnerChange ConvertDeclSpecToType to break out of switch...
2008-02-20 Chris LattnerAlternate address spaces work:
2008-02-19 Nate BegemanAllow ArraySubscriptExpr to be a base node for vector...
2008-02-17 Nate BegemanTurn handling of parameter attributes back on, fixing...
2008-02-17 Nate BegemanRevert this temporarily, it's breaking objc :/
2008-02-17 Nate BegemanHandle parameter attributes
2008-02-17 Chris LattnerFix PR2042. One remaining issue: we don't currently...
2008-02-16 Anders CarlssonBetter handling of the aligned attribute.
2008-02-16 Chris LattnerFix CheckEndOfDirective to diagnose lines that contain...
2008-02-16 Anders CarlssonFix typo
2008-02-16 Anders CarlssonHandle packed attribute correctly
2008-02-15 Eli FriedmanDon't call non-existent method... sorry about the spam...
2008-02-15 Eli FriedmanGet rid of unused variable warning.
2008-02-15 Eli FriedmanSplit out incomplete arrays from VariableArrayType...
2008-02-15 Eli FriedmanPart of clearing up the whole VariableArrayType + incom...
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-13 Chris Lattneravoid making implicit casts that just remove typedefs.
2008-02-13 Anders CarlssonUse IgnoreParenCasts.
2008-02-13 Chris LattnerMove IgnoreParenCasts to be a method on Expr.
2008-02-12 Steve NaroffFix unsafe static cast...
2008-02-11 Steve NaroffAfter yesterday's discussion (http://lists.cs.uiuc...
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 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 FriedmanFix the type of conditionals involving void* to be...
2008-02-10 Steve NaroffAdd a diagnostics helper to remove some redundant code.
2008-02-09 Steve NaroffFix spelling in comment.
2008-02-09 Steve NaroffFix <rdar://problem/5733511> clang doesn't emit error...
2008-02-08 Steve NaroffA bunch-o changes to fix <rdar://problem/5716046> incom...
2008-02-08 Eli FriedmanFix indentation.
2008-02-08 Eli FriedmanDetabify SemaExpr. My text editor defaults to 8 spaces...
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 Anders CarlssonHandle top-level asm declarations.
2008-02-07 Eli FriedmanAdd a FIXME for alternate address spaces.
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 Lattnermove the codegen ASTConsumer out of the driver into...
2008-02-06 Chris Lattnerinform astconsumer about tagdecls as they are defined.
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-06 Chris Lattnerkill the ASTStreamer class, inlining it into its only...
2008-02-05 Anders CarlssonHandle simple asm statements correctly.
2008-02-05 Chris Lattnersimplify some code.
2008-02-04 Christopher LambAdd experimental support for address space qualified...
2008-02-01 Steve NaroffRename diagnostic to reflect it's role...
2008-02-01 Anders CarlssongetPrimaryDecl can return null.
2008-02-01 Anders CarlssonIt is allowed to get the address of an array subscript...
2008-02-01 Chris Lattnermake some diagnostics more terse, update testcases.
2008-02-01 Chris LattnerSema::ActOnInstanceMessage is generally doing bad thing...
2008-01-31 Nate BegemanRemainder of the __builtin_overload feedback
2008-01-30 Steve NaroffHack Sema::MergeTypeDefDecl() to silently ignore duplic...
2008-01-30 Nate BegemanImplement first round of feedback on __builtin_overload
2008-01-30 Devang PatelAdd TODO marker so that it is easier to search.
2008-01-30 Eli FriedmanIgnore __aligned__ with zero arguments in addition...
2008-01-30 Eli FriedmanFix codegen for conditionals with incommpatible pointer...
2008-01-30 Steve NaroffMany refinements to Sema::MergeVarDecl(). This routine...
2008-01-29 Fariborz JahanianRewriting of @synchronized. This has one FIXME in it...
2008-01-29 Fariborz JahanianAST for @synchronized.
2008-01-29 Steve NaroffTighten up ASTContext::typesAreCompatible()...it needs...
2008-01-29 Eli FriedmanUse the canonical type when comparing array types so...
2008-01-29 Steve NaroffTweak Sema::DefaultArgumentPromotion() to call UsualUna...
2008-01-28 Steve NaroffImplement "private extern" on function decls!
2008-01-28 Steve NaroffFix a bug with struct initializers (in Sema::CheckIniti...
2008-01-25 Steve NaroffAdd more support for Apple's "private extern" extension...
2008-01-25 Fariborz JahanianDiagnose bad receiver type.
2008-01-25 Steve NaroffReplace Sema::CheckVariableInitList, CheckConstantInitL...
next