]> granicus.if.org Git - clang/shortlog
clang
2012-10-19 Jordan RoseAllow objc_requires_super to be used to check class...
2012-10-19 Andy GibbsChange VerifyDiagnosticConsumer so that it *must* conta...
2012-10-19 Andy GibbsPrior to adding the new "expected-no-diagnostics" direc...
2012-10-19 Andy GibbsFix directive parsing in VerifyDiagnosticConsumer so...
2012-10-19 Nick LewyckyRevert r166268, this fix for a crash-on-invalid introdu...
2012-10-19 Kostya Serebryany[asan] update asan docs to explain more about linking...
2012-10-19 Richard SmithDR1511: A const volatile global does not implicitly...
2012-10-19 Richard SmithPR14124: When performing template instantiation of...
2012-10-19 Rafael EspindolaFix handling of the regparm attribute in the presence...
2012-10-19 Craig TopperTeach getColumnNumber to use the line cache to get...
2012-10-19 Nadav RotemReintroduce the TargetTransformInfo to the clang pass...
2012-10-19 NAKAMURA Takumiclang/test/Index/annotate-comments.cpp: Relax the expre...
2012-10-19 NAKAMURA TakumiASTWriter.cpp: Fix a warning. [-Wunused-variable]
2012-10-19 David BlaikieHandle diamond inheritance in -Woverloaded-virtual.
2012-10-19 Nick LewyckyFix typo in comment.
2012-10-19 Douglas GregorDescribe the new input-files block and its record,...
2012-10-19 Douglas GregorMove the set of files to be validated in an AST file...
2012-10-19 NAKAMURA Takumiclang/test/Index/annotate-comments.cpp: Mark this as...
2012-10-18 Argyrios KyrtzidisRevert r166223 and the subsequent commits that depend...
2012-10-18 Eric ChristopherFix up comment and invert order. Most simple check...
2012-10-18 Eli FriedmanUse the type as written when pretty-printing C-style...
2012-10-18 Eric ChristopherAdd a new option for and disable column number informat...
2012-10-18 Eric ChristopherRemove trailing comma.
2012-10-18 Douglas GregorMove OriginalDir from ASTReader to ModuleFile.
2012-10-18 Fariborz Jahanian[doc parsing] use getParamName to access parameter
2012-10-18 Michael J.... [Options] Make Option non clang specific.
2012-10-18 Douglas GregorMove the "RelocatablePCH" bit from the ASTReader to...
2012-10-18 Douglas GregorMove information about the "original file" from the...
2012-10-18 Eli FriedmanRemove check which incorrectly suppressed printing...
2012-10-18 Eli FriedmanFix AST pretty-printing for C++ new expressions with...
2012-10-18 Michael J.... [Options] make Option a value type.
2012-10-18 Chad Rosier[ms-inline asm] Add a size argument to the LookupInline...
2012-10-18 Eli FriedmanFix Objective-C implicit property synthesis for C+...
2012-10-18 Benjamin KramerEmit diagnostics in chunks even when we're trying to...
2012-10-18 Chad Rosier[ms-inline asm] Have the LookupInlineAsmIdentifier...
2012-10-18 Anna Zaks[analyzer] Ivar invalidation: identify properties decla...
2012-10-18 Anna ZaksFactor CollectClassPropertyImplementations out of Sema...
2012-10-18 Fariborz JahanianPatch for decl printer test of objective-c methods.
2012-10-18 Axel NaumannFrom Vassil Vassilev: enable Sema to deal with multiple...
2012-10-18 Douglas GregorCollapse the original file name and original file ID...
2012-10-18 Douglas GregorCollapse the "version control revision/tag" AST file...
2012-10-18 Dmitri GribenkoFix more documentation comments in Comment.h
2012-10-18 Dmitri GribenkoExpand the comment for DeclInfo::CurrentDecl.
2012-10-18 Douglas GregorSplit the target options out into their own record...
2012-10-18 Richard SmithDR1442: In a range-based for statement, namespace ...
2012-10-18 Chad Rosier[ms-inline asm] Remove accidental commit.
2012-10-18 Fariborz JahanianImprove comment in couple of fields of DeclInfo.
2012-10-18 Fariborz JahanianFix this test to match recent addition of declaration...
2012-10-18 David BlaikiePR14021: Copy lookup results to ensure safe iteration.
2012-10-18 Chad Rosier[ms-inline asm] Move most of the AsmParsing logic in...
2012-10-18 Andy GibbsFix typo (test commit)
2012-10-18 Dmitri GribenkoUn-XFAIL some tests for comment to XML conversion....
2012-10-18 Abramo BagnaraFixed some corner cases due to implicit int TypeLoc...
2012-10-18 Nick LewyckyPut used="1" on all used declarations in the XML dumper...
2012-10-18 Douglas GregorStart factoring the on-disk records for an AST file...
2012-10-18 Bob WilsonRevert svn r165741 "Add TargetTransformInfo to the...
2012-10-18 NAKAMURA Takumilibclang/CXComment.cpp: Fix abuse of StringRef.
2012-10-18 Richard SmithTests for DR1507.
2012-10-18 Argyrios Kyrtzidis[libclang] Invoke a ppIncludedFile callback when indexi...
2012-10-18 Argyrios Kyrtzidis[libclang] Add a test for annotation of module headers
2012-10-17 Richard SmithUpdate comment to match DR1502.
2012-10-17 Richard SmithDR1535: only potentially-evaluated typeid expressions...
2012-10-17 David BlaikieFix -Woverloaded-virtual when the using statement refer...
2012-10-17 Richard SmithDR1528: C++11 doesn't allow repeated cv-qualifiers...
2012-10-17 Fariborz JahanianXFAIL these tests until I can figure out what is going...
2012-10-17 Fariborz JahanianAdds couple of missing warning flags so warnings can...
2012-10-17 Richard SmithAdd -std=c++1y argument, for *highly* experimental...
2012-10-17 Fariborz Jahanian[Doc parsing]: This patch adds <Declaration> tag to
2012-10-17 Anna Zaks[analyzer] CmpRuns: cleanup APIs, allow processing...
2012-10-17 Jordan Rose[analyzer] When binding to a ParenExpr, bind to its...
2012-10-17 Jordan Rose[analyzer] Create a temporary region when accessing...
2012-10-17 David BlaikieMove -Wint-to-pointer-cast from -Wall to -Wmost to...
2012-10-17 Eric ChristopherRevert r158009 since there are some uses of artificial...
2012-10-17 Daniel JasperFix tests, which accidentally matched implicit code...
2012-10-17 Chandler CarruthRemove an unneeded flag from the bitrig driver tests.
2012-10-17 Daniel JasperFirst version of matchers for Types and TypeLocs.
2012-10-17 Richard SmithUpdate test FIXME: The '[]' in 'delete []' is never...
2012-10-17 John McCallSet a special flag in class metadata when an Objective...
2012-10-17 John McCallOrganize and rename the magic constants for class flags.
2012-10-17 John McCallAt -O0, prefer objc_storeStrong with a null new value...
2012-10-17 David BlaikieImplement C++ 10.3p16 - overrides involving deleted...
2012-10-17 Nico Weber"'Might as well make it static const.' -- John McCall...
2012-10-17 Douglas GregorFix the handling of target options in our unit tests.
2012-10-16 Eli FriedmanMove test to a more appropriate place.
2012-10-16 Eli FriedmanFix pretty-printing for variables declared in a conditi...
2012-10-16 Douglas GregorSerialize TargetOptions into an AST file, and make...
2012-10-16 Richard SmithDR1492: In a definition of a destructor, the exception...
2012-10-16 David BlaikiePR13684: Emit vtable entries for deleted functions...
2012-10-16 Manman RenARM ABI: fix testing case arm-abi-vector.c by using...
2012-10-16 Derek SchuffAdd pnaclcall convention to Native Client targets.
2012-10-16 Manman RenXFAIL this testing case to recover buildbot
2012-10-16 Chad Rosier[ms-inline asm] Move some logic around to simplify...
2012-10-16 David BlaikieTest pure virtual vtable entries in the Itanium ABI.
2012-10-16 David BlaikieNote deleted functions when dumping vtables.
2012-10-16 Manman RenARM ABI: fix ABI alignment issues in varargs.
2012-10-16 Anna Zaks[analyzer] Expose clang_version in CmpRuns
2012-10-16 Anna Zaks[analyzer] Ivar Invalidation: track ivars in continuati...
2012-10-16 Manman RenARM ABI: passing illegal vector types as varargs.
2012-10-16 Manman RenARM ABI: fix ABI alignment issues when passing legal...
2012-10-16 David BlaikieImplement GCC's -Wint-to-pointer-cast.
next