]> granicus.if.org Git - clang/shortlog
clang
2009-08-03 Ted KremenekHave scan-build clue off of 'BUGMETAEND' to know when...
2009-08-03 Ted KremenekEmit a special 'BUGMETAEND' comment to aid in the postp...
2009-08-03 Ted KremenekPer advice that Doug Gregor gave me several months...
2009-08-03 Ted KremenekAdd a pass-by-value test for the analyzer.
2009-08-03 Ryan FlynnPR3679: add #pragma weak test file
2009-08-03 Ted KremenekAdd test case testing field sensitivity. Reduced from...
2009-08-03 Daniel DunbarMake sure UTF-16 strings end with a 16-bit null (as...
2009-08-03 Ted KremenekHandle disgusting corner case where a byte is loaded...
2009-08-03 Daniel DunbarWhen generating cleanup blocks for Obj-C @finally,...
2009-08-03 Ted KremenekRegression fix: reset 'DisplayedFunction' when a new...
2009-08-03 Fariborz Jahanianassert(nyi) on attempt to destruct an array of objects.
2009-08-03 Fariborz Jahanianir-gen for destructor calls.
2009-08-03 John McCallRefactor methods on DeclSpec to take a diagnostic&...
2009-08-03 Eli FriedmanWebsite updates for working with Visual Studio and...
2009-08-03 Fariborz JahanianMinor renaming/refactoring. No change in functionality.
2009-08-03 John McCallTemplatize BadSpecifier and introduce DeclSpec::getSpec...
2009-08-03 Daniel DunbarFormatting fixes (trailing whitespace, 80-cols, indenta...
2009-08-03 Eli FriedmanFix assertion crash. I don't have a testcase, but...
2009-08-03 Zhongxing Xuadd a bunch of routine methods to AnalysisContext.
2009-08-03 Daniel Dunbarlit: Don't treat '\' as an escape in unquoted strings...
2009-08-03 Eli FriedmanTweak diagnostic wording; patch by Sean Hunt.
2009-08-03 Daniel DunbarUpdate for LLVM API change.
2009-08-03 Daniel DunbarUpdate for LLVM API change.
2009-08-03 Zhongxing Xunow we can let AnalysisManager to own the PathDiagnosti...
2009-08-03 Zhongxing XuCreate only one AnalysisManager for each translation...
2009-08-03 Zhongxing XuAdd LocationContext classes to enable creation of cross...
2009-08-03 Daniel DunbarDriver/OpenBSD: Improve ld options.
2009-08-02 Douglas GregorProduce a warning that partial ordering of function...
2009-08-02 Douglas GregorKeep track of the template arguments deduced when match...
2009-08-02 Anders CarlssonWhoops, meant to delete this.
2009-08-02 Anders Carlssonuse CodeGenModule::EmitNullConstant in a couple of...
2009-08-02 Anders CarlssonUse the correct cast kind for dynamic_cast.
2009-08-02 Douglas GregorUpdate C++ open projects list
2009-08-02 Douglas GregorWe have fairly good support for namespaces, now. Namesp...
2009-08-02 Benjamin KramerRemove duplicated colon.
2009-08-02 Ted KremenekFix regression caused by recent refactoring where HTML...
2009-08-02 Ted KremenekInclude '-o' arguments in verbose output.
2009-08-02 Chris Lattnerlinkify IRC
2009-08-02 Chris Lattnerrearrange side bar, add link to IRC info.
2009-08-02 Ted KremenekRemove RegionViews and RegionCasts. These are no longe...
2009-08-02 Ted KremenekRegionStoreManager::RemoveDeadBindings() now removes...
2009-08-02 Ted KremenekGeneralize the interface of 'StoreManager::RemoveDeadBi...
2009-08-02 Anders CarlssonRemove old code that was causing the new test to fail.
2009-08-02 Ted KremenekFix regression in StoreManager::CastRegion() to always...
2009-08-02 Anders CarlssonDon't evaluate inout constraints twice. Fixes PR3800.
2009-08-02 Daniel DunbarCompute end_overridden_methods in a way that keeps...
2009-08-02 Daniel DunbarTweak svn:ignore
2009-08-02 Daniel DunbarUse Twine instead of utostr
2009-08-01 Daniel DunbarAvoid accessing invalid std::vector element; this makes...
2009-08-01 Daniel Dunbarlit: Catch (internal) exceptions when using --no-sh.
2009-08-01 Eli FriedmanFix a minor issue with unions in the new struct buildin...
2009-08-01 Daniel Dunbarlit: Fix thinko in finding config file.
2009-08-01 Eli FriedmanAdditional AuroraUX header path.
2009-08-01 Eli FriedmanDon't error on C++ linkage; if we don't support that...
2009-08-01 Eli FriedmanAdd temp C++ include path for AuroraUX; patch by Edward...
2009-08-01 Daniel Dunbarlit: Add internal script execution.
2009-08-01 Daniel Dunbarlit: Two more sh lex/parse bugs (but its so simple!)
2009-08-01 Ted KremenekThis is a fairly large patch, which resulted from a...
2009-08-01 Daniel DunbarOk, ok, I give in. Fix tests for unused result warning.
2009-08-01 Ted KremenekTemporarily disable out-of-bounds checking. The curren...
2009-08-01 Daniel DunbarUse %S, not `pwd`, and enable a line that *does* work.
2009-08-01 Daniel Dunbarlit: Fix two sh lexing bugs.
2009-08-01 Daniel Dunbar'unset' isn't needed in these tests anymore, we always...
2009-08-01 Daniel Dunbarlit: Fix a name lookup problem, which only occurred...
2009-08-01 Daniel Dunbarlit: Pull a few more variables into the TestingConfig...
2009-08-01 Daniel Dunbarlit: Don't use threads when only running one test,...
2009-08-01 Daniel DunbarMultiTestRunner: Add 'sh' parsing to ShUtil.
2009-08-01 Anders CarlssonMore warnings for unused expressions.
2009-07-31 Mike StumpAdd beginnigs of rtti generation, wire up more of ...
2009-07-31 Anders CarlssonRemove the old struct builder code.
2009-07-31 Mike StumpAnd now we can generate a simple vtable. Still a work...
2009-07-31 Anders CarlssonMove code from EmitUnion directly into the function...
2009-07-31 Anders CarlssonUse the struct builder for unions.
2009-07-31 Mike StumpFixup spacing and 80-col violations.
2009-07-31 Owen AndersonUpdate for LLVM API change.
2009-07-31 Argyrios KyrtzidisFor a CXXOperatorCallExpr, fix the order that StmtLocRe...
2009-07-31 Douglas GregorMake the recanonicalization-for-an-out-of-line-definiti...
2009-07-31 Douglas GregorAllow one to update the type representation of the...
2009-07-31 Douglas GregorRemove a redundant getCanonicalType call
2009-07-31 Mike StumpAdd code to setup the vtable pointer in the constructor...
2009-07-31 Devang PatelNew test case for rev. 77694.
2009-07-31 Daniel DunbarMultiTestRunner: Fix invalid warning when pointing...
2009-07-31 Mike StumpFix spacing.
2009-07-31 Owen AndersonUpdate for LLVM API change.
2009-07-31 Douglas GregorFix 80-col violation
2009-07-31 Douglas GregorMake canonicalization of overloaded function declaratio...
2009-07-31 Douglas GregorCanonicalize template template parameters. We can't...
2009-07-31 Douglas GregorCanonicalize function parameters
2009-07-31 Daniel DunbarMultiTestRunner: Add module for lexing 'sh' commands.
2009-07-31 Daniel DunbarAdd missing test suffixes.
2009-07-31 Daniel DunbarMultiTestRunner: Simplify, cleanup, and rename!
2009-07-31 Douglas GregorCanonicalization and profiling for overloaded function...
2009-07-31 Douglas GregorCanonicalize dependent extended vector types.
2009-07-31 Ryan FlynnPR3679 - enable #pragma weak aliasing.
2009-07-31 John McCallRename Action::TagKind to Action::TagUseKind, which...
2009-07-31 John McCallsp.
2009-07-31 Mike StumpWhitespace around else canonicalization and fix 80...
2009-07-31 Eli FriedmanMake the check for the linkage of a template handle...
2009-07-31 Anders CarlssonAdd CK_DerivedToBase and use it PerformObjectMemberConv...
2009-07-31 Mike StumpFix build warnings.
next