]> granicus.if.org Git - clang/shortlog
clang
2010-02-04 Ted KremenekMove ParseFormatString() and FormatStringHandler back...
2010-02-04 Douglas GregorFix an obscure crash found in the Boost.MPL test suite...
2010-02-04 Anders CarlssonWhen binding an lvalue to a reference, we always need...
2010-02-04 Anders CarlssonUpdate test.
2010-02-04 Anders CarlssonFix a bug where we would not mark temporaries as condit...
2010-02-04 Anders CarlssonImprove conditional temporaries test.
2010-02-04 Douglas GregorWhen substituting the template argument for a pointer...
2010-02-04 Anders CarlssonRename StartConditionalBranch/FinishConditionalBranch...
2010-02-04 Anders CarlssonFix another pointer-to-member function miscompile,...
2010-02-04 Anders CarlssonImprove test.
2010-02-04 Anders CarlssonCalculate offset correctly when taking the address...
2010-02-04 Ted KremenekConvert flags in FormatSpecifier to be bitfields instea...
2010-02-04 Ted KremenekAdd assorted test cases from PR 4172.
2010-02-04 John McCallAllow calling convention attributes to apply to types...
2010-02-04 Zhongxing XuCast evaluation no longer touch GRState.
2010-02-04 Ted KremenekSpecially handle casts to 'void' in AdjustedReturnValue...
2010-02-04 Ted KremenekRemove stray typo.
2010-02-04 John McCallMangle member expressions. Also invented.
2010-02-04 Zhongxing XuNow that CastRetrievedVal returns SVal, there is no...
2010-02-04 John McCallAdd a cautionary note about the mangling I just invented.
2010-02-04 John McCallAdd mangling support for calls, sizeof/alignof, constru...
2010-02-04 Ted Kremenekstatic analyzer: handle casts of a function to a functi...
2010-02-04 Fariborz JahanianFix rewriting of 'const' __block variables in
2010-02-03 Anders CarlssonDon't try to fold DeclRefExprs that point to ParmVarDec...
2010-02-03 Fariborz JahanianFix more rewriting of protocol-quialified 'id' type.
2010-02-03 Sebastian RedlIn some contexts, type declarations cannot occur. Pass...
2010-02-03 Chris Lattnerdon't inform comment handlers about comments in #if...
2010-02-03 Douglas GregorDefine two types to be "compatible" in C++ if they...
2010-02-03 Chris LattnerDeclarators can have grouping parens. This fixes rdar...
2010-02-03 Fariborz JahanianPatch to allow reinterpret_cast on objective-c pointers.
2010-02-03 Daniel DunbarRevert "Numerous changes to selector handling:", this...
2010-02-03 Sebastian RedlTop-level const changes do not make a qualification...
2010-02-03 Douglas GregorWhen determining whether a function without a prototype...
2010-02-03 Anders CarlssonHandle reference binding in aggregate initializers...
2010-02-03 Anders CarlssonAdd a band-aid fix for clang self-hosting. A better...
2010-02-03 Eli FriedmanFix for PR6220: compute the correct type for multichara...
2010-02-03 Anders CarlssonMore cleanup.
2010-02-03 Anders CarlssonRevert the new reference binding code; I came up with...
2010-02-03 David ChisnallFirst pass at adding GC support for GNU runtime. GC...
2010-02-03 Chandler CarruthTeach the allocation function overload handling to...
2010-02-03 Chandler CarruthFix PR6149 by looking at the qualifiers on the referred...
2010-02-03 Douglas GregorWhen a function or variable somehow depends on a type...
2010-02-03 Chandler CarruthAdd FlatStore.cpp (from r95214) to CMake build. Don...
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:
next