]> granicus.if.org Git - clang/shortlog
clang
2009-08-06 Daniel DunbarAdd a simple tool for comparing two static analyzer...
2009-08-06 John McCallPermit a class to friend its members in C++0x, without...
2009-08-06 Fariborz JahanianSet and use Elidable in elimination of copy ctors.
2009-08-06 Mike StumpLayout the primary base first in the vtable.
2009-08-06 Fariborz JahanianAfter reporting ill-formed copy constructor(12.8.p3)
2009-08-06 Daniel Dunbars/ccc/clang/
2009-08-06 Douglas GregorWhen we encounter a dependent type that was parsed...
2009-08-06 Mike StumpMore layout for virtual tables for virtual bases. ...
2009-08-06 Mike StumpLet's remember we want better codegen for these.
2009-08-06 Mike StumpTestcase for a recent checkin for vbase layout ordering...
2009-08-06 Mike StumpLayout virtual bases. Work in progress.
2009-08-06 Anton KorobeynikovAdd link to LLVM's Getting Started page.
2009-08-06 Benjamin KramerSilence gcc warning about non-virtual destructors.
2009-08-06 Mike StumpI have a dream, one day, we won't need to do this.
2009-08-06 Mike StumpFix spell-o.
2009-08-06 Zhongxing XuI forgot adding this header for r78298.
2009-08-06 Zhongxing XuLast step of template cleanup: merge *BuilderImpl to...
2009-08-06 Zhongxing XuCore analysis engine template cleanup step 2:
2009-08-06 Zhongxing XuFix comment.
2009-08-06 Douglas GregorImplement transformation of template names within the...
2009-08-06 Zhongxing XuCore analysis engine template cleanup step 2:
2009-08-06 Ted KremenekUpdate test case.
2009-08-06 Douglas GregorImplement transformation of nested-name-specifiers...
2009-08-06 Ted KremenekFix typo reported in <rdar://problem/7121409>.
2009-08-06 Ted KremenekRefactor RegionStoreManager::RemoveDeadBindings to...
2009-08-06 Douglas GregorPredefine __cplusplus to the right value (199711L)...
2009-08-06 Ted KremenekRemove unimplemented methods 'AddRegionView' and 'Remov...
2009-08-06 Ted KremenekWhen profiling an ExplodedNode, don't re-profile the...
2009-08-06 Douglas GregorSupport nested-name-specifiers for C++ member access...
2009-08-06 Ryan Flynnadd support for FreeBSD's format(printf0,x,y) attribute...
2009-08-06 John McCallFirst pass at friend semantics.
2009-08-06 Zhongxing XuCompletely remove the code using region cast.
2009-08-06 Daniel DunbarAdd additional library paths for Linux distros on mixed...
2009-08-06 Daniel DunbarFix locating the 'lit.cfg' file when running on only...
2009-08-06 Zhongxing XuAs GRState seems general enough, it is time to merge...
2009-08-06 Daniel DunbarFix clang breakage, CGF can be null in this context.
2009-08-06 Ted KremenekImplement lazy "copying" of structures and arrays in...
2009-08-06 Fariborz JahanianPatch to optimize away copy constructor call when
2009-08-06 John McCallAlisdairM pointed out that this will likely be relaxed...
2009-08-06 Mike StumpFixup object layout when we have a primary base (it...
2009-08-05 John McCallAdd a test for invalid uses of non-static members from...
2009-08-05 Owen AndersonUpdate for LLVM API change.
2009-08-05 Mike StumpRefactor some bits.
2009-08-05 Mike StumpAdd another test for a recent checkin.
2009-08-05 Mike StumpCalculate the primary base class better and use that...
2009-08-05 Fariborz JahanianA blank line to separate the two blocks(per Mike comment).
2009-08-05 Benjamin KramerFix -fno-omit-frame-pointer bug Eli noticed.
2009-08-05 Fariborz JahanianModified test case to use FileCheck.
2009-08-05 Eli FriedmanGet rid of "smart" quotes. Per report on cfe-dev.
2009-08-05 Ted KremenekUse feedback from RegionStoreSubRegionMap::add() to...
2009-08-05 Douglas GregorFix canonical type construction for function types...
2009-08-05 Fariborz JahanianHandle destruction of temporaries used in default argument
2009-08-05 Fariborz JahanianPatch to improve ir-gen for constructors with default...
2009-08-05 Benjamin KramerTranslate -mcmodel=X to -code-model X and pass it to...
2009-08-05 Benjamin KramerAdd support for the -fno-omit-frame-pointer option...
2009-08-05 Douglas GregorFix a comment that trailed off
2009-08-05 Douglas GregorIntroduce the canonical type smart pointers, and use...
2009-08-05 Ted KremenekFix a bug in RegionStoreSubRegionManager::add() where...
2009-08-05 Chris Lattnercgobjcgnu was making invalid common globals.
2009-08-05 Chris Lattnerweak globals that are const should get weak_odr linkage.
2009-08-05 Chris Lattnerrdar://7119244 - globals with an explicit section speci...
2009-08-05 Zhongxing XuAdd test case.
2009-08-05 Zhongxing XuIf the UnaryOperator has non-location type, use its...
2009-08-05 Mike StumpRemove an unused header.
2009-08-05 Fariborz JahanianSupport for use of default argument in constructors.
2009-08-04 Douglas GregorMove the template instantiation logic for template...
2009-08-04 Mike Stumpvtable building for simple inheritance. Still in progress.
2009-08-04 Mike StumpCanonicalize else.
2009-08-04 Mike StumpTest cases for some recent work.
2009-08-04 Mike StumpWill I ever get used to CamelCase? Will I ever like...
2009-08-04 Mike StumpAdd armv7 support.
2009-08-04 Anders CarlssonRevert the fix for PR3800, it broke things.
2009-08-04 Ted KremenekRenable "html" indexing by default.
2009-08-04 Fariborz JahanianSome code refactoring. Be more generous in issuance...
2009-08-04 Douglas GregorRefactor template instantiation for types into a generi...
2009-08-04 Anders CarlssonSimplify alignment handling in the record builder.
2009-08-04 Daniel Dunbarlit: Some sample tests, for testing the tester
2009-08-04 Daniel DunbarFix test case for Darwin10 (which sets ssp), and move...
2009-08-04 Daniel DunbarUpdate for LLVM API change
2009-08-04 Fariborz JahanianCompare matching selectors in current and
2009-08-04 Ted KremenekAdjust test case.
2009-08-04 Ted KremenekRecognize '-M' and '-MM' options.
2009-08-04 Ted Kremenek'unlink' file directly instead of invoking system shell.
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...
next