]> granicus.if.org Git - clang/shortlog
clang
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...
2010-04-08 Ted KremenekUpdate test case.
2010-04-08 Ted KremenekRemove micro-optimization for not issueing CFG-based...
2010-04-08 Douglas GregorIntroduce an egregious hack to work around a bug in...
2010-04-08 Fariborz JahanianFix a misuse of iterators when iterating through block's
2010-04-08 Ted KremenekInclude all warnings under '-Wunused' in '-Wmost' and...
2010-04-08 Ted KremenekSort entries in diagnostic group "Most".
2010-04-08 John McCallMaybe we should store template arguments in the positio...
2010-04-08 Jeffrey YasskinMake CXXScopeSpec invalid when incomplete, and propagat...
2010-04-08 Anders CarlssonRename CGVtable files to CGVTables.
2010-04-08 Anders CarlssonClarify an assert.
2010-04-08 Douglas GregorUnbreak the build
2010-04-08 Benjamin KramerCIndex: move extractUSRSuffix out of extern "C" and...
2010-04-08 Douglas GregorEliminate excessive PCH deserialization caused by the...
2010-04-08 Benjamin KramerRemove caseless switch.
2010-04-08 John McCallImplement dependent friend function template specializa...
2010-04-08 Ted KremenekRemoved unused object.
2010-04-08 Daniel DunbarFronted: Kill overly specialized RecordLayoutDumper...
2010-04-08 Daniel DunbarAST: Move C++ record layout dumping to ASTContext:...
2010-04-08 Daniel DunbarIRgen: Move the bit-field access type into CGBitFieldIn...
2010-04-08 Fariborz JahanianPatch to implement gcc's cstyle arguments in objc
2010-04-08 Chris Lattnerrefactor out a function.
2010-04-08 John McCallFix a (bogus) uninitialized-member-of-local warning.
2010-04-08 Ted KremenekUse SmallVector instead of an std::queue.
2010-04-08 Jeffrey YasskinWhen a template (without arguments) is passed as a...
2010-04-07 Jeffrey YasskinFix some redundant errors by changing CXXScopeSpec...
2010-04-07 Chris Lattnerupdate for api change.
2010-04-07 Sean HuntImplement checking for template literal operator functi...
2010-04-07 Eric ChristopherAdd support for stpncpy_chk.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Sean HuntUpdated comment to reflect changes made in the most...
2010-04-07 Sean HuntFixed 80-cols violation
2010-04-07 Chris Lattneradd a new driver-level -ferror-limit=412 option, which...
2010-04-07 Chris Lattneradd clang -cc1 level support for "-ferror-limit 42"
2010-04-07 Douglas GregorReturn early from Sema::MarkDeclarationReferenced when...
2010-04-07 Chris Lattneradd capabilities to stop emitting errors after some...
2010-04-07 Ted KremenekDon't emit an 'unused expression' warning for '||'...
2010-04-07 Chris LattnerInstead of counting totally diagnostics, split the...
2010-04-07 Chris Lattnerconvert to -verify mode.
2010-04-07 Douglas GregorImprove handling of friend types in several ways:
2010-04-07 Douglas GregorSplit Sema::ActOnFriendTypeDecl into Sema::CheckFriendT...
2010-04-07 John McCall@llvm.sqrt isn't really close enough to C's sqrt to...
2010-04-07 Chris Lattnera ridiculous amount of propagation through the backend...
2010-04-07 Zhongxing XuFix comment.
2010-04-07 Ted KremenekUpdate checker build.
2010-04-07 Jeffrey YasskinDeprecate CXXScopeSpec::isSet() in favor of isNotEmpty...
2010-04-07 John McCallTeach -Wsign-compare to treat 1 << blah as "idiomatical...
2010-04-07 Ted KremenekFix crash in StoreManager::CastRegion() when the base...
2010-04-07 John McCallCheck access for the implicit calls to destructors...
2010-04-07 Ted KremenekFix CIndex crash on invalid code reported in <rdar...
2010-04-07 Fariborz JahanianImprove on diagnostics when an objc class is used as
next