]> granicus.if.org Git - clang/shortlog
clang
2009-02-17 Ted KremenekUpdate checker build.
2009-02-17 Chris Lattneradd some files to fix the cmake build, patch by Piotr...
2009-02-17 Chris Lattnersplit caret diagnostic printing out into its own function.
2009-02-17 Chris Lattnersimplify some code.
2009-02-17 Chris Lattnerremove "; candidates are/is:" from various ambiguity...
2009-02-17 Chris Lattnerclarify the behavior of note.
2009-02-17 Chris Lattnerfix a minor bug with my previous patch
2009-02-17 Chris Lattnerfix notes so that they are always filtered with the...
2009-02-17 Chris LattnerIf a source range comes through a function-like macro...
2009-02-17 Ted KremenekFix broken line.
2009-02-17 Ted KremenekStatic Analyzer driver/options (partial) cleanup:
2009-02-17 Douglas GregorStatic variables and functions won't collide with stand...
2009-02-17 Anders CarlssonAdd SSSE3 header
2009-02-17 Daniel Dunbarx86_64 ABI: Implement classification for bit-fields.
2009-02-17 Chris Lattnerremove dead macros
2009-02-17 Chris Lattnerexplicitly cast integers to double. This a) silences any
2009-02-17 Chris Lattnerasin support. No we don't care about complex int :)
2009-02-17 Chris Lattnerhand macro expand this to make "candidate" set printing...
2009-02-17 Chris Lattneradd support for integers to tgmath functions. I appare...
2009-02-17 Chris Lattnerstart converting over to attr(overloadable). Unfortuna...
2009-02-17 Chris LattnerMake PragmaPackStack be a private class in SemaAttr...
2009-02-17 Douglas GregorAdded ClassTemplateSpecializationDecl, which is a subcl...
2009-02-17 Chris Lattnercopying and assignment of sema seem unwise :)
2009-02-17 Chris Lattnermove attribute(packed) sema support out of SemaDecl...
2009-02-17 Chris Lattnersimplify this code and make it use highlight range...
2009-02-17 Daniel Dunbarccc: Pass -f[no-]math-errno to clang.
2009-02-17 Chris Lattneradd support for -fno-math-errno, and validate that...
2009-02-17 Chris Lattnersema no longer explodes, yay!
2009-02-17 Chris Lattnerremove extraneous .
2009-02-16 Daniel Dunbarx86_64 ABI: Handle va_arg arguments with alignment...
2009-02-16 Daniel DunbarDiagnose non-power-of-2 arguments to attribute aligned.
2009-02-16 Anders CarlssonAdd support for throwing exceptions to the nonfragile ABI
2009-02-16 Fariborz JahanianAdded implementation of objc2's gc API calls for
2009-02-16 Daniel DunbarSupport IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.
2009-02-16 Daniel DunbarUnbreak clang.
2009-02-16 Douglas GregorMake "implicit int" an error in C++ (unless we're allow...
2009-02-16 Chris Lattnerfix long lines.
2009-02-16 Chris Lattnerfix volatile handling with ExtVectorElementExpr, so...
2009-02-16 Ted KremenekModify getMaxValue/getMinValue to take pointer values...
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...
next