]> granicus.if.org Git - clang/shortlog
clang
2009-12-04 Ted KremenekAllow BlockInvocationContext to wrap either a BlockDecl...
2009-12-04 Anders CarlssonAdd a data structure for efficient storing of vtable...
2009-12-04 Mike StumpFixup reference binding for catch parameters.
2009-12-04 Eli FriedmanUpdate chunk of #if 0'ed code to remove fixed FIXME...
2009-12-04 Ted KremenekRefactor LocationContext creation logic into a single...
2009-12-04 Ted KremenekRefactor FoldingSet profiling code for LocationContexts...
2009-12-04 Eli FriedmanFix for PR5679: make __builtin_prefetch a bit more...
2009-12-04 Ted Kremenekconstify MemRegion* returned by MemRegionManager::getXX...
2009-12-04 John McCallWhen recovering from an invalid forward reference to...
2009-12-04 Ted KremenekMore template-logic for MemRegion construction out...
2009-12-03 Mike StumpThese are done.
2009-12-03 Mike StumpImprove catch parameter bindings for scalar non-pointer...
2009-12-03 John McCallLift the ObjCPropertyCallback out of local scope to...
2009-12-03 Eli FriedmanAdd recursion guards to ice-checking and evaluation...
2009-12-03 Ted KremenekTry to make the output of PlistDiagnostics more determi...
2009-12-03 Ted KremenekConvert some methods in PathDiagnostic to return String...
2009-12-03 Fariborz JahanianA new helper function to set various bits in the class...
2009-12-03 Daniel DunbarFix Clang tool translation to forward -fvisibility...
2009-12-03 Daniel DunbarAdd utils/TestUtils, and sink pch-test.pl there.
2009-12-03 Douglas GregorUnify the end-of-class code paths used by the parser...
2009-12-03 Ted KremenekAdd another blocks test case illustrating how parameter...
2009-12-03 Anders CarlssonWhen instantiating a class, if a base specifier is...
2009-12-03 Ted KremenekTweak handling of BlockDataRegions in RegionStoreManage...
2009-12-03 Anders CarlssonHandle static_assert inside functions.
2009-12-03 Douglas GregorWhen we're building a CXXExprWithTemporaries, only...
2009-12-03 Douglas GregorMinor cleanup to the code-completion-point logic sugges...
2009-12-03 Mike StumpEli, I copied my code from this code... Let's fix...
2009-12-03 Benjamin KramerMake test 64 bit safe.
2009-12-03 Eli FriedmanFix for PR5659: correct a rather nasty oversight in...
2009-12-03 Daniel DunbarXFAIL this on Win32 for the time being.
2009-12-03 Zhongxing XuAdd security syntactic checker for mktemp.
2009-12-03 Daniel DunbarUpdate CMake for CallGraph.cpp move.
2009-12-03 Daniel DunbarFix two more diagnostic-on-stderr instances that though...
2009-12-03 Daniel DunbarKill a few more random stderr uses.
2009-12-03 Daniel DunbarConvert ABIArgInfo::dump to raw_ostream.
2009-12-03 Daniel DunbarKill off one last exit() call.
2009-12-03 Daniel DunbarUse llvm_report_error instead of fprintf + assert ...
2009-12-03 Daniel DunbarFix CompilerInstance::createOutputFile to use proper...
2009-12-03 Daniel DunbarRemove an unnecessary (I believe) exit() on error.
2009-12-03 Daniel DunbarConvert StmtDumper to raw_ostream. I forget why.
2009-12-03 Daniel DunbarSwitch PCHReader::getOriginalSourceFile to use proper...
2009-12-03 Daniel DunbarFix BackendConsumer to use proper diagnostics.
2009-12-03 Ted KremenekAdd value invalidation logic for block-captured variabl...
2009-12-03 Ted KremenekMake BlockDataRegion::referenced_vars_iterator an actua...
2009-12-03 Anders CarlssonAttempt to fix the MSVC build.
2009-12-03 Daniel Dunbarclang-cc: Move to CompilerInvocation based command...
2009-12-03 Daniel DunbarFix layering violation by moving Analysis/CallGraph...
2009-12-03 Daniel Dunbarclang-cc: Honor -help and -version when using new style...
2009-12-03 Daniel DunbarCC1Options: Normalize meta var spellings, and fix a...
2009-12-03 Daniel DunbarAdd OptTable::PrintHelp.
2009-12-03 Daniel DunbarUpdate test and CIndex to use -FOO BAR form for -{remap...
2009-12-03 Daniel DunbarAdd clang -cc1 support for -remap-file.
2009-12-03 Daniel DunbarAdd clang -cc1 -load option.
2009-12-03 Eli FriedmanFix thunk generation for thunks with a parameter with...
2009-12-03 Eli FriedmanMinor cleanup.
2009-12-03 John McCallHonor using declarations in overload resolution. Most...
2009-12-03 Mike StumpAdd support for thunking dtors. Oh why does this make...
2009-12-03 Mike StumpReflow.
2009-12-03 Anders CarlssonRevert r90402 for now, virt.cpp is failing.
2009-12-03 Ted KremenekAdd batch version of 'StoreManager::InvalidateRegion...
2009-12-03 Anders CarlssonUse Eli's ComputeThunkAdjustment for calculating the...
2009-12-03 Anders CarlssonAdd CodeGenModule::ComputeThunkAdjustment, which Eli...
2009-12-03 Anders CarlssonRemove the index from the Thunk struct.
2009-12-03 Anders CarlssonChange the Thunks map to use the vtable index as the...
2009-12-03 Anders CarlssonAdd the global decl to the Thunk struct.
2009-12-03 Anders CarlssonRemove unused struct fields.
2009-12-03 Anders CarlssonDelay computing the return adjustments for covariant...
2009-12-03 Anders CarlssonNo need to create the covariant thunk in both places...
2009-12-03 Anders CarlssonWhoops, forgot to save :)
2009-12-03 Anders CarlssonRemove the index field from the CovariantThunk structure.
2009-12-03 Anders CarlssonChange the CovariantThunk map to use the vtable index...
2009-12-03 Ted KremenekFix typo.
2009-12-03 Ted KremenekAdd __has_feature(cxx_exceptions) and __has_feature...
2009-12-03 Ted KremenekAdd section on what language features __has_feature...
2009-12-03 Anders CarlssonStore a GlobalDecl in the return adjustment.
2009-12-03 Anders CarlssonDo not include the 'this' pointer adjustment in the...
2009-12-03 Daniel DunbarSwitch clang_createTranslationUnitFromSourceFile to...
2009-12-03 Anders CarlssonMove VtableBuilder::OverrideMethod out of line in prepa...
2009-12-03 Daniel DunbarFix ASTUnit to allows require a (persistent) Diagnostic...
2009-12-03 Ted KremenekAdd 'has_feature(cxx_exceptions)' to allow code to...
2009-12-03 Mike StumpRemove untrue statement.
2009-12-03 Ted KremenekRename has_feature(rtti) to has_feature(cxx_rtti) for...
2009-12-03 Mike StumpNote a failure I saw from the g++ testsuite:
2009-12-03 Ted KremenekAdd FileCheck test for '__has_feature(rtti)'.
2009-12-03 Ted KremenekAdd "has_feature" support for C++ RTTI.
2009-12-03 John McCallStop stripping UnresolvedUsingDecls out of LookupResult...
2009-12-03 Ted KremenekAdd a heuristic to the dead stores checker to prune...
2009-12-03 Sebastian RedlIntroduce the notion of literal types, as specified...
2009-12-03 Eli FriedmanWork-in-progress: teach mangler how to mangle thunks...
2009-12-03 Daniel DunbarUpdate example link lines.
2009-12-02 Mike StumpCleanups on exceptional edges don't work at all, yet...
2009-12-02 Mike StumpAdd a cleanup scope for each catch clause.
2009-12-02 Mike StumpAdd missing branch to exit. Seemingly obvious when...
2009-12-02 Douglas GregorImprove source location information for C++ member...
2009-12-02 Daniel DunbarNormalize CIndex/c-index-test/index-test link lines...
2009-12-02 Daniel DunbarASTUnit: Explicitly track whether the ASTUnit came...
2009-12-02 Daniel DunbarASTUnit: Fix initialization of OnlyLocalDecls variable...
2009-12-02 Eli FriedmanFix for PR5522 and PR5666: fix a bunch of mangling...
2009-12-02 John McCallUse a more rigorous definition of 'class member'. ...
2009-12-02 Nuno Lopesthis also depends on libDriver. this almost fixes the...
next