]> granicus.if.org Git - clang/shortlog
clang
2010-05-26 Douglas GregorIntroduce priorities into the code-completion results.
2010-05-26 Nick LewyckyGrammar fix: s/it's/its/g in
2010-05-26 Fariborz JahanianPatch to fix a irgen crash accessing an initialized...
2010-05-26 Ted KremenekPredefine the '__clang_analyzer__' macro when using...
2010-05-26 Fariborz JahanianImprove on flexible array diagnostics (PR7029).
2010-05-26 Fariborz JahanianFixes misc. flexible array bugs in c++ (PR7029).
2010-05-26 Anders CarlssonUpdate .xcodeproj file.
2010-05-26 Charles DavisExtract the ObjC and blocks manglers into their own...
2010-05-26 Abramo BagnaraFixed comment.
2010-05-26 Abramo BagnaraAdded source order to CXXBaseOrMemberInitializer.
2010-05-26 Anders CarlssonMove ComputeEmptySubobjectSizes to EmptySubobjectMap.
2010-05-26 Anders CarlssonStub out the EmptySubobjectsMap class.
2010-05-26 Anders CarlssonInline the RecordLayoutBuilder constructor.
2010-05-26 Anders CarlssonAdd a Layout overload that takes a CXXRecordDecl.
2010-05-26 Benjamin KramerMove RecordLayoutBuilder into an anonymous namespace.
2010-05-26 Douglas GregorWhen transforming a C++ "new" expression's constructor...
2010-05-26 Anders CarlssonRename ASTRecordLayoutBuilder to RecordLayoutBuilder.
2010-05-26 Anders CarlssonRemove RecordLayoutBuilder.h
2010-05-26 Anders CarlssonMove the ASTRecordLayoutBuilder class declaration into...
2010-05-26 Anders CarlssonASTRecordLayoutBuilder is no longer a friend of ASTReco...
2010-05-26 Douglas GregorTell the string literal parser when it's not permitted...
2010-05-26 Anders CarlssonFix thinko and remove another unused function.
2010-05-26 Anders CarlssonFix build.
2010-05-26 Anders CarlssonNo need to use the PrimaryBaseInfo struct in the builder.
2010-05-26 Douglas GregorBe sure to use the standard substitutions when mangling...
2010-05-26 Anders CarlssonRemove FIXME.
2010-05-26 Anders CarlssonFold the other Layout overload into its sole call site.
2010-05-26 Anders CarlssonFold the ASTRecordLayoutBuilder::ComputeLayout overload...
2010-05-26 Anders CarlssonMove the relevant ASTContext member functions that...
2010-05-26 Zhongxing XuSmall fix.
2010-05-26 Zhongxing XuRemove extents of dead symbolic regions when RemoveDead...
2010-05-25 Douglas GregorOnly enable code patterns (e.g., try { statements ...
2010-05-25 Ted KremenekAllocate the contents of TemplateArgumentList using...
2010-05-25 Douglas GregorAdd Redeclarable boilerplate to TypedefDecl, from Peter...
2010-05-25 Charles DavisIRgen: Add a stub class for generating ABI-specific...
2010-05-25 Daniel DunbarDriver/Frontend: Add -emit-codegen-only, for running...
2010-05-25 Chris Lattnermake -ast-dump print something like this for declstmts:
2010-05-25 Douglas GregorFix testsuite for blocks mangling change
2010-05-25 Fariborz JahanianRefactoring of block-pointer type rewrite.
2010-05-25 Douglas GregorFix compilation failure
2010-05-25 Douglas GregorImprove name mangling for blocks and support mangling...
2010-05-25 Fariborz JahanianPatch to rewrite block pointers as arguments to
2010-05-25 Douglas GregorMake sure to strip off top-level cv-qualifiers as part...
2010-05-25 Douglas GregorPut -Wvla into the -Wgnu warning group
2010-05-25 Douglas GregorTurn vertical spacing into horizontal spacing in code...
2010-05-25 Douglas GregorImprove code completion in failure cases in two ways:
2010-05-25 Zhongxing XuCastSizeChecker checks when casting a malloc'ed symboli...
2010-05-25 John McCallIf a function definition has any sort of weak linkage...
2010-05-25 Nick LewyckyMake this class useful as a base.
2010-05-25 Daniel DunbarIRgen/C++: When mark vtables used, make sure to still...
2010-05-25 Daniel DunbarSimplify.
2010-05-24 Chris Lattnerimprove the fixit for the missing : error when parsing...
2010-05-24 Chris Lattneradd a few more categories.
2010-05-24 Chris Lattnermissed an svn add
2010-05-24 Chris Lattnerpush categories forward a bit more: document them,...
2010-05-24 Douglas GregorDon't complain about VLAs of non-POD types when the...
2010-05-24 Douglas GregorA type- or value-dependent expression cannot use bitfield
2010-05-24 Chris Lattnerwhen too many errors are emitted, and we produce:
2010-05-24 Fariborz JahanianFix a rewriting bug where a local static objective-c
2010-05-24 Fariborz JahanianFix an objective-c rewriter bug when pre-processed...
2010-05-24 Douglas GregorMake sure that we instantiate variably modified types...
2010-05-24 Douglas GregorDowngrade deletion of a void* from an error (which...
2010-05-23 Douglas GregorAn identity conversion is better than any non-identity
2010-05-23 Douglas GregorIn C++, one cannot assign from an arithmetic type to...
2010-05-23 Douglas GregorMake clang_isFromMainFile() robust against NULL source...
2010-05-23 Benjamin KramerAdd a comment for r104472.
2010-05-23 Benjamin KramerPR5863: Don't erase unreachable BBs which have an assoc...
2010-05-23 Douglas GregorIt turns out that people love using VLAs in templates...
2010-05-23 Douglas GregorComplain about sizeof(overloaded function) rather than...
2010-05-23 Douglas GregorMove OverloadExpr over to a ASTContext-allocated pointe...
2010-05-23 Douglas GregorProvide the overloaded functions for UnresolvedLookupEx...
2010-05-23 Douglas GregorKeep track of all of the class and function template...
2010-05-23 Anders CarlssonWhen recording empty subobjects we should always look...
2010-05-23 Douglas GregorPut the VLA-is-an-extension warning into its own warnin...
2010-05-23 Douglas GregorEven though we don't unique VLA types, we still need...
2010-05-22 John McCallRe-teach IR gen to perform GC moves on rvalues resultin...
2010-05-22 Anders CarlssonReally fix PR7139. There was one boost test that we...
2010-05-22 Anders CarlssonRe-land the fix for PR7139.
2010-05-22 Douglas GregorDon't look for a destructor in a dependent type. Fixes...
2010-05-22 Douglas GregorWhen determining whether we can use "this", make sure...
2010-05-22 Douglas GregorImplement support for variable length arrays in C+...
2010-05-22 Chris Lattnerminor updates
2010-05-22 Douglas GregorImprove our handling of reference binding for subobjects of
2010-05-22 Daniel DunbarAttempt to make MSVC happy.
2010-05-22 Chandler CarruthDaniel re-educated me about what Alias does and does...
2010-05-22 John McCallPush a return-value slot throughout ObjC message-send...
2010-05-22 Daniel DunbarDriver: When printing a "command was signalled" type...
2010-05-22 Daniel DunbarDriver: Add Tool::ShortName, intended to be a human...
2010-05-22 Ted KremenekMake crashreport data in libclang a compile-time option.
2010-05-21 Douglas GregorImprove recovery when we see a dependent template name...
2010-05-21 Fariborz JahanianClang missing warning about conflicting declaration...
2010-05-21 Douglas GregorImprove parser recovery when we encounter a dependent...
2010-05-21 Nick LewyckyOutdent this file by 2 spaces per the coding standards...
2010-05-21 Anders CarlssonUnbreak self-host.
2010-05-21 Ted KremenekUpdate retain-release checker to understand changes...
2010-05-21 Ted KremenekPass around an error SourceRange instead of an Expr...
2010-05-21 Anders CarlssonRename CodeGenFunction::EmitMemSetToZero to EmitNullIni...
2010-05-21 Douglas GregorWhen instantiating a function declaration within a...
2010-05-21 Chris Lattnerdown with export.
2010-05-21 Abramo BagnaraImproved TypeLoc::getSourceRange().
next