]> granicus.if.org Git - clang/shortlog
clang
2010-02-03 Zhongxing XuAdd skeleton of flat store manager.
2010-02-03 Douglas GregorLook through CXXExprWithTemporaries when digging out...
2010-02-03 Chris Lattnerupdate for llvm api change.
2010-02-03 Chris Lattnerremove a big chunk of #if 0 code.
2010-02-03 Ted KremenekFix regression in RegionStore due to recent changes in
2010-02-03 Sam WeinigImplement Doug's suggestion. Eliminate the Stmts pointe...
2010-02-03 Daniel DunbarDriver: Add -[no-]integrated-as for clang.
2010-02-03 Ted KremenekRework RegionStoreManager's implementation of Invalidat...
2010-02-03 Douglas GregorProvide a real fix for PR6199, reverting the old workar...
2010-02-03 Sam WeinigRemove the SmallVector from CXXTryStmt.
2010-02-03 David ChisnallNumerous changes to selector handling:
2010-02-03 Sebastian RedlDon't do an expensive definition check where a cheap...
2010-02-03 Chris Lattnerfix PR6216
2010-02-03 Daniel Dunbarclang -cc1: Wire up -emit-obj, for emitting object...
2010-02-03 John McCallRemove abstract expression kinds from the StmtClass...
2010-02-03 Fariborz JahanianSimplify setting of DeclContext for @catch variable
2010-02-03 Douglas GregorImplement the lvalue-to-rvalue conversion where needed...
2010-02-03 Fariborz JahanianFix DeclContext of an objective-c @catch variable
2010-02-02 Ted KremenekRemove RegionStoreSubRegionMap::iterator and RegionStor...
2010-02-02 Ted KremenekExplicitly check for casts to double or complex types...
2010-02-02 Chris Lattnerupdate for llvm api changes.
2010-02-02 Douglas GregorImplement promotion for enumeration types.
2010-02-02 Anders CarlssonSet the correct vtable pointers _before_ generating...
2010-02-02 Chris Lattnerupdate for llvm api change.
2010-02-02 Anders CarlssonFix test.
2010-02-02 John McCallDump the constructor type for a CXXConstructExpr.
2010-02-02 John McCallFix this comment.
2010-02-02 Sebastian RedlCheck for redefinitions in MergeVarDecl. This finds...
2010-02-02 Fariborz JahanianFix up rewriting of protocol qualified types in objc...
2010-02-02 Sebastian RedlFix a C++ regression where redefinitions weren't diagnosed.
2010-02-02 Douglas GregorInclude <stdlib.h>, so that we're sure to get atoi.
2010-02-02 Chris Lattnerthe declspec of a declaration can have storage-class...
2010-02-02 Daniel DunbarDriver/Darwin: Don't error/warn on conflicting deployme...
2010-02-02 Chandler CarruthUse the Arg variable rather than re-computing it. This...
2010-02-02 John McCallMark dtors for parameter variables and eliminate some...
2010-02-02 John McCallAccess control for implicit destructor calls. Diagnost...
2010-02-02 John McCallCodegen CXXConstructExprs with trivial constructors...
2010-02-02 Anders CarlssonCheck in a test case and a nasty workaround for PR6199.
2010-02-02 John McCallExtract a common base class between UnresolvedLookupExp...
2010-02-02 Daniel DunbarXFAIL two tests on Win32 until some cares to investigat...
2010-02-02 Chris Lattnerthis is reasonably complete by now.
2010-02-02 Daniel DunbarCIndex: Use 'env' instead of relying on bash environmen...
2010-02-02 Daniel DunbarCIndex: Respect TMPDIR/TEMP/TMP when making temporary...
2010-02-02 Anders CarlssonImprove handling of emitting 'null' pointers to data...
2010-02-02 Daniel DunbarCIndex: Fix a crash in clang_createTranslationUnitFromS...
2010-02-02 Anders CarlssonMove pointer to data member emission to CodeGenModule...
2010-02-02 Anders CarlssonMerge a test into pointers-to-data-members.cpp and...
2010-02-02 Anders CarlssonRename a test.
2010-02-02 John McCallFIXME complete.
2010-02-02 John McCallImprove the diagnostic used when an incompatible overlo...
2010-02-02 John McCallImplement C++ [temp.deduct.call]p6, template argument...
2010-02-02 Ted KremenekAdd a stop gap to Sema::CorrectTypo() to correct only...
2010-02-02 Ted KremenekFix bug in GRExprEngine::VisitSizeOfAlignOfExpr() where...
2010-02-02 Chris Lattneradd another example.
2010-02-02 Chris LattnerImplement PR6180, substantially improving the diagnosti...
2010-02-02 Chris Lattnerimprove diagnostics for C++ struct ; issues. Before:
2010-02-02 Chris Lattnerimprove diagnostics on missing ; in a struct. Before:
2010-02-02 Ted KremenekHoist diagnostic generation in ReturnStackAddressChecke...
2010-02-01 Douglas GregorMake this fix-it test case actually fail when there...
2010-02-01 Douglas GregorImprove handling of enumerator values for C and C+...
2010-02-01 Daniel DunbarARM/APCS: Fix classification of small complex integer...
2010-02-01 Daniel DunbarARM/APCS: Pass Complex types following llvm-gcc.
2010-02-01 Ted KremenekAdd format string type checking support for 'long double'.
2010-02-01 Devang PatelFix FIXME and surrounding comment.
2010-02-01 Devang PatelUse appropriate context descriptor in RecordDecl's...
2010-02-01 Devang PatelDo not use clang type name to name a local variable...
2010-02-01 Devang PatelDo not use clang type name to name a local variable...
2010-02-01 Devang PatelUse DeclContext as getContextDescriptor() argument.
2010-02-01 Daniel DunbarDriver/Darwin: Darwin uses -fobjc-legacy-dispatch on...
2010-02-01 Daniel DunbarNeXT: Add support for -fobjc-legacy-dispatch.
2010-02-01 Daniel DunbarDriver/Frontend: Add support for -fobjc-legacy-dispatch...
2010-02-01 Chris LattnerDon't explicitly force utf strings into the __TEXT...
2010-02-01 Sebastian RedlIn C++, an initializer on a variable doesn't necessaril...
2010-02-01 Chris Lattnerfix PR6187: various load functions in xmmintrin.h were...
2010-02-01 Ted KremenekUse early return as suggested by Cristian Draghici.
2010-02-01 Ted KremenekFormat string checking: selectively ignore implicit...
2010-02-01 Devang PatelEmit debug info for namespaces.
2010-02-01 John McCallNote that an overload candidate was non-viable because...
2010-02-01 Sam WeinigFix for PR5185. C99 [*] VLA notation should be disallow...
2010-02-01 John McCallAccess checking for implicit user-defined conversions.
2010-01-31 Sebastian RedlAdd VarDecl::isThisDeclarationADefinition(), which...
2010-01-31 Eli FriedmanSwitch expressions like T() and T(1,2) over to new...
2010-01-31 Eli FriedmanSimplify EmitMemberInitializer; no intended functionali...
2010-01-31 Anders CarlssonStart creating CXXBindReferenceExpr nodes when binding...
2010-01-31 Anders CarlssonDiagnose binding a non-const reference to a vector...
2010-01-31 Chandler CarruthFix my dyslexia.
2010-01-31 Chandler CarruthAdd a test case for a fixed PR just to ensure we don...
2010-01-31 Chandler CarruthReturn early, reduce indentation, and simplify line...
2010-01-31 Chandler CarruthReally trivial patch to accept pointer to const void...
2010-01-31 Chandler CarruthFix PR6159 and several other problems with value-depend...
2010-01-31 Douglas GregorRework base and member initialization in constructors...
2010-01-31 Benjamin KramerTry to unbreak MSVC build.
2010-01-31 Chandler CarruthFix PR6156 and test several of the basic aspects of...
2010-01-31 Chandler CarruthHandle instantiation of templates with non-type argumen...
2010-01-31 Anders CarlssonWhen performing a derived-to-base cast that we know...
2010-01-31 Anders CarlssonWhen doing a base-to-derived cast we don't need to...
2010-01-31 Anders CarlssonSome class related cleanup.
2010-01-31 Daniel Dunbarcindex/Python: Turn off showing IDs by default, they...
2010-01-31 Daniel DunbarCIndex/USRs: Disable a bogus assert, we don't want...
2010-01-30 Daniel Dunbarcindex/Python: Add a simple example which dumps assorte...
next