]> granicus.if.org Git - clang/shortlog
clang
2010-04-13 Ted KremenekIntroduce ASTVector, which is a std::vector-like class...
2010-04-13 Ted KremenekAdd cursor kind for C++ methods.
2010-04-13 Daniel DunbarIRgen: Move EmitLoadOfBitfieldLValue to use new CGBitfi...
2010-04-13 John McCallFix an embarrasing memory error. I was apparently...
2010-04-13 Daniel DunbarIRgen: Enhance CGBitFieldInfo with enough information...
2010-04-13 Daniel DunbarRemove unnecessary cast.
2010-04-13 John McCallSupport befriending members of class template specializ...
2010-04-13 Fariborz JahanianTwik to radar 7839485. Do not attach weak_import attrib...
2010-04-13 Fariborz JahanianTurn off warning about weak_import attribute
2010-04-13 Fariborz JahanianRemoves a FIXME.
2010-04-13 Fariborz JahanianVariation of objc_copyStruct API generation when
2010-04-13 Chris LattnerRework the ConstStructBuilder code to emit missing...
2010-04-13 Chris Lattnerunbreak tests.
2010-04-13 Chris Lattnermove a bunch of ConstStructBuilder methods out of line.
2010-04-13 Chris Lattnerminor cleanups
2010-04-13 Chris LattnerTeach HasSideEffect about InitListExprs. Not having
2010-04-13 Chris Lattnermake the rewriter add a #ifndef around the #define...
2010-04-13 Douglas GregorRefactor and simplify the computation of implicit conve...
2010-04-13 Douglas GregorWhen returning the result of a call to an object of...
2010-04-13 Douglas GregorDuring referencing binding, only consider conversion...
2010-04-13 Zhongxing XuMake all cases that we don't handle explicit.
2010-04-13 Zhongxing XuDispatch all C++ cast expr to VisitCast().
2010-04-13 Zhongxing XuCFGBuilder: always add C++ member call expr as block...
2010-04-13 John McCallAllow classes to befriend implicitly-declared members...
2010-04-13 Zhongxing XuAdd a cc1 option to specify the max number of nodes...
2010-04-13 John McCallParse constructor names in friend declarations. Part...
2010-04-13 Fariborz JahanianRemove this test for now until I can figure out
2010-04-13 John McCallDon't try to find a scope corresponding to the search...
2010-04-13 Fariborz JahanianModify test to be darwin specific.
2010-04-13 Chris Lattneradd frontend support for -fdata-sections and -ffunction...
2010-04-13 Fariborz JahanianAdd support for objc_copyStruct to enforce
2010-04-13 Devang PatelFix debug info for cleanup block.
2010-04-13 Chris Lattnercache the PP's SourceManager.
2010-04-13 John McCallDiagnose declarations of conversion functions with...
2010-04-13 Chris Lattnermake the preprocessor listen to linemarker directives...
2010-04-12 Douglas GregorRemove some dead FIXMEs
2010-04-12 Douglas GregorImplement C++ [over.ics.user]p3, which restricts the...
2010-04-12 Douglas GregorImprove source-location information for C++ conversion...
2010-04-12 Chris Lattnerfix a minor bug I noticed while work with Jordy's patch...
2010-04-12 Ted KremenekAdd fixit hint for missing ':' in ternary expressions.
2010-04-12 Chris Lattnerfix PR6814 - Only print [-pedantic] on a diagnostic...
2010-04-12 Ted KremenekAdd 'clang_getCursorLanguage' to return the "language...
2010-04-12 Ted KremenekSort exports file.
2010-04-12 Chris Lattnerfix PR6660/6168: emit padding as zeros instead of undef...
2010-04-12 Daniel DunbarIRgen: Factor out ComputeBitFieldInfo.
2010-04-12 Douglas GregorImplement C++ [temp.local]p4, which specifies how we...
2010-04-12 Ted KremenekFix null dereference in 'WriteSourceLocation' when...
2010-04-12 Benjamin KramerPrune includes.
2010-04-12 Ted KremenekUpdate doxygen comments about lifetime requirements...
2010-04-12 Fariborz JahanianAdd some API code for future work.
2010-04-12 Daniel DunbarIRgen: Add CGRecordLayout::dump, and dump (irgen) recor...
2010-04-12 Chris Lattnerfix PR6819
2010-04-12 Chris Lattnertighten the check for cast of super to avoid rejecting...
2010-04-12 Douglas GregorWhen creating the implicitly-declared special member...
2010-04-12 Chris Lattnerfix rdar://7852959 - Use of super within a block is...
2010-04-12 Fariborz JahanianIssue warning when 'weak_import' attribute is applied...
2010-04-12 Douglas GregorRemove the blanket statement about Clang not supporting...
2010-04-12 Douglas GregorFix a crash-on-invalid involving name lookup of tag...
2010-04-12 Douglas GregorAdd another test case for r101029, which verifies that...
2010-04-12 Douglas GregorBe sure to instantiate the parameters of a function...
2010-04-12 Chris Lattnerfix a bug I noticed by inspection, correcting two rejec...
2010-04-12 Chris Lattnerfix a rejects-valid bug that I introduced, pointed out
2010-04-12 Chris Lattneruse pointer comparison instead of isStr
2010-04-12 Chris Lattnerfix a rejects-valid testcase involving super that I...
2010-04-12 Chris Lattnerchange Scope::WithinElse to be a normal scope flag...
2010-04-12 Chris Lattnerfix this test.
2010-04-12 Chris Lattnerxfail this test for now.
2010-04-12 Chris Lattnerfix an invalid use of super, you can't use super like...
2010-04-12 Chris LattnerHave the parser decide whether a message to super is...
2010-04-12 Nick LewyckyTypo.
2010-04-12 Chris Lattnerfix a fixme, stop evaluating getCurMethodDecl() repeatedly
2010-04-12 Chris Lattnerother half of r101005
2010-04-12 Chris Lattnerfix PR6287 by accepting and ignoring the returns_twice...
2010-04-12 Anders CarlssonHave the CXXBaseOrMemberInitializer keep track of wheth...
2010-04-11 Ted KremenekUnbreak test on windows.
2010-04-11 Anders CarlssonFix another bug where we wouldn't generate secondary...
2010-04-11 Ted KremenekAdd initial USR support for macro definitions.
2010-04-11 Ted KremenekAugment clang_getCursorUSR() to not always expect that...
2010-04-11 Anders CarlssonMore renames.
2010-04-11 Anders CarlssonRename a function parameter.
2010-04-11 Ted KremenekAdd CIndex support for blocks.
2010-04-11 Ted KremenekUpdate checker build.
2010-04-11 Anders CarlssonClarify an assertion.
2010-04-11 Anders CarlssonFix a bug where we were adding too many vcall offsets...
2010-04-11 Chris Lattneradd haiku support, patch by Paul Davey!
2010-04-11 Chris Lattneravoid double negatives
2010-04-11 Ted KremenekFix CFG bug where bases of member expressions were...
2010-04-11 Ted KremenekFix bug in AddStmtChoice:asLValue() where 'AsLValueNotA...
2010-04-11 Ted KremenekSort visitor methods. No functionality change.
2010-04-11 Benjamin KramerFix run line so this test actually tests something.
2010-04-11 Chris Lattnerfix PR6811 by not parsing 'super' as a magic expression in
2010-04-11 Chris Lattneractually the interface grossness in the previous patch...
2010-04-11 Chris Lattnerfactor the code that handles "expr.field" when expr...
2010-04-11 Chris Lattnerfix a problem causing us to lose the ''s around objc...
2010-04-11 Daniel DunbarSimplify test, in the hopes of making linux happy.
2010-04-10 Anders CarlssonEnable an assert and remove a now unnecessary assert.
2010-04-10 Anders CarlssonFix another vbase layout bug.
2010-04-10 Anders CarlssonAdd a simple debug-only verification pass to the record...
2010-04-10 Anders CarlssonFix a bug where we would add the same function twice...
2010-04-10 Chris Lattnerrevert 100942, pending discussion.
next