]> granicus.if.org Git - clang/shortlog
clang
2012-05-09 Roman DivackyImplement PPC64TargetCodeGenInfo.
2012-05-09 Jim GrosbachARM: Support marking intrinsic definitions as 'unavailable'
2012-05-09 Chad Rosier[driver] Use the iOS target triple to infer the deploym...
2012-05-09 Anna Zaks[analyzer]Extend the available checks list and the...
2012-05-09 Bob WilsonIgnore a "generic" return value from getHostCPUName...
2012-05-09 Argyrios Kyrtzidis[libclang] Add a test for objc boxed expressions.
2012-05-09 Anna Zaks[analyzer] Simplify r156446, as per Ted's review.
2012-05-09 Anna Zaks[analyzer] Allow pointers to escape through selector...
2012-05-09 Fariborz JahanianRemove this test again which fails the build-bot for...
2012-05-09 Simon AtanasyanDeclare abstract class ArgumentsAdjuster. This abstract...
2012-05-09 Fariborz JahanianRe-add test for // rdar://11374235
2012-05-09 Argyrios Kyrtzidis[AST/libclang] Speed up clang_getOverriddenCursors...
2012-05-09 Nuno Lopesupdate calls to objectsize intrinsic to match LLVM...
2012-05-09 Richard SmithRecover properly if a class member declaration starts...
2012-05-09 Ted KremenekFix Engrish.
2012-05-09 Ted KremenekTeach IsTailPaddedMemberArray() (used by -Warray-bounds...
2012-05-09 Richard SmithA little tweak to the SFINAE condition reporting. Don...
2012-05-09 Ted KremenekFix typo.
2012-05-09 Fariborz JahanianRemove thid test for now.
2012-05-09 Richard TrieuUpdate the SelfReferenceChecker. Refactored some of...
2012-05-09 Ted KremenekUpdate checker build.
2012-05-08 Fariborz JahanianModern objective-c translation. Translating default
2012-05-08 Anna Zaks[analyzer] We currently do not fully support CompoundLi...
2012-05-08 Nuno Lopesadd -fbounds-checking option.
2012-05-08 Ted KremenekHaving RegionStore lower field bindings to raw offsets...
2012-05-08 Ted KremenekWhen creating lazy bindings in RegionStore, propagate...
2012-05-08 Ted KremenekInclude address of Store in graphviz output of Exploded...
2012-05-08 John McCallBind cleanups after doing l2r conversion on the operand...
2012-05-08 Anna Zaks[analyzer] SelfInit: Stop tracking self if it's assigne...
2012-05-08 Fariborz Jahanianmodern objc translation. objc_getClass() and objc_getM...
2012-05-08 Eric ChristopherThe address of a vla is actually complex and requires...
2012-05-08 Eric ChristopherWhitespace.
2012-05-08 Douglas GregorFix fmin*/fmax* library builtin signatures.
2012-05-08 Fariborz JahanianFixes a typo. note_xxx not not_xxx.
2012-05-08 Hans WennborgMake -Wformat accept printf("%hhx", c); with -funsigned...
2012-05-08 Gregory Szorc[clang.py] Remove trailing whitespace from recent commits
2012-05-08 Gregory Szorc[clang.py] TranslationUnit API improvements
2012-05-08 Ted KremenekTeach the analyzer about CXXScaleValueInitExpr.
2012-05-08 Jordy RoseClean up SemaDeclAttr for high-warnings build.
2012-05-08 Jordy Rose[analyzer] BasicConstraintManager: drop NE-constraints...
2012-05-08 Jordy Rose[analyzer] Rework both constraint managers to handle...
2012-05-08 Jordy Rose[analyzer] Add an abstraction for the bit width and...
2012-05-08 Nuno Lopeshopefully unbreak some buildbots
2012-05-08 Argyrios Kyrtzidis[libclang] Map 'id'/'Class'/'SEL' to the corresponding...
2012-05-08 Douglas GregorRobustify test
2012-05-08 Rafael EspindolaAdd missing 'y'.
2012-05-08 Douglas GregorIntroduce a new libclang API to determine the platform...
2012-05-08 Ted KremenekTeach the static analyzer that NSLog() and friends...
2012-05-07 Rafael EspindolaProcess attributes in the order they appear in the...
2012-05-07 Anna Zaks[analyzer]Turn on MallocSizeOfChecker by default; short...
2012-05-07 Argyrios Kyrtzidis[libclang] Actually commit the changes to make libclang...
2012-05-07 Argyrios Kyrtzidis[libclang] Put the RecursiveASTVisitor in libclang...
2012-05-07 Argyrios KyrtzidisUn-revert r156142, "[libclang] Bring back BodyIndexer...
2012-05-07 Argyrios Kyrtzidis[libclang] Use a copy of the data-recursive RecursiveAS...
2012-05-07 Chandler CarruthRemove the 'intrin.h' builtin header file and its tests...
2012-05-07 Nuno Lopesmake this test a little more useful. I'll add more...
2012-05-07 Anna Zaks[analyzer] Fix a crash in triggered by OSAtomicChecker.
2012-05-07 Anna Zaks[analyzer] Fixup for r155244: PurgeDeadSymbols should...
2012-05-07 Nuno Lopesremove code to add bound checks for simple array access...
2012-05-07 Anna Zaks[analyzer]Fixup r156215: use StopTracking summary inste...
2012-05-07 Douglas GregorRevert r156097, which appears to be causing some breakage.
2012-05-07 Manuel KlimekFix includes for unices that don't have chdir declared...
2012-05-07 Manuel KlimekIncludes direct.h for windows compilation.
2012-05-07 Manuel KlimekFixes resolution of relative paths when running clang...
2012-05-07 Abramo BagnaraFixed UserDefinedLiteral source locations.
2012-05-07 Richard SmithWhen we suppress an error due to SFINAE, stash the...
2012-05-07 Craig TopperConvert AVX non-temporal store builtins to LLVM-native...
2012-05-07 John McCallChange how we suppress access control in explicit insta...
2012-05-07 John McCallThere is no reason for these methods to be out-of-line.
2012-05-07 John McCallRefactor DelayedDiagnostics so that it keeps diagnostics in
2012-05-07 Manuel Klimek- Adding lexical_parent and semantic_parent properties...
2012-05-07 Aaron BallmanUpdating the test case based on previous patch
2012-05-07 Richard SmithA union can have a constexpr defaulted default construc...
2012-05-07 David BlaikieRemove variable made unused by r156270.
2012-05-07 Aaron BallmanDetecting illegal instantiations of abstract types...
2012-05-06 Jordy Rose[analyzer] Reduce parallel code paths in SimpleSValBuil...
2012-05-06 Rafael EspindolaSplit mergeAvailabilityAttr out of handleAvailabilityAt...
2012-05-06 Rafael EspindolaPut the availability warnings in a group.
2012-05-06 Aaron BallmanSimple typo fix (syntex to syntax). Fixes PR12735
2012-05-06 NAKAMURA TakumiRevert r156142, "[libclang] Bring back BodyIndexer...
2012-05-06 Richard SmithA conversion operator in a base class shouldn't hide...
2012-05-05 Ted KremenekRevert r156141 (making RecursiveASTVisitor data recursi...
2012-05-05 Argyrios KyrtzidisUse raw_ostream in TypePrinter and eliminate uses of...
2012-05-05 Argyrios KyrtzidisMake BuiltinType::getName return a StringRef and introd...
2012-05-04 Douglas GregorMove Sema::VerifyIntegerConstantExpression() and
2012-05-04 Anna Zaks[analyzer] RetainCountChecker: Allow objects to escape...
2012-05-04 Anna Zaks[analyzer] One more pointer escape test.
2012-05-04 Ted KremenekExplicitly model capturing variables for blocks in...
2012-05-04 Chris Lattnerremove something that is really old and out of date.
2012-05-04 Jean-Daniel... Inhibit ObjC format warning only in system headers...
2012-05-04 Richard SmithRemove DiagGroups from notes, and add a TableGen assert...
2012-05-04 Argyrios KyrtzidisAdd more comments for Lexer::makeFileCharRange.
2012-05-04 Douglas GregorSynchronize the representations of DeclarationName...
2012-05-04 Sean CallananIsTailPaddedMemberArray uses a FieldDecl's
2012-05-04 Argyrios Kyrtzidis[PCH] Use DenseMap instead of std::map to keep track...
2012-05-04 Anna Zaks[analyzer]Fixup r156134: Handle the case when FunctionD...
2012-05-04 Douglas GregorMove Sema::RequireNonAbstractType() off of PartialDiagn...
2012-05-04 Douglas GregorSwitch RequireLiteralType() off of PartialDiagnostic.
2012-05-04 Douglas GregorMove Sema::RequireCompleteType() and Sema::RequireCompl...
2012-05-04 DeLesley HutchinsThread safety analysis: check for LOCKABLE attribute...
next