]> granicus.if.org Git - clang/shortlog
clang
2008-04-08 Chris LattnerAdd support for C++ default arguments, and rework Parse...
2008-04-08 Chris LattnerFix rdar://5846705: "clang -E foo.c -o foo.i" should...
2008-04-07 Ted KremenekAdd ids for line numbers, allowing us to jump to arbitr...
2008-04-07 Ted KremenekLeft-justify text in report table.
2008-04-07 Ted KremenekTweak message bubble color (gold)
2008-04-07 Ted KremenekImprove BugReport diagnostics for loops and ? operator.
2008-04-07 Ted KremenekFix analyzer breakage introduced by r49213: http:/...
2008-04-07 Sam BishopPass the ASTContext object around when deserializing...
2008-04-07 Steve NaroffHave Parser::FuzzyParseMicrosoftAsmStatement() return...
2008-04-07 Chris Lattnerrandom whitespace fixes.
2008-04-07 Chris Lattnerfix a bug I introduced in my previous checkin.
2008-04-07 Chris Lattnersimplify array compatibility testing.
2008-04-07 Chris Lattnersimplify reference handling.
2008-04-07 Chris Lattnermove some code around, no other change.
2008-04-07 Chris Lattnersimplify compatibility testing for tag types.
2008-04-07 Chris Lattnermerge compatibility testing of qualified/unqualified...
2008-04-07 Chris LattnerFix a really bad bug where type uniquing would merge...
2008-04-07 Chris LattnerMyOtherClass<MyProtocol>* is compatible with MyClass*
2008-04-07 Chris LattnerRemove a dead check for compatible builtin types
2008-04-07 Chris Lattnerfuther simplify compatibility testing of objc interface...
2008-04-07 Chris Lattnerocuvector and vector should be compatible. Fix ASQual...
2008-04-07 Chris LattnerFix comment typo, do reference eval at the correct...
2008-04-07 Chris Lattnersimplify vector type compatibility testing.
2008-04-07 Chris Lattnermove ObjCQualifiedIdTypesAreCompatible out of ASTContex...
2008-04-07 Chris LattnerReplace an O(n^2) algorithm in areCompatObjCQualInterfa...
2008-04-07 Chris Lattnerimprove comments.
2008-04-07 Chris Lattnermove sorting of qualifying protocols from the parser...
2008-04-07 Chris Lattneradd an example.
2008-04-07 Chris Lattnereliminate getReferencedProtocols from
2008-04-07 Chris Lattnermake QualifiedInterfaceTypesAreCompatible a static...
2008-04-07 Chris LattnerThis predicate is just a generic "issuperclass" predica...
2008-04-07 Chris LattnerSimplify some objc compatibility testing, make interfac...
2008-04-07 Chris Lattnersimplify the logic in ASTContext::objcTypesAreCompatible
2008-04-07 Chris Lattnerclean up some logic in objc type handling. Specificall...
2008-04-06 Chris Lattnertrivial changes to getFloatingTypeOfSizeWithinDomain...
2008-04-06 Chris Lattnersimplify max type computation by making it return an...
2008-04-06 Chris Lattnerminor simplifications/cleanups to type comparisons.
2008-04-06 Chris Lattnerremove the Decl::getCanonicalType() method.
2008-04-06 Chris Lattnerremove a use of getCanonicalType.
2008-04-06 Chris LattnerStart switching clients over from CT.getCanonicalType...
2008-04-06 Chris Lattnerintroduce a new ASTContext::getCanonicalType method...
2008-04-06 Chris Lattnerremove the old non-parallel test system. 'make' in...
2008-04-06 Chris LattnerUse EnumType to simplify some code.
2008-04-06 Chris Lattnermake use of EnumType to simplify some code, eliminate...
2008-04-06 Chris LattnerMake EnumType/RecordType classof predicates simpler...
2008-04-06 Chris Lattneradd a helper EnumType object for asking about tagtypes...
2008-04-06 Gabor Greiftracking API changes arising from r49277
2008-04-06 Chris Lattnermove a semantic check out of the parser into sema.
2008-04-06 Chris Lattnernow that identifier list parsing is split out, simplify...
2008-04-06 Chris Lattnerreject 'int test(x, x) int x; {}'
2008-04-06 Chris Lattnerreject 'typedef int y; int test(x, y)'.
2008-04-06 Chris Lattnersimplify Parser::ParseFunctionDeclaratorIdentifierList
2008-04-06 Chris Lattnersplit parsing of identifier lists in function declarato...
2008-04-06 Chris Lattnerminor simplification
2008-04-06 Chris Lattnerfinish up throw parsing.
2008-04-06 Chris Lattnersplit code for handling grouping parens in declarators...
2008-04-06 Chris Lattneranother minor simplification
2008-04-06 Chris LattnerUse token lookahead to simplify some code that is rarel...
2008-04-06 Chris LattnerFix a bug I introduced in my const'ification patch.
2008-04-06 Chris LattnerThis patch contains these changes:
2008-04-06 Chris Lattnerfix css font name, patch by Cédric Venet
2008-04-06 Chris Lattnerdon't dereference hte end iterator when inserting at...
2008-04-06 Chris Lattnertemplates can't be static.
2008-04-06 Chris Lattnerfix a number of const qualification bugs.
2008-04-06 Chris Lattneradd a missing #include
2008-04-05 Chris LattnerFix handling of implicit int, resolving PR2012 and...
2008-04-05 Chris LattnerStep #1 to fixing PR2012: c89 allows declspecs to be...
2008-04-04 Steve NaroffAvoid implicitly including any header files (requested...
2008-04-04 Steve NaroffRewrite @package (an ObjC 2.0 idiom).
2008-04-04 Steve NaroffFix MS-specific bug in RewriteTest::RewriteObjCMethodDe...
2008-04-04 Steve NaroffAdd BugReporter.cpp to VC++ project file.
2008-04-04 Steve NaroffSupport MS-specific integer suffixes (i8, i16, i32...
2008-04-04 Chris LattnerFix PR2049, updating Eli's patch that fixes to mainline...
2008-04-04 Steve NaroffRename ScopedDecl::getContext() -> getContextDecl(...
2008-04-04 Steve NaroffAdd DeclBase.h to Xcode project.
2008-04-04 Chris LattnerSince isComplexType() no longer returns true for _Compl...
2008-04-04 Chris Lattneradd an isAnyComplexType() method, which returns true...
2008-04-04 Chris Lattnerupdates from David.
2008-04-04 Chris Lattnervarious bug fixes, add to xcode project.
2008-04-04 Chris Lattnerinitial checkin of Étoilé runtime support, patch by...
2008-04-04 Steve NaroffAdd explicit support for diagnosing implicit function...
2008-04-04 Seo Sanghyeon- ccc: print generated command line to stdout instead...
2008-04-04 Seo SanghyeonPR1963: Address of function is a constant expression
2008-04-04 Torok Edwinfix build error: add missing braces.
2008-04-04 Chris LattnerIntroduce ContextDecl, patch by Argiris Kirtzidis!
2008-04-04 Chris LattnerCodegen assignment to self correctly, patch by David...
2008-04-04 Nate BegemanIgnore qualifiers when checking vector operands, just...
2008-04-03 Ted KremenekAdded investigate patch for an occasionally failing...
2008-04-03 Ted KremenekRemove bogus check to prune out analyzing files.
2008-04-03 Ted KremenekMore reliably remove '\n' from queries of the location...
2008-04-03 Ted KremenekUse full path to ccc-analyzer.
2008-04-03 Nate BegemanTeach clang how to codegen punpcklbw and punpcklwd
2008-04-03 Ted KremenekMake typedefs public.
2008-04-03 Ted KremenekBetter range highlight for undefined-argument checks.
2008-04-03 Ted KremenekWhen reporting "bad receiver" warnings, highlight the...
2008-04-03 Ted KremenekUse "getRanges" in default implementation of "getEndPat...
2008-04-03 Ted KremenekHooked up GRSimpleAPICheck and the simple Objective...
2008-04-03 Ted KremenekMark nodes as sinks that GRAuditor says should be marke...
2008-04-03 Ted KremenekUse logical line number for BUGLINE.
2008-04-03 Ted KremenekAdded "getLogicalLineNumber" and "getLogicalColumnNumbe...
next