]> granicus.if.org Git - clang/shortlog
clang
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.
2012-10-16 Joerg SonnenbergerWhen using a symbol with attribute weakref, search...
2012-10-16 Fariborz JahanianMinor tweak to last patch along with a test case.
2012-10-16 Fariborz Jahanianfixes an objc crash involving objc bool literal on
2012-10-16 David ChisnallGNUstep runtime version default to 1.6, generate correc...
2012-10-16 Alexey SamsonovTransform pattern:
2012-10-16 Bill WendlingUse the Attributes::get method which takes an AttrVal...
2012-10-16 Jordan Rose[analyzer] ObjCContainersASTChecker: minor cleanup...
2012-10-15 Anna Zaks[analyzer] CmpRuns - cleaned up the API, added relative...
2012-10-15 Anna Zaks[analyzer] Embed the analyzer version into the plist...
2012-10-15 Anna Zaks[analyzer] Enhance the error message.
2012-10-15 Anna Zaks[analyzer] Do not warn on direct ivar assignments withi...
2012-10-15 Daniel DunbarUn-revert r164907 and r164902 (+ follow-ups), 10.6...
2012-10-15 Abramo BagnaraFixed CXXNamedCast right paren location propagation...
2012-10-15 Abramo BagnaraFixed LabelDecl source range.
2012-10-15 Abramo BagnaraFixed ClassTemplateSpecializationDecl source range.
2012-10-15 Abramo BagnaraFixed FunctionTypeLoc range for trailing return type.
2012-10-15 Fariborz JahanianFixes location of overriding declaration with no comment
2012-10-15 Nico WeberRevert r164907 and r164902 (+ follow-ups). They broke...
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Chad Rosier[ms-inline asm] Rework the front-end to use the API...
2012-10-15 Fariborz Jahanianstructured document comment: patch to provide comment...
2012-10-15 Douglas GregorTeach TargetInfo to hold on to the TargetOptions with...
2012-10-15 Kostya Serebryany[asan] make AddressSanitizer to be a FunctionPass inste...
2012-10-15 Daniel JasperOnly report first error when no compilation database...
2012-10-15 Bill WendlingUse enum values instead of magic numbers for indexing...
2012-10-15 Douglas GregorIntroduce the notion of excluded headers into the modul...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-15 Richard SmithAt -O0, emit an @llvm.trap() call at the end of a value...
2012-10-14 Benjamin KramerMake sure temporary files are deleted when recovering...
2012-10-14 Benjamin KramerDelete temporary output files when an error occurs...
2012-10-14 Benjamin KramerSimplify code. No functionality change.
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-14 Bill WendlingUse the Builder to create the stack alignment attribute.
2012-10-13 Nico Weber"Implement" codegen support for __noop().
2012-10-13 Nico WeberSimplify. Suggestion by Sean Silva.
2012-10-13 Jordan Rose[analyzer] Remove the "direct bindings only" Environmen...
2012-10-13 Jordan Rose[analyzer] Remove unneeded 'inlineCall' checker callback.
2012-10-13 Chad RosierUpdate for r165858.
2012-10-12 Chad Rosier[ms-inline asm] Remove a bunch of parsing code from...
2012-10-12 Eli FriedmanAdd TargetInfo for r600.
2012-10-12 Eli FriedmanMake -mms-bitfields behave consistently.
2012-10-12 Richard Smith-fcatch-undefined-behavior: Trap undefined behavior...
2012-10-12 Ted KremenekMove assertion to not crash tests.
2012-10-12 Ted KremenekSilence static analyzer issue by documenting that in...
2012-10-12 Ted KremenekSilence null dereference warnings by documenting contex...
2012-10-12 Ted KremenekFurther harden checking that scan-view isn't serving...
2012-10-12 Ted KremenekFix potential crash in ObjCContainersChecker by properl...
2012-10-12 Ted KremenekSilence dead store warning. It is conceptually possibl...
2012-10-12 Ted KremenekFix potential null deference in CFG printer.
2012-10-12 Ted KremenekRemove dead store.
2012-10-12 Chad RosierUpdate for r165833.
next