]> granicus.if.org Git - clang/shortlog
clang
2010-02-18 Douglas GregorImplement import of forward declarations of Objective...
2010-02-18 Charles DavisAllow redefinitions of extern inline functions in GNU89...
2010-02-18 Douglas GregorAST import of Objective-C categories.
2010-02-18 Fariborz Jahanian__typeof should be able to handle block pointer types...
2010-02-18 Douglas GregorDon't diagnose overflow in case statements when the...
2010-02-18 Ted KremenekRecognize attributes ns_returns_not_retained and cf_ret...
2010-02-18 Ted KremenekAdd __has_feature support for attributes ns_returns_not...
2010-02-18 Ted KremenekSort @includes.
2010-02-18 Ted KremenekSort cases.
2010-02-18 Ted KremenekAdd 'ns_returns_not_retained' and 'cf_returns_not_retai...
2010-02-17 Douglas GregorFor -Wswitch-enum warnings, be sure to look through...
2010-02-17 Douglas GregorHook the "overflow converting case value to switch...
2010-02-17 Douglas GregorWhen diagnosing enumerator values outside of the range...
2010-02-17 Chris Lattnersilence warning in a cleaner way
2010-02-17 Ted KremenekAlphabetize #includes. No functionality change.
2010-02-17 Ted KremenekChange GNUInlineAttr definition to just use DEF_SIMPLE_...
2010-02-17 Douglas GregorImplement AST importing of ImplicitParamDecls, despite...
2010-02-17 Ted KremenekDon't make the inclusion of crashtracer information...
2010-02-17 Fariborz JahanianHopefully make buildbot happy.
2010-02-17 Daniel Dunbarclang: Add support for s// edit form of QA_OVERRIDE_GCC...
2010-02-17 Daniel DunbarPR5803: clang++: Treat untyped 'C' inputs as C++.
2010-02-17 Daniel Dunbartests: Add '%clangxx' substitution, for 'clang++'
2010-02-17 Fariborz JahanianPatch to remove arbitrary imporation of 'self' into
2010-02-17 Daniel DunbarFix test to not force triple, and also to not need...
2010-02-17 Fariborz JahanianDid not intend to check this in.
2010-02-17 Fariborz JahanianUse proper lexcial context for newly added ivars.
2010-02-17 Douglas GregorImplement AST merging for Objective-C properties.
2010-02-17 Anders CarlssonMake FinalOverriders handle virtual bases correctly...
2010-02-17 Fariborz JahanianAllow for declaration and use of ivars in a stand-alone
2010-02-17 Douglas GregorAST import for Objective-C protocols
2010-02-17 Zhongxing XuIn symbol reaper, a variable is live if its stack frame...
2010-02-17 Zhongxing XuFor inline-based inter-procedural analysis, we will...
2010-02-17 Zhongxing XuAdd a utility method.
2010-02-17 Ted KremenekUpdate checker build.
2010-02-17 Daniel DunbarDriver: Tweak freebsd::Link, by Roman Divacky.
2010-02-17 Daniel DunbarFix comment.
2010-02-17 Anders CarlssonHandle primary bases in AddVCallOffsets.
2010-02-17 Chandler CarruthSilence GCC warning by marking an assert-only variable...
2010-02-17 Anders CarlssonFirst cut at emitting vcall offsets.
2010-02-17 Tanya LattnerDo not add functions marked with the unused attribute...
2010-02-17 John McCallEmit complete constructors and destructors as aliases...
2010-02-17 Anders CarlssonPass through whether a base is virtual or not.
2010-02-17 Ted KremenekAdd IBAction attribute to keep the IBOutlet attribute...
2010-02-17 Sanjiv Guptaimplement EmitVAArg. pretty much the same way other...
2010-02-17 Tanya LattnerFix unused function warning to handle used attributes...
2010-02-17 Douglas GregorImplement AST importing and checking for Objective...
2010-02-17 Anders CarlssonCorrectly calculate base offsets for 'this' pointer...
2010-02-17 Ted KremenekConvert clang_getCompletionChunkText() to return a...
2010-02-17 Charles DavisRevert r95939, as suggested by Alexandre Julliard from...
2010-02-17 Ted KremenekRemove trailing spaces.
2010-02-17 Ted KremenekChange clang_getCursorKindSpelling() to return a CXString
2010-02-17 Ted KremenekChange clang_getFileName() to return a 'CXString' inste...
2010-02-17 Ted KremenekMove createCXString() functions out of CIndexer and...
2010-02-17 Douglas GregorImplement AST importing of Objective-C instance variables.
2010-02-16 Fariborz JahanianMore rewriter test converted to compile with clang.
2010-02-16 Fariborz JahanianWith addition of -Wno-address-of-temporary (thank you...
2010-02-16 John McCallIRgen optimization: cache the value of 'this' and...
2010-02-16 Devang PatelDistinguish two lexical blocks at the same level.
2010-02-16 Douglas GregorIntroduce a new kind of failed result for isLvalue...
2010-02-16 Daniel DunbarIRgen: Switch 'retval' to use CreateIRTemp.
2010-02-16 Daniel DunbarDisable warn_unused_function for now, its breaking...
2010-02-16 Daniel DunbarIRgen: Add CreateIRTemp, which creates a temporary...
2010-02-16 Daniel DunbarIRgen: Switch EmitCompoundLiteralLValue to use CreateMe...
2010-02-16 Douglas GregorDo not try to instantiate invalid declarations. It...
2010-02-16 Douglas GregorImprove parsing and instantiation of destructor names...
2010-02-16 Chris Lattnerwhen a diagnostic is an extension and has no other...
2010-02-16 Charles Davisdllimport and dllexport are declspec attributes, too...
2010-02-16 Chris Lattneradd two aliases for SSE functions we already have,...
2010-02-16 Chris Lattneradd freebsd/ppc[64] support, patch by Nathan Whitehorn...
2010-02-16 Fariborz JahanianMinor rewriter cleanup and a test for a block rewriting...
2010-02-16 Ted KremenekAdd test case showing that a recursive block that captu...
2010-02-16 Anders CarlssonAdd an extreme vbase offsets test. I'm kinda amazed...
2010-02-16 Anders CarlssonHandle layout of vtables for virtual bases.
2010-02-16 Anders CarlssonMove some code around in preparation for virtual base...
2010-02-16 Fariborz JahanianFix rewriter bug when function call inside block with...
2010-02-16 Anders CarlssonFix a bug where we would not emit secondary vtables...
2010-02-16 Benjamin KramerRename argument so the name reflects what it's doing.
2010-02-16 Ted KremenekAdd simpler checker to check if variables captured...
2010-02-16 John McCallSupport local namespace aliases and permit them to...
2010-02-16 Anders CarlssonEmit vbase offsets.
2010-02-16 Anders CarlssonMore work on the new layout code.
2010-02-16 John McCallWhen emitting complete destructors for classes with...
2010-02-16 John McCallWhite-list comma expressions with the literal 0 as...
2010-02-16 John McCallMake the various type-decl Types (and their associated...
2010-02-16 Sanjiv GuptaRe-applying 96173. Looks like finally I got the test...
2010-02-16 Ted KremenekAdd test case to show that Clang now checks the format...
2010-02-16 Daniel Dunbarc-index-test: Pass appropriate client data.
2010-02-16 Daniel DunbarASTUnit: Constant fold UseBumpAllocator to true, we...
2010-02-16 Daniel DunbarASTUnit::LoadFromCompilerInvocation - Take ownership...
2010-02-16 Daniel DunbarCompilerInstance: Move LLVMContext member out of constr...
2010-02-16 Daniel DunbarSwitch clang to use its own LLVMContext (not the global...
2010-02-16 Ted KremenekFix test case.
2010-02-16 Ted KremenekRefactor the logic for printf argument type-checking...
2010-02-16 Ted KremenekAdded 'AsWideChar' flag to LengthModifier.
2010-02-16 Douglas GregorSkeleton for importing Objective-C classes
2010-02-16 Chris Lattnermark __builtin_longjmp noreturn, PR6312
2010-02-16 Douglas GregorDon't import __va_list_tag or __builtin_va_list when...
2010-02-15 Douglas GregorCope with anonymous tags defined within declarators...
2010-02-15 Ted KremenekConvert GRExprEngine's handling of ObjCMessageExprs...
2010-02-15 Benjamin KramerAdd Sema support for __builtin_fpclassify by extending...
next