]> granicus.if.org Git - clang/shortlog
clang
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.
2010-04-10 Anders CarlssonRename VtableComponent and VtableBuilder.
2010-04-10 Anders CarlssonRename -dump-record-layouts to -fdump-record-layouts...
2010-04-10 David ChisnallFix for PR6811.
2010-04-10 Anders CarlssonSimplify the virtual base layout code and fix a bug...
2010-04-10 Chris Lattnerfix PR6805: llvm.objectsize changed to take an i1 inste...
2010-04-10 Daniel DunbarDriver: Only add extra -L paths on darwin if they exist...
2010-04-10 Daniel DunbarTweak test for portability.
2010-04-10 Daniel DunbarDriver: Ignore -fobjc-gc and -fobjc-gc-only for platfor...
2010-04-10 Benjamin KramerA bunch of string-related microoptimizations in Mangler.
2010-04-10 Benjamin KramerFix use after free. Incrementing an use_iterator after...
2010-04-10 Sebastian RedlWhen a member pointer is dereferenced, the class it...
2010-04-10 John McCallDoug pointed out that we have a perfectly reasonable...
2010-04-10 John McCallDiagnose more cases of initializing distinct members...
2010-04-10 John McCallDiagnose misordered initializers in constructor templat...
2010-04-10 Gabor Greifrely even less on CallInst internals
2010-04-10 Gabor Greifdo not rely on CallInst interna, use CallSite to access...
2010-04-10 Daniel DunbarDriver/Darwin/x86: When linking, incorporate -L paths...
2010-04-10 Daniel DunbarDisable diag::err_file_modified on Win32 completely...
2010-04-09 John McCallMangle some expressions with codegen implications but...
2010-04-09 John McCallProvide an extremely unsatisfactory diagnostic (instead...
2010-04-09 John McCallProvide manglings for bool and character literal expres...
2010-04-09 Douglas GregorWhen upgrading an Objective-C class from a forward...
2010-04-09 Douglas GregorOnly complain about explicit instantiations following...
2010-04-09 Ted KremenekRemove copy of 'Optional' in Clang tree, and convert...
2010-04-09 Ted KremenekRemove fixit for string literal comparison. Telling...
2010-04-09 Benjamin KramerFix typo.
2010-04-09 John McCallTurn access control on by default in the driver.
2010-04-09 John McCallArgh, I modified the .inc file locally, not the .td.
2010-04-09 John McCallTurn access control on by default in -cc1.
2010-04-09 John McCallSuppress access control diagnostics when looking up...
2010-04-09 Douglas GregorImprove diagnostics like "initializing <type> from...
2010-04-09 Douglas GregorRemove all "used" static functions *after* we have...
2010-04-09 John McCallInstantiate default argument expressions even if their...
2010-04-09 Chris LattnerDon't warn about unused static functions if they are...
2010-04-09 Douglas GregorOn Windows, disable the modification-time check for...
2010-04-09 Fariborz JahanianFixes a regression caused by implementing cstyle methods
2010-04-09 Daniel DunbarForcibly disable test/PCH/pr4489.c, it is flaky on...
2010-04-09 John McCallAdd a note to the C++ compatibility page about template...
2010-04-09 Douglas GregorImprove diagnostics when we fail to convert from a...
2010-04-08 Ted KremenekUse '%clang_cc1' instead of '%clang' to make the warnin...
2010-04-08 Ted KremenekFor 'open' check in UnixAPIChecker, hard code value...
2010-04-08 Douglas GregorReorder diagnostics to separate the Sema::AssignmentAct...
2010-04-08 Ted KremenekTemporarily only enable 'open' check on Mac OS X to...
2010-04-08 Douglas GregorDowngrade the "declaration does not declare anything...
2010-04-08 Fariborz JahanianImplement method type encoding in the presense
2010-04-08 Ted KremenekMatch GCC's behavior and do not include '-Wunused-param...
2010-04-08 Jeffrey YasskinExplain that a template needs arguments to make it...
2010-04-08 John McCallSet access properly on instantiated friend class templa...
2010-04-08 Ted KremenekAdd static analyzer check for calls to 'pthread_once...
next