]> granicus.if.org Git - clang/shortlog
clang
2010-02-11 Douglas GregorAdd missing test cases for AST merging of structures.
2010-02-11 Daniel DunbarDriver: Fix clang -ccc-no-clang -x c++-header foo.h...
2010-02-11 Anders CarlssonKeep track of, and dump, vtable address points.
2010-02-11 Benjamin KramerRemove noisy semicolon.
2010-02-11 John McCallSuppress warnings if their instantiation location is...
2010-02-11 Ted KremenekPatch by Cristian Draghici:
2010-02-11 Anders CarlssonCheck in the beginnings of my new vtable layout builder...
2010-02-11 Ted KremenekAttempt to always dispose of the CXIndex object in...
2010-02-11 Ted KremenekUse the allocator associated with ASTContext to allocat...
2010-02-11 Ted KremenekHave ~ASTContext() delete StoredDeclsMap (internal...
2010-02-11 Ted KremenekRemove use of 'std::string' from Attr objects, using...
2010-02-11 Daniel DunbarDriver: Add -rewrite-objc, which is an interface to...
2010-02-11 Daniel DunbarDriver: Fix infinite loop and wrong message on invalid...
2010-02-11 Ted KremenekClean up ownership of 'AttributeList' objects in Parser...
2010-02-11 John McCallStrip attributes and 'inline' off the "previous declara...
2010-02-11 Douglas GregorRemove another redundant ASTContext parameter
2010-02-11 Douglas GregorEliminate a bunch of unnecessary ASTContexts from membe...
2010-02-11 Fariborz JahanianDiagnose when user provided getter is being used as...
2010-02-11 Douglas GregorEliminate the ASTContext parameter from RecordDecl...
2010-02-11 Ted KremenekAllocate 'ObjCMethodList' objects (owned by Sema) using...
2010-02-11 Douglas GregorImplement basic AST merging for classes, structs, and...
2010-02-10 Fariborz JahanianGenerate the objc_read_weak API when calling
2010-02-10 Charles DavisFix a potential null-pointer use, and fix the style...
2010-02-10 Charles DavisAdd support for the force_align_arg_pointer attribute...
2010-02-10 Chris Lattnerhopefully silence a warning on the clang-i386-darwin9...
2010-02-10 Douglas GregorMove TypedefDecl importer to match the ordering in...
2010-02-10 Daniel Dunbarc-index-test: Add "none" filter, useful for performance...
2010-02-10 Fariborz JahanianPatch to rewrite blocks into unique api names.
2010-02-10 Douglas GregorImplement basic support for merging function declaratio...
2010-02-10 Fariborz JahanianProvide rewriting suppport for use of __typeof__
2010-02-10 Daniel DunbarSwitch to using -fsjlj-exceptions instead of hard-codin...
2010-02-10 Devang PatelRefactor code that generates debug info for variables...
2010-02-10 Daniel Dunbarclang -cc1: Add -fsjlj-exceptions, which requires far...
2010-02-10 Douglas GregorImplement AST importing and merging for typedefs. As...
2010-02-10 Douglas GregorTeach AST merging that variables with incomplete array...
2010-02-10 John McCallImprove access control diagnostics. Perform access...
2010-02-10 Ted KremenekDon't display border around images (in Firefox).
2010-02-10 Ted KremenekConvert tabs to spaces.
2010-02-10 Zhongxing XuAdd comment.
2010-02-10 Douglas GregorAdd missing header file
2010-02-10 Fariborz JahanianComment out category's property decls. in rewrite.
2010-02-10 Devang PatelUse current location as the location of compiler genera...
2010-02-10 Fariborz JahanianReverse a partial fix patch for radar 7214820. It broke...
2010-02-10 Douglas GregorImplement basic support for importing source locations...
2010-02-09 Ted KremenekPull header into side column.
2010-02-09 Ted KremenekIncrease page width for more modern displays.
2010-02-09 Ted KremenekTweak CSS for options table.
2010-02-09 Ted KremenekEven more menu tweaking...
2010-02-09 Ted KremenekMore menu tweaking.
2010-02-09 Ted KremenekAdjust height of main content.
2010-02-09 Ted KremenekFix grammar.
2010-02-09 Ted KremenekChange text alignment in menus.
2010-02-09 Ted KremenekMove file-specific styling to after the menu.
2010-02-09 Ted KremenekInvert css inclusion order.
2010-02-09 Ted KremenekMore analyzer website tweaking in preparation for addit...
2010-02-09 Douglas GregorComplain about types and declarations that we don't...
2010-02-09 Douglas GregorAdd in the LIT magic to avoid running AST merge test...
2010-02-09 Douglas GregorHook up the diagnostics-argument printer when merging...
2010-02-09 Douglas GregorMove the diagnostic argument formatting function out...
2010-02-09 Ted KremenekFix javascript link.
2010-02-09 Fariborz JahanianFinish implementing property synthesis by default.
2010-02-09 Ted KremenekFix javascript file link.
2010-02-09 Ted KremenekUpdate checker build.
2010-02-09 Fariborz JahanianImplement synthesizing properties by default.
2010-02-09 Benjamin KramerStringRefize two random methods, remove a dead variable...
2010-02-09 Douglas GregorIntroduce a testbed for merging multiple ASTs into...
2010-02-09 Ted KremenekFix lookup of fields from lazy bindings to check if...
2010-02-09 Devang PatelFix virtual bases' debug info.
2010-02-09 Ted KremenekTweak output.
2010-02-09 Ted KremenekAdd a check for a running Xcode before modifying its...
2010-02-09 Devang PatelMark implicit "this" argument as an artificial argument.
2010-02-09 Anton KorobeynikovFix typo
2010-02-09 Anton KorobeynikovClearify Qt status a bit
2010-02-09 Douglas GregorAdd Qt, CMake projects to the list of C++ projects...
2010-02-09 Daniel DunbarUpdate tests in -Asserts mode. These tests really need...
2010-02-09 Douglas GregorMigrate the mish-mash of declaration checks in
2010-02-09 Daniel DunbarIRgen: Add CreateMemTemp, for creating an temporary...
2010-02-09 Douglas GregorFix PR number in test case
2010-02-09 John McCallReset the found-virtual-base state unless the *current...
2010-02-09 Douglas GregorBe more careful when checking initializer lists that...
2010-02-09 Douglas GregorImplement a specific diagnostic when a class template...
2010-02-09 Jakob Stoklund... Pass inline keyword to optimizer as the new InlineHint...
2010-02-09 Ted KremenekConvert tabs to spaces.
2010-02-08 Ted KremenekFix grammar.
2010-02-08 Ted KremenekTweak menu.
2010-02-08 Ted KremenekReally increase menu width...
2010-02-08 Ted KremenekIncrease width of nav bar.
2010-02-08 Ted KremenekAdd inclusion links for external JavaScript file.
2010-02-08 Ted KremenekSwitch to drop-down menu style.
2010-02-08 Douglas GregorWhen substituting a declaration non-type template argum...
2010-02-08 Douglas GregorClean up the CIndex interface to diagnostic ranges...
2010-02-08 John McCallThread a source location into the template-argument...
2010-02-08 Douglas GregorNote that a CXIndex cannot be destroyed until after...
2010-02-08 Douglas GregorEliminate a pointer of storage in each ObjCInterfaceTyp...
2010-02-08 Daniel DunbarReapply r95393, without the change to CGExpr. I was...
2010-02-08 Douglas GregorWarn when cases are missing from a switch on a value...
2010-02-08 Ted KremenekRemove table (for now). Doesn't look so hot.
2010-02-08 Ted KremenekAdd images showing the results in a web browser and...
2010-02-08 Douglas GregorKeep track of whether a tag was defined in a declarator...
2010-02-08 John McCallEmit global references with constant initializers as...
next