]> granicus.if.org Git - clang/shortlog
clang
2010-05-12 John McCallWhen checking scopes for indirect goto, be more permiss...
2010-05-12 Devang PatelUse end location of DeclStmt to mark stop point.
2010-05-11 Douglas GregorBoostCon tutorial notes, temporary
2010-05-11 Abramo BagnaraMerged Elaborated and QualifiedName types.
2010-05-11 Daniel DunbarSpeculatively revert r103497, "Do not mark the virtual...
2010-05-11 Daniel DunbarIRgen/i386/C++: Fix isSingleElementStruct computation...
2010-05-11 Douglas GregorDo not mark the virtual members of an implicitly-instan...
2010-05-11 Duncan SandsVISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY.
2010-05-11 Fariborz JahanianFix test.
2010-05-11 Douglas GregorIt's bad form to create VarDecl's without DeclContexts
2010-05-11 Douglas GregorThe C++98/03 standard is disturbingly silent about...
2010-05-11 Douglas GregorStatic data members intialized in-class that have const...
2010-05-11 Fariborz JahanianMinor refactoring of my last patch.
2010-05-11 Douglas GregorFix indentation
2010-05-11 Douglas GregorA DeclRefExpr that refers to a member function or a...
2010-05-11 Chandler CarruthAdd a test for a subtle instantiation pattern that...
2010-05-11 Douglas GregorFixes for compilation with Microsoft Visual Studio...
2010-05-10 Devang PatelInitialize Column.
2010-05-10 Fariborz JahanianAllow static_cast to objective-c pointers.
2010-05-10 Daniel Dunbartests: Avoid spurious use of /dev/null.
2010-05-10 John McCallRefactor the constant-evaluator so that it only support...
2010-05-10 Fariborz JahanianObjective-C++ Code gen. Handle code gen. for property
2010-05-10 Ted KremenekAllocate most of DeclarationNamesTable using ASTContext...
2010-05-10 Ted KremenekStart converting pieces of DeclarationNameTable to...
2010-05-10 Ted KremenekConvert CXXTempory[] in CXXExprWithTemporaries to be...
2010-05-10 Douglas GregorImproved -ast-print-xml for C++, from Sebastien Binet!
2010-05-10 Douglas GregorAlternative workaround for MSVC compilation failure...
2010-05-10 Devang PatelIf variable location is invalid then use current location.
2010-05-10 Daniel DunbarFix refacto in r103387, noticed by Christopher Jefferson.
2010-05-10 Anders CarlssonAdd an UpdateVBases parameter to UpdateEmptyClassOffset...
2010-05-10 Anders CarlssonMore work on handling empty classes.
2010-05-10 Chris Lattnerpch'ify CXXNewExpr and CXXZeroInitValueExpr
2010-05-10 Chandler CarruthDoxygen-ify a comment and add an example of when this...
2010-05-10 Chris Lattnerfix refactor-o
2010-05-10 Chris Lattnerpchify CXXTemporary, CXXBindTemporaryExpr, and
2010-05-09 Chandler CarruthFix typo.
2010-05-09 Chris Lattnerpch'ify default argument definitions and uses.
2010-05-09 Chris Lattnerpch'ify 'this' and 'throw'
2010-05-09 Chris Lattnerpch'ify typeid.
2010-05-09 Chris Lattnerpchify CXXMemberCallExpr correctly. Before it would...
2010-05-09 Anders CarlssonCleanup.
2010-05-09 Douglas GregorBe more careful about picking a template parameter...
2010-05-09 David ChisnallTweaked selector mangling again (GNU runtime).
2010-05-08 Douglas GregorFix a silly bootstrap-breaking thinko, where we were...
2010-05-08 Anders CarlssonActually compute the empty subobject sizes. No function...
2010-05-08 Douglas GregorImprove our handling of the -Wunused-variable warning...
2010-05-08 Douglas GregorDon't complain about an __builtin_va_arg expression...
2010-05-08 Anders CarlssonAdd a SizeOfLargestEmptySubobject member to ASTRecordLa...
2010-05-08 Douglas GregorAttempted workaround for MSVC compile error
2010-05-08 Douglas GregorWhen instantiating statements that involve conditions...
2010-05-08 David ChisnallFixed linkage problem from last commit (GNU runtime).
2010-05-08 David ChisnallTweaked selector generation (GNU runtime). Removed...
2010-05-08 Douglas GregorDon't destroy the data associated with an overload...
2010-05-08 Douglas GregorRecord template argument deduction failures for member...
2010-05-08 Douglas GregorWhen printing an overload candidate that failed due...
2010-05-08 Douglas GregorImprove overload-candidate diagnostic for a function...
2010-05-08 Douglas GregorA leak is better than a double-free while I figure...
2010-05-08 Douglas GregorMinor cleanup, and ban copying of OverloadCandidateSets. No
2010-05-08 Douglas GregorWhen template argument deduction fails because the...
2010-05-08 Douglas GregorWhen printing a non-viable overload candidate that...
2010-05-08 Douglas GregorFix test for Release-Asserts build
2010-05-08 Daniel DunbarUpdate latest checker build to a local link.
2010-05-07 Douglas GregorWhen we encounter a non-dependent type during template...
2010-05-07 Devang PatelIf there is not any debug info for type then do not...
2010-05-07 Douglas GregorIntroduce a recursive AST visitor that makes it trivial...
2010-05-07 John McCallThe FP constant evaluator was missing a few cases of...
2010-05-07 Chris Lattneradd PCH support for a bunch of C++ Decls, patch by
2010-05-07 John McCallMake that null-dereference fix a little clearer by...
2010-05-07 John McCallFix a potential null dereference in the pointer-to...
2010-05-07 John McCallChange the pointer / lvalue constant evaluators to...
2010-05-07 Chris Lattneradd more types to -ast-print-xml, PR5006
2010-05-07 Ted KremenekExtend C++ usrs to include type mangling for tag decl...
2010-05-07 Chris Lattnerclean up isBeforeInTranslationUnit by factoring out...
2010-05-07 Ted KremenekSwitch USR generation over from NamedDecl::getNameAsStr...
2010-05-07 Ted KremenekAdd NamedDecl::printName() for clients that to use...
2010-05-07 Douglas GregorReapply the reference-binding patch applied below,...
2010-05-07 Fariborz JahanianMinor mod. to my last patch.
2010-05-07 Fariborz JahanianFixes a Code gen crash trying to use a dot-syntax for
2010-05-07 Devang PatelAvoid use of DIDescriptor::getNode(). Use overloaded...
2010-05-07 John McCallChange the complex constant evaluator to return a bool...
2010-05-07 Douglas GregorAdd missing #include
2010-05-07 Douglas GregorRevert r103220. It seems to be breaking self-host
2010-05-07 Douglas GregorAdd a stub frontend action for BoostCon, for next week...
2010-05-07 Rafael EspindolaFix PR4386 by implementing gcc's old behaviour (4.2...
2010-05-07 Sebastian RedlTest case for my last fix.
2010-05-07 Sebastian RedlA correct fix for bug 6466.
2010-05-07 Sebastian RedlAnd finally, revert the accidental check-in part of...
2010-05-07 Sebastian RedlRevert 103247, it causes lots of test failures.
2010-05-07 Sebastian RedlPass the correct type to BuildMemberReferenceExpr....
2010-05-07 Chris Lattnerreimplement the guts of SourceManager::isBeforeInTransl...
2010-05-07 John McCallChange Evaluate* in the constant evaluator to enforce...
2010-05-07 John McCallMove CheckICE and isIntegerConstantExpr to ExprConstant...
2010-05-07 Chris Lattnerstart using the caching now that it appears to work!
2010-05-07 Chris Lattnerreimplement the caching in the SourceManager::isBeforeI...
2010-05-07 Ted KremenekAdd initial USR support for mangling in the types of...
2010-05-07 Ted KremenekAdd CXCursor support for LinkageSpecDecl (e.g., 'extern...
2010-05-07 Ted KremenekAdd USR test case for C++ operator methods.
2010-05-07 mike-mReverted r103214.
2010-05-07 Fariborz JahanianImplement encoding of methods which have instantiated
2010-05-07 Douglas GregorWhen determining whether the two types involved in...
next