]> granicus.if.org Git - clang/shortlog
clang
2009-02-16 Chris Lattnerintroduce and use a new ExtVectorElementExpr::isArrow...
2009-02-16 Fariborz JahanianUse isa<...> instead of dyn_cast<...> where result...
2009-02-16 Chris Lattnerdiagnose uses of deprecated typenames and tags.
2009-02-16 Ted KremenekBasicValueFactory: Add utility methods 'Add1' and ...
2009-02-16 Ted KremenekBasicValueFactory: Add getMaxValue and getMinValue...
2009-02-16 Douglas GregorSupply the header corresponding to a library builtin...
2009-02-16 Ted KremenekAdd getSymbolManager() and getBasicVals() accessors...
2009-02-16 Daniel DunbarFix IRgen of __builtin_memset.
2009-02-16 Chris Lattnerrandom cleanup
2009-02-16 Fariborz JahanianFixes a bug in property type encoding.
2009-02-16 Chris Lattnerwarn about interfaces that inherit from deprecated...
2009-02-16 Chris Lattnerwarn about categories that implement deprecated interfaces.
2009-02-16 Chris Lattnerearly exit on error. This code is creating an invalid...
2009-02-16 Chris Lattnerenhance ExtVectorElementExpr to allow V->xxyy to work...
2009-02-16 Douglas GregorWhen merging from a function with a prototype to a...
2009-02-16 Ted KremenekTest passes with -analyzer-range-contraints.
2009-02-16 Fariborz JahanianRemove an unused variable (which caused a warning).
2009-02-16 Chris Lattnerdo not warn about uses of deprecated decls when in...
2009-02-16 Fariborz JahanianRemove FindIvarDeclaration. Use lookupInstanceVariable...
2009-02-16 Chris Lattnercleanup, add a getMethod() that takes a bool to indicat...
2009-02-16 Douglas GregorWhen inside an Objective-C++ method, name lookup should...
2009-02-16 Chris Lattneradd assertion
2009-02-16 Chris Lattnercode cleanup
2009-02-16 Chris Lattnerwrap long lines.
2009-02-16 Daniel Dunbarassert/ErrorUnsupported in unimplemented stub functions...
2009-02-16 Ted KremenekAdd pretty-printing (for GraphViz) support for RangeCon...
2009-02-16 Chris LattnerAdd support for deprecating ObjC properties. Unlike...
2009-02-16 Chris Lattnerpropagate attributes onto property decls.
2009-02-16 Fariborz Jahaniandefine __OBJC2__ for objc's nonfragile abi.
2009-02-16 Douglas GregorWhen a function with a prototype is redeclared without...
2009-02-16 Daniel Dunbarccc: @<filename> arguments are only treated specially...
2009-02-16 Douglas GregorAdopt a more principled approach to invalid declarations:
2009-02-16 Ted KremenekRangeConstraintManager is not on by default.
2009-02-16 Chris Lattneradd support for deprecated objc ivars.
2009-02-16 Chris Lattnerspecify a triple to use, otherwise we get errors on...
2009-02-16 Chris Lattnerupdate expected-warning line.
2009-02-16 Chris LattnerAdd support for deprecated members of RecordDecls ...
2009-02-16 Argyrios KyrtzidiscastToDeclContext/castFromDeclContext are only required...
2009-02-16 Argyrios KyrtzidiscastToDeclContext/castFromDeclContext are not meant...
2009-02-16 Argyrios KyrtzidisDeclContext had its "casting machinery" inside the...
2009-02-16 Argyrios KyrtzidisMake DeclContexts maintenance a bit easier.
2009-02-16 Ben LaurieUntabify.
2009-02-16 Ted KremenekDo not register 'RangeConstraintManager' as the default...
2009-02-15 Nate BegemanDon't allow taking the address of an element in an...
2009-02-15 Chris Lattnerlots of trailing whitespace
2009-02-15 Chris LattnerRefactor the deprecated and unavailable checks into...
2009-02-15 Chris Lattnerimplement gcc/testsuite/objc.dg/method-attribute-3...
2009-02-15 Chris Lattnerdon't pass a random english string in as a string argum...
2009-02-15 Chris Lattnerfix a fixme in -emit-html output: highlight the entire...
2009-02-15 Chris Lattneradd a new SourceManager::getInstantiationRange helper...
2009-02-15 Chris Lattnerfix build on systems where uint64_t != unsigned long...
2009-02-15 Chris Lattnerfix PR3579: __LINE__ expands to the presumed location...
2009-02-15 Chris Lattnerfix PR3579: __LINE__ expands to the presumed location...
2009-02-15 Chris Lattnertrack "just a little more" location information for...
2009-02-15 Daniel DunbarPR3589: Don't simplify libcalls with -ffreestanding.
2009-02-15 Ted KremenekRemove accidental duplication of content in .h file.
2009-02-15 Daniel DunbarFix pasto noticed by Anders Johnsen.
2009-02-15 Chris Lattnerimplement support for attribute(unavailable) on objc...
2009-02-15 Daniel DunbarObj-C non-fragile ABI: Fix types of a few globals;...
2009-02-15 Daniel Dunbarccc: Pass -P to clang.
2009-02-15 Chris Lattnerallow implementations of deprecated functions to use...
2009-02-14 Mike StumpUse getNameAsCString instead of getNameAsString and...
2009-02-14 Mike StumpGenerate the helper function for blocks. Now basic...
2009-02-14 Fariborz JahanianFixed a bad ir-gen bug which caused a dejagnu test...
2009-02-14 Douglas GregorAdd a test case for -ffreestanding that redefines malloc.
2009-02-14 Douglas GregorAdd -ffreestanding to suppress the implicit declaration...
2009-02-14 Mike StumpAdd expected note. Surely people test before the check...
2009-02-14 Cedric VenetAdd svn:eol-style=native to some files
2009-02-14 Fariborz JahanianFixed a problem caused by foreward @class use
2009-02-14 Anders CarlssonAdd support for deprecated Obj-C methods. The semantics...
2009-02-14 Douglas GregorAdd hook to add attributes to function declarations...
2009-02-14 Anders CarlssonPass the location of the start of the selector to ActOn...
2009-02-14 Mike StumpFix 80col violations.
2009-02-14 Ted KremenekPatch by Ben Laurie:
2009-02-14 Anton KorobeynikovDefine __ELF__ on FreeBSD. Patch by Roman Divacky!
2009-02-14 Cedric VenetFix the build on win32.
2009-02-14 Argyrios KyrtzidisDefine __ELF__ for linux systems.
2009-02-14 Chris Lattnernew tests, it would be nice to not warn on the second...
2009-02-14 Chris Lattnersimplify some code.
2009-02-14 Chris Lattnerjust ignore hte format_arg attribute for now, it doesn...
2009-02-14 Chris Lattneradd parser and type checking support for attribute...
2009-02-14 Chris Lattnerrename test
2009-02-14 Chris LattnerSeveral related changes:
2009-02-14 Chris Lattnerreduce nesting.
2009-02-14 Ted KremenekGRExprEngine: Handle empty statement expressions.
2009-02-14 Anders CarlssonDon't ignore the const attribute - we even have CG...
2009-02-14 Anders CarlssonFix more xmmintrin.h typos
2009-02-14 Chris Lattnerignore the const attribute for now.
2009-02-14 Ted KremenekAdded GRStateManager::scanReachableSymbols(), a method...
2009-02-14 Daniel Dunbarx86_64 ABI: Need to use canonical types when comparing...
2009-02-14 Daniel Dunbarx86_64 ABI: Pass simple types directly when possible...
2009-02-14 Ted KremenekUse GRTransferFuncs::EvalBind when processing variable...
2009-02-14 Douglas GregorMake it possible for builtins to expression FILE* argum...
2009-02-14 Ted KremenekStatic analyzer:
2009-02-14 Anders CarlssonFix an error in _mm_loaddup_pd that Eli noticed.
2009-02-14 Anders CarlssonAdd the nodebug attribute to intrinsics
2009-02-14 Douglas GregorAdd test case to insure that implicit builtin declarati...
2009-02-14 Douglas GregorExtend builtin "attribute" syntax to include a notation for
2009-02-13 Ted KremenekUpdate checker build.
2009-02-13 Chris Lattnerfix rdar://6586493, a bug in codegen of the GNU
next