]> granicus.if.org Git - clang/shortlog
clang
2009-02-17 Argyrios KyrtzidisRemove some redundant Decl -> Decl castings.
2009-02-17 Argyrios KyrtzidisNow that ObjC decls have DeclContexts too, remove an...
2009-02-17 Argyrios KyrtzidisAll Decls have a DeclContext now, hooray! Fans of consi...
2009-02-17 Fariborz JahanianAdded support for objc's gc attribute in ExtQualType.
2009-02-17 Ted KremenekConvert tabs to spaces.
2009-02-17 Daniel DunbarBackend: Accept -mcpu and -mattr for use by TargetMachine.
2009-02-17 Ted KremenekEnhance tests to exercise more combinations of using...
2009-02-17 Ted KremenekRevised RangeConstraintManager based on several discuss...
2009-02-17 Ted KremenekBasicValueFactory: getMaxValue and getMinValue now...
2009-02-17 Daniel Dunbarccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M...
2009-02-17 Douglas GregorProof that attribute __overloadable__ works as well...
2009-02-17 Daniel DunbarChange EmitConstantExpr to allow failure.
2009-02-17 Daniel Dunbar80-cols.
2009-02-17 Fariborz JahanianRenamed ASQualType to ExtQualType to reflect its more
2009-02-17 Daniel Dunbarccc: Recognize -isystem.
2009-02-17 Daniel Dunbarccc: Assume gcc will accept piped assembler input when...
2009-02-17 Daniel Dunbarccc: Fix a FIXME.
2009-02-17 Ted KremenekAdd '_assert' to list of known panic functions.
2009-02-17 Ben LaurieDon't include alloca.h if it doesn't exist.
2009-02-17 Ben LaurieHandle fatal errors.
2009-02-17 Mike StumpBe sure to initialize Name.
2009-02-17 Mike StumpFixup spacing a little.
2009-02-17 Douglas GregorRemove the error about redefining library functions...
2009-02-17 Daniel DunbarGrammar tweak.
2009-02-17 Chris LattnerAs an experimental hack, emit "instantiated from" infor...
2009-02-17 Chris Lattneradd an accessor.
2009-02-17 Chris Lattneremit:
2009-02-17 Chris Lattneradd an accessor.
2009-02-17 Daniel DunbarSpell __always_inline__ correctly.
2009-02-17 Daniel Dunbarx86_64 ABI: Fix assert on return of _Complex long double.
2009-02-17 Chris Lattnersink a call to getInstantiationLoc to eliminate an...
2009-02-17 Chris Lattnerbreak down EmitCaretDiagnostic to use more primitive...
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.
next