]> granicus.if.org Git - clang/shortlog
clang
2009-12-31 Douglas GregorImplement typo correction for id-expressions, e.g.,
2009-12-31 Chris Lattnerimprove diagnostics for case when a field type is unkno...
2009-12-30 Anders CarlssonFix a bunch of bugs with VMI RTTI building, and add...
2009-12-30 Zhongxing XuThe element type should also be canonicalized. Add...
2009-12-30 Chris Lattnertestcase for previous patch!
2009-12-30 Chris Lattnerwhen making a decl for __builtin_fabsf() make sure to
2009-12-30 Zhongxing XuFix a comment.
2009-12-30 Chris Lattnerfix PR5917, L'x' was getting the wrong type in c++...
2009-12-30 Fariborz JahanianWhen rewriting a __block declaration, use a suitable...
2009-12-30 Chris Lattnerremove extraneous #include
2009-12-30 Douglas GregorTypo correction for type names when they appear in...
2009-12-30 Douglas GregorFix typo in comment
2009-12-30 Zhongxing XuRemove an duplicated #include.
2009-12-30 Zhongxing XuSimplify code by using an equivalent template class.
2009-12-30 Chandler CarruthMore fixes to the handling of CVR-comparisons on array...
2009-12-30 Anders CarlssonAdd base class checks.
2009-12-30 Anders CarlssonAdd more vtable tests.
2009-12-30 Anders CarlssonMore RTTI cleanup, test that RTTI classes have the...
2009-12-30 John McCallTypedefs can be redeclared. That seems like something...
2009-12-30 Eli FriedmanTest for PR5908.
2009-12-30 Eli FriedmanMake sure to explicitly pass type/value dependence...
2009-12-29 Anders CarlssonMatch gcc and treat vector types as fundamental types.
2009-12-29 Anders CarlssonHandle enum types as well.
2009-12-29 Anders CarlssonTest linkage of RTTI descriptors of array types.
2009-12-29 Anders CarlssonFix function type RTTI linkage and add tests.
2009-12-29 Chandler CarruthFix support for const_cast<>s of array types which...
2009-12-29 Chris Lattnerstrength reduce this call away.
2009-12-29 Chris Lattnerfix whitespace in test to match llvm asmprinter change.
2009-12-29 Chandler CarruthCorrectly refer to element CVR qualifications when...
2009-12-29 Anders CarlssonGet rid of FixedWidthIntType, as suggested by Chris...
2009-12-29 Chandler CarruthHandle using declarations in overloaded and template...
2009-12-28 Chris Lattneradjust for llvm api changes.
2009-12-28 Chris Lattnerthis form of SetDebugLocation is about to go away,...
2009-12-28 Zhongxing XuAdjust indentation.
2009-12-28 Zhongxing XuFix 80-col violation.
2009-12-28 Chris Lattneruse best-fit instead of first-fit when reusing a MacroA...
2009-12-28 Chris LattnerThe PreExpArgTokens array is indexed with an argument #,
2009-12-28 Sam WeinigFix for PR5871. Make __PRETTY_FUNCTION__ work for membe...
2009-12-27 Eli FriedmanMake sure to give an error for template argument lists...
2009-12-27 Anton KorobeynikovPromote arguments of frameaddr / returnaddr builtins...
2009-12-27 Eli FriedmanAdd a sanity assertion so that we don't silently genera...
2009-12-27 Eli FriedmanFix runline.
2009-12-27 Eli FriedmanFix PointerExprEvaluator::VisitCastExpr so it doesn...
2009-12-27 Eli FriedmanFix obvious mistake.
2009-12-27 Sam WeinigFix for PR5872. Add static specifier and const/volatile...
2009-12-26 Daniel DunbarTests: Tweak LLVM-Code-Symbols test to ignore common...
2009-12-26 Eli FriedmanDon't look through casts when looking for the underlyin...
2009-12-25 Eli FriedmanAttempted fix for PR5884; this code will be dead soon...
2009-12-25 Daniel DunbarDriver: Use "g++" as generic gcc name when running...
2009-12-25 Benjamin KramerMake sure operator new[] and operator delete[] match...
2009-12-25 Benjamin KramerRemove some dead variables clang-analyzer found.
2009-12-25 Benjamin KramerFix typo spotted by MSVC.
2009-12-25 Eli FriedmanMinor optimization; emit proper unsupported messages...
2009-12-25 Eli FriedmanSome small improvements to dead code elimination; helps...
2009-12-24 Eli FriedmanMake copy constructor elimination work in more cases...
2009-12-24 Sam WeinigFix for PR5844. Be explicit about anonymous struct...
2009-12-24 Anders CarlssonMove a bunch of class related functions to CGClass...
2009-12-24 Daniel DunbarSketch a simple new C++Tests suite for checking that...
2009-12-24 Anders CarlssonPass the return value slot to all call exprs.
2009-12-24 Douglas GregorEgregious, disgusting workaround for PR5866. We need...
2009-12-24 Anders CarlssonFill in the return value slot in CGExprAgg::VisitCallEx...
2009-12-24 Douglas GregorAdd test case for PR5868, and improve location informat...
2009-12-24 Anders CarlssonAdd a test for x86-64 struct returns under gc.
2009-12-24 Douglas GregorWhen rebuilding a MemberExpr that refers to an anonymou...
2009-12-24 Anders CarlssonPass ReturnValueSlot to EmitCall. No functionality...
2009-12-24 Daniel DunbarFix -Asserts warning.
2009-12-24 Anders CarlssonAdd a ReturnValueSlot class. Change the argument order...
2009-12-24 Douglas GregorWhen transforming CXXExprWithTemporaries and CXXBindTem...
2009-12-24 Douglas GregorFix double-destruction assertion to account for tempora...
2009-12-24 Douglas GregorAssert that we aren't trying to push the same C++ tempo...
2009-12-24 Douglas GregorInitializationSequence handles binding to temporaries...
2009-12-24 John McCallFix the clang-on-clang build: APFloat reports underflo...
2009-12-24 John McCallTweak the text of several main() diagnostics and punch...
2009-12-24 John McCallDiagnose out-of-bounds floating-point constants. Fixes...
2009-12-24 Mike StumpRemove some dead code.
2009-12-24 Mike StumpCleanup some dead code.
2009-12-24 Zhongxing XuAs Ted suggested, record the callsite information with...
2009-12-24 Ted KremenekAdd analyzer test case for 'ForStmt' with condition...
2009-12-24 Ted KremenekEnhance dataflow analyses to recognize branch statement...
2009-12-24 Mike StumpDon't set hidden for a non-external symbol as that...
2009-12-24 David ChisnallFix for bug 5691.
2009-12-24 Zhongxing XuInter-procedural analysis: now we can return from the...
2009-12-24 Ted KremenekFix bug I just introduced in ForStmt::child_end() where...
2009-12-24 Ted KremenekTeach GRExprEngine to handle the initialization of...
2009-12-24 Ted KremenekAdd CFG support for the initializer of the condition...
2009-12-24 Ted KremenekCoelesce 'DoDestroy()' methods in Stmt.cpp, and modify...
2009-12-24 Ted KremenekCFG tweak: in a WhileStmt, the condition variable initi...
2009-12-24 Mike StumpFix recent regression caught by g++.old-deja/g++.mike...
2009-12-24 Ted KremenekTeach GRExprEngine to handle the initialization of...
2009-12-24 Ted KremenekAdd CFG support for the initializer of the condition...
2009-12-24 Ted KremenekModify WhileStmt::child_begin()/child_end() to include...
2009-12-24 Ted KremenekAdd test case for PR 4358.
2009-12-24 Ted KremenekTeach GRExprEngine to handle the initialization of...
2009-12-24 Ted KremenekAdd CFG support for the initializer of the condition...
2009-12-24 Ted KremenekModify SwitchStmt::child_begin()/child_end() to include...
2009-12-24 Nuno Lopessupport the warn_unused_result in C++ class methods
2009-12-23 Nuno Lopesallow the noreturn attribute to be used in class methods
2009-12-23 Ted KremenekAdd StmtIterator support for iterating over both the...
2009-12-23 Ted KremenekTidy up FindSubExprAssignments to not deference the...
2009-12-23 Douglas GregorWhen we see a CXXDefaultArgExpr during template instant...
next