]> granicus.if.org Git - clang/shortlog
clang
2008-04-12 Chris Lattnermove the DeltaTree implementation out of line, remove...
2008-04-12 Chris Lattnerremove ifdefs
2008-04-12 Chris LattnerDo an initial hack at replacing one of the incredibly...
2008-04-12 Argyrios KyrtzidisUse std::list's push_back instead of resize to add...
2008-04-12 Chris Lattnerdon't diagnose empty source files, thanks Neil!
2008-04-12 Argyrios KyrtzidisFixed comments.
2008-04-12 Argyrios KyrtzidisAdded PushOnScopeChains method to Sema, that adds a...
2008-04-11 Fariborz JahanianAST generation for objc2's property declarations.
2008-04-11 Ted KremenekAdd some boilerplate to report memory leaks at the...
2008-04-11 Ted KremenekAdded "EvalEndPath" to GRTransferFuncs: the default...
2008-04-11 Ted KremenekAdded "GREndPathNodeBuilder", a new node builder that...
2008-04-11 Ted KremenekAdded FIXME
2008-04-11 Ted KremenekFix regression introduced by my last commit.
2008-04-11 Ted KremenekChanged behavior of how we handle "NULL" summaries...
2008-04-11 Steve NaroffAdd class and super class location info to ObjCInterfac...
2008-04-11 Ted KremenekUse RangedBugReport to report better ranges for referen...
2008-04-11 Ted KremenekAdded "RangedBugReport".
2008-04-11 Ted KremenekUpdate Xcode project with missing files.
2008-04-11 Sam BishopInvoke destructors in Decl::Destroy().
2008-04-11 Fariborz JahanianMinor changes per Chris L's review.
2008-04-11 Chris Lattnerdon't read off the front of the buffer. Thanks to...
2008-04-11 Sam BishopStub out and start using a Decl::Destroy() method.
2008-04-11 Sam BishopUse the ASTContext allocator when creating deserialized...
2008-04-11 Chris Lattnertwo new files for previous patch, by Argiris Kirtzidis
2008-04-11 Chris LattnerSwitch sema to maintaining its own scope chain informat...
2008-04-11 Chris LattnerFix rdar://5843510 don't assert and die when an invalid...
2008-04-10 Ted KremenekFixed some logic errors in the CF ref count checker...
2008-04-10 Fariborz JahanianPatch for:
2008-04-10 Ted KremenekSimplify CF ref. count checker state machine.
2008-04-10 Ted KremenekFix some bonehead bugs in summary generation in CFRefCount.
2008-04-10 Ted KremenekUsed --checker-simple.
2008-04-10 Ted KremenekRefactored all logic to run the GRSimpleVals and CFRef...
2008-04-10 Chris Lattnerreduce the amount of 'C++ magic' this code depends...
2008-04-10 Ted KremenekCFRefCount analysis now properly calls "EmitWarnings...
2008-04-10 Ted KremenekWhen not emitting path diagnostics in BugReporter:...
2008-04-10 Ted KremenekFixed regressions in error reporting due to copy-paste...
2008-04-10 Chris Lattnerrefactor Parser::ParseStructDeclaration to return a...
2008-04-10 Chris LattnerSimplify lifetime of location object.
2008-04-10 Eric ChristopherFix typo.
2008-04-10 Chris Lattner typedef void T;
2008-04-10 Chris LattnerSeveral improvements from Doug Gregor related to default
2008-04-09 Ted KremenekHooked up initial reference-count checks to the BugRepo...
2008-04-09 Ted KremenekMajor refactoring/cleanup of GRExprEngine, ExplodedGrap...
2008-04-09 Ted KremenekThe dtor CGObjCRuntime::~CGObjCRuntime() was implemente...
2008-04-09 Ted KremenekAdd SemaDeclCXX.cpp to Xcode project.
2008-04-09 Ted KremenekMicro-optimization: Don't use ostringstream when using...
2008-04-09 Ted KremenekAdded some boilerplate for emitting warnings from the...
2008-04-09 Ted KremenekAdded new "BugReporterHelper" class which is used by...
2008-04-08 Ted KremenekFor -emit-html, use the Rewriter to expand tabs.
2008-04-08 Ted KremenekDon't expand tabs in EscapeText, but rather expand...
2008-04-08 Ted KremenekAdd HTMLRewrite.h to Xcode project.
2008-04-08 Ted KremenekWhen substituting tabs during HTMLification, only add...
2008-04-08 Ted KremenekImprove range highlighting in HTMLDiagnostic to correct...
2008-04-08 Ted KremenekMake SourceManager::getFullFilePos() public.
2008-04-08 Sam BishopChanged the Decl::Kind enum of the ObjCPropertyDecl...
2008-04-08 Ted KremenekSet the location of ccc-analyzer to be the same directo...
2008-04-08 Chris Lattnersilence some warnings when assertions are disabled.
2008-04-08 Chris LattnerAdd support for C++ default arguments, and rework Parse...
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...
next