]> granicus.if.org Git - clang/shortlog
clang
2010-03-25 Ted KremenekFix '+=' accumulation error when parsing numeric amount...
2010-03-25 John McCallProperly instantiate and link in friend-class-template...
2010-03-25 Ted KremenekAdd c-index-test support for printing USRs.
2010-03-25 Ted KremenekRequire that all Clang-based USRs start with the prefix...
2010-03-25 Zhongxing XuAdd methods to remove a GDM entry.
2010-03-25 Anders CarlssonMore address point map shuffling.
2010-03-25 Anders CarlssonShuffle some code around; this will make it easier...
2010-03-25 Douglas GregorKill off two more uses of Sema::CheckReferenceInit...
2010-03-24 Douglas GregorSwitch static_cast from the old reference-initializatio...
2010-03-24 Douglas GregorCheck for ret, so that we know we hit the end of the...
2010-03-24 Douglas GregorWhen returning from a function that has a reference...
2010-03-24 Rafael EspindolaDiscussing with dgregor we decided that we should not...
2010-03-24 Ted KremenekUse llvm::SmallString instead of std::string.
2010-03-24 Ted KremenekImprove static analyzer diagnostic concerning the use...
2010-03-24 Douglas Gregormake the vtable tester a little friendlier, with a...
2010-03-24 Douglas GregorWhen pulling apart an initializer that involves a CXXCo...
2010-03-24 Douglas GregorMake sure that we have File IDs for all of the unsaved...
2010-03-24 Fariborz JahanianAllow conversion of qualified Class type to unqualified
2010-03-24 Douglas GregorXFAIL the -nostdinc++ test on Windows; it doesn't look...
2010-03-24 Douglas GregorControl warnings about GNU extensions with -Wgnu, which...
2010-03-24 Douglas GregorImplement support for -nostdc++. Fixes PR6446.
2010-03-24 Fariborz JahanianImprove diagnostics when ivar added to class
2010-03-24 Douglas GregorSilently drop dependent friend function template specia...
2010-03-24 Douglas GregorChange two class forward declarations to struct forward...
2010-03-24 Fariborz JahanianCode gen for multi-dimensional dynamic allocations.
2010-03-24 Anders CarlssonMore vtable improvements. We now compute and keep track...
2010-03-24 John McCallWalk out of enums when determining effective context.
2010-03-24 John McCallCorrect that last fixit: if the user wrote
2010-03-24 John McCallSupport friend function specializations.
2010-03-24 Douglas GregorWhen a declaration of a function is missing an exceptio...
2010-03-24 Anders CarlssonUse getNamedGlobal instead of getGlobalVariable. (Fixes...
2010-03-24 Anders CarlssonMake the license header in smmintrin.h match the other...
2010-03-24 John McCallImplement a framework for the delay of arbitrary diagno...
2010-03-24 Douglas GregorWhen performing name lookup for the allocation or deall...
2010-03-24 Anders CarlssonMore vtable work; preparations for moving over to the...
2010-03-24 Douglas GregorEach non-local class instantiation is its own local...
2010-03-24 Anders CarlssonRemove old thunks code.
2010-03-24 Douglas GregorMake sure to properly track the anonymous namespace...
2010-03-24 Anders CarlssonFlip the switch and use the new vtable layout code...
2010-03-24 Anders CarlssonAdd CodeGenFunction::GenerateThunk and implement it.
2010-03-24 Anders CarlssonMinor cleanup.
2010-03-24 Anders CarlssonRemove parts of virt.cpp
2010-03-23 Douglas GregorImplement computation of the final overriders for each...
2010-03-23 Fariborz JahanianAdd some missing files to xcode project
2010-03-23 Rafael Espindolarevert 99311. Looks like it broke darwin bootstrap.
2010-03-23 Ted KremenekImprove diagnostic for @property/ivar type mismatch...
2010-03-23 Rafael EspindolaAvoid producing implicit methods when we have a explici...
2010-03-23 Fariborz JahanianCode gen for compound assignment of complex
2010-03-23 Anders CarlssonMore work on thunks - don't assert if there's a variabl...
2010-03-23 Fariborz JahanianPatch to implement code gen. use of compound assignent on
2010-03-23 Anders CarlssonMore thunks scaffolding.
2010-03-23 Anders CarlssonMore work on thunks.
2010-03-23 Douglas GregorWhen recovering from a qualified typedef name, don...
2010-03-23 Anders CarlssonMove ThunkInfo as well.
2010-03-23 Anders CarlssonMove ReturnAdjustment and ThisAdjustment out into CGVta...
2010-03-23 Duncan SandsIgnore a more comprehensive set of gcc-special format...
2010-03-23 Zhongxing XuBind the constructed object value to CXXConstructExpr.
2010-03-23 Zhongxing Xuupdate CMakeLists.txt
2010-03-23 Zhongxing XuClear the return expr GDM after using it.
2010-03-23 Zhongxing XuAdd a AggExprVisitor class. It contains lots of boiler
2010-03-23 Anders CarlssonUse the canonical destructor, which fixes the self...
2010-03-23 Zhongxing Xumerge line.
2010-03-23 Daniel DunbarFrontend: Don't free the CompilerInstance or FrontendAc...
2010-03-23 Daniel DunbarPPCallbacks: Add hook for reaching the end of the main...
2010-03-23 Zhongxing XuSince we now may have basicblocks with the same block...
2010-03-23 Anders CarlssonBaby steps towards making thunks be emitted from the...
2010-03-23 Anders CarlssonSome renames.
2010-03-23 Anders CarlssonAlways emit associated thunks when emitting the functio...
2010-03-23 Anders CarlssonRename MaybeEmitVtable to EmitVTableRelatedData in...
2010-03-23 Anders CarlssonRename CGVtableInfo to CodeGenVTables in preparation...
2010-03-23 Ted KremenekFor forward-declared static inline functions, delay...
2010-03-23 Ted KremenekTweak null dereference diagnostics to give clearer...
2010-03-23 Ted KremenekOnly perform CFG-based warnings on 'static inline'...
2010-03-22 Fariborz JahanianSet the relevent attributes declared in class extension
2010-03-22 Rafael EspindolaA fixed version of r99174 which also includes a test...
2010-03-22 Ted KremenekDisable the emission of frontend warnings (not errors...
2010-03-22 Ted KremenekImprove the diagnostics for the UndefinedAssignmentChec...
2010-03-22 Douglas GregorComment the reasons for the strange little dance we...
2010-03-22 Chris Lattner(re)implement PR6542, accepting and discarding the...
2010-03-22 Chris Lattnermerge some tests.
2010-03-22 Chris Lattnerrename test
2010-03-22 Fariborz JahanianDiagnose miuse of property dot-syntax instead of crashing.
2010-03-22 Chris Lattnermerge two tests.
2010-03-22 Chris Lattnerrename test.
2010-03-22 Chris Lattnerrevert r98661, gcc_tdiag is not an attribute (PR6542).
2010-03-22 Chris Lattnermove a test to a more appropriate directory
2010-03-22 Anders CarlssonMore work on thunks; almost there now.
2010-03-22 Fariborz JahanianFixes access rues for ivars declared in class
2010-03-22 Chris Lattnerhopefully fix this on non-sse2 hosts. Shouldn't an...
2010-03-22 Fariborz JahanianTest for my last patch.
2010-03-22 Fariborz JahanianMore clean up of ivars which are either in class extens...
2010-03-22 Kovarththanan... Sort calls to add_clang_library()
2010-03-22 Chris Lattnerfix PR6658: inline isn't a keyword in C89 mode, use...
2010-03-22 Rafael Espindolarevert r99174. It caused PR6677. Will try to debug...
2010-03-22 Anders CarlssonAdd less than operators to ThisAdjustment, ReturnAdjust...
2010-03-22 Anders CarlssonImprove dumping of thunks.
2010-03-22 Douglas GregorUse the cursor's ASTContext rather than the ASTContext...
2010-03-22 Douglas GregorFix a thinko and a typo in the delayed-diagnostic code.
2010-03-22 Anders CarlssonWe want to add all thunks, not just 'this' adjustment...
2010-03-22 Kovarththanan... Use DEFINE_SYMBOL property to control dllexport/dllimport
next