]> granicus.if.org Git - clang/shortlog
clang
2012-07-20 Fariborz JahanianFixes an ObjC++ parse crash caused by delayed parsing
2012-07-20 Dmitri GribenkoCommentBriefParser: coding style fix
2012-07-20 Dmitri GribenkoCommentBriefParser: use \returns if we can't find the...
2012-07-20 NAKAMURA TakumiCMake: clang should depend on clang-headers, or bin...
2012-07-20 Nico WeberRevert r160319, it caused PR13417. Add a test for PR13417.
2012-07-20 Nico WeberLet Expr::HasSideEffects() return false for NULL, bool...
2012-07-20 Nico WeberRename warn-unused-member.cpp to warn-unused-private...
2012-07-20 Chandler CarruthSwitch to the canonical pipe-based testing of clang...
2012-07-20 Chandler CarruthRemove dos line endings. Please remember to configure...
2012-07-19 Anna Zaks[analyzer] Refactor VisitObjCMessage and VisitCallExpr...
2012-07-19 Eric ChristopherFileCheck-ize.
2012-07-19 Eric ChristopherRemove HasSynthBitfield and all callers/writers/etc...
2012-07-19 Eric ChristopherReset the layout of an ObjC class if we see an ivar...
2012-07-19 Aaron BallmanRemoving a spurious comment, no functionality changes.
2012-07-19 Dmitri GribenkoCommentDumper: print word-like arguments for block...
2012-07-19 Jordan RoseFor varargs, diagnose passing ObjC objects by value...
2012-07-19 Jordan RoseCapitalize "Objective-C" and "C++" in user-facing contexts.
2012-07-19 Jordan RoseDon't crash checking a format string if one of the...
2012-07-19 Argyrios KyrtzidisAdd a test case for rdar://11806334.
2012-07-19 Ted KremenekSimplify UninitializedValues.cpp by removing logic...
2012-07-19 Michael HanRemove an unused header
2012-07-19 Bob WilsonDefine __FINITE_MATH_ONLY__ based on -ffast-math and...
2012-07-19 Aaron BallmanRelaxed enumeration constant naming rules for scoped...
2012-07-19 Richard SmithSilence another GCC warning.
2012-07-19 NAKAMURA TakumiRevert r160404, "Eliminating the GCC_CAST hack, take...
2012-07-19 Richard SmithSilence GCC warnings.
2012-07-19 Bob WilsonForce the OS X version to 10.6 for old-style simulator...
2012-07-19 Dmitri GribenkoCommentSema: add more inline commands to tables
2012-07-19 Dmitri GribenkoFix ParagraphComment::isWhitespace(): a paragraph witho...
2012-07-18 Richard SmithFix OverloadCandidateSet::clear to not leak PartialDiag...
2012-07-18 Dmitri GribenkoComment::dump(): show name of inline command
2012-07-18 Dmitri GribenkoComment parsing: don't parse whitespace before \endverb...
2012-07-18 Aaron BallmanRolling this change back because the fix doesn't fit...
2012-07-18 Jordan Rose[analyzer] Combine all ObjC message CallEvents into...
2012-07-18 Jordan Rose[analyzer] Rename addExtraInvalidatedRegions to get...
2012-07-18 Jordan Rose[analyzer] Make CallEvent a value object.
2012-07-18 Jordan Rose[analyzer] Remove obsolete ObjCPropRef SVal kind.
2012-07-18 Jordan Rose[analyzer] Remove unused ExprEngine::VisitCXXTemporaryO...
2012-07-18 Aaron BallmanFixing up a test case that was failing due to the lack...
2012-07-18 Dmitri GribenkoThis fits into 80 columns without wrapping.
2012-07-18 Dmitri GribenkoAdd caching for TextComment::isWhitespace(), ParagraphC...
2012-07-18 Benjamin KramerRemove trivial destructor from SVal.
2012-07-18 Dmitri GribenkoOn Darwin, the linker removes functions in CommentDumpe...
2012-07-18 Alexander KornienkoReverted custom init hook from r160369.
2012-07-18 Ted KremenekFix crash in RegionStoreManager::evalDerivedToBase...
2012-07-18 Ted KremenekTeach CFG construction about destructors resulting...
2012-07-18 Richard SmithPR13381, part 2: when determining if a defaulted specia...
2012-07-18 Richard SmithPR13381: consider cv-qualifiers on a class member's...
2012-07-18 Richard SmithPR13386: When matching up parameters between a function...
2012-07-18 Eli FriedmanFix test so it works the same way on 32-bit and 64...
2012-07-18 Dmitri GribenkoCommentSema: \short is the same as \brief.
2012-07-18 Douglas GregorWhen performing the deduced/actual argument type check...
2012-07-18 Joel JonesMore replacing of target-dependent intrinsics with...
2012-07-17 Douglas GregorRemove unnecessary spacing around Objective-C object...
2012-07-17 Aaron BallmanAdding a fixit for includes that cannot be found with...
2012-07-17 Douglas GregorImprove comment for TypeDecl::getTypeForDecl(), from...
2012-07-17 Douglas GregorEliminating the GCC_CAST hack, take two.
2012-07-17 Dmitri GribenkoComment AST nodes: rename Num*Bitfields to Num*Bits...
2012-07-17 Douglas GregorReinstate the GCC_CAST hack; I apparently did not appea...
2012-07-17 Dmitri GribenkoImplement an optimization for finding the comment that...
2012-07-17 Eric ChristopherRobustify test in the face of no assertions.
2012-07-17 Douglas GregorTry to eliminate GCC_CAST hack in a manner that should...
2012-07-17 Dmitri GribenkoCommentBriefParser: use StringSwitch::Cases to group...
2012-07-17 Douglas GregorTeach the ASTImporter how to handle anonymous structs...
2012-07-17 Eli FriedmanDon't treat overflow in floating-point conversions...
2012-07-17 Rafael EspindolaHandle the case where the base type is not dependent...
2012-07-17 Joao MatosFixed whitespace issue introduced in r160373.
2012-07-17 Dmitri GribenkoMinor cleanups and additions to the users manual. ...
2012-07-17 Eric ChristopherFix regexp for this test to properly check.
2012-07-17 Dmitri GribenkoCommentBriefParser: make \short should equivalent to...
2012-07-17 Fariborz JahanianIssue warning when assigning out-of-range integer value...
2012-07-17 Jordan Rose-Wobjc-literal-compare: don't warn when comparing again...
2012-07-17 Jordan RoseAdd -Wobjc-string-compare under -Wobjc-literal-compare.
2012-07-17 Jordan RoseNow that -Wobjc-literal-compare is a warning, put the...
2012-07-17 Jordan Rose[analyzer] Remove stale result type lvalue code.
2012-07-17 Joao Matos[Windows] Abstract pure virtual method calls in the...
2012-07-17 Alexander KornienkoAdd a custom initialize hook for clang tools + minor...
2012-07-17 Rafael EspindolaMerge visibility from previous decls before looking...
2012-07-17 NAKAMURA Takumitest/Driver/crash-report.c: Remove "REQUIRES: shell...
2012-07-17 Daniel JasperFix unit test dependency in Makefile and remove unnecce...
2012-07-17 Daniel JasperAdd missing dependency for unit test.
2012-07-17 Daniel JasperFinishing the move of RefactoringCallbacks and fixing...
2012-07-17 Simon AtanasyanRevert commit r160308. We decide to move builtins selec...
2012-07-17 Daniel JasperMove RefactoringCallbacks to Tooling to avoid dependenc...
2012-07-17 Alexey SamsonovFixup for r160345 - uintptr_t is not always unsigned
2012-07-17 Daniel JasperMake the isDerivedFrom matcher more generic.
2012-07-17 Galina KistanovaFixed few warnings.
2012-07-17 NAKAMURA Takumi[Win32] Rework crash-report since r145389.
2012-07-17 NAKAMURA Takumitest/Driver/crash-report.c: Small tweaks. 1) Use %t...
2012-07-17 Rafael EspindolaRecord visibility pragmas when we see a tag declaration...
2012-07-17 Richard SmithUninitialized variables: two little changes:
2012-07-17 NAKAMURA Takumiclang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUI...
2012-07-17 Dmitri GribenkoMove clang_Cursor_getBriefCommentText implementation...
2012-07-17 Richard Smith-Wuninitialized: Split the classification of DeclRefExp...
2012-07-16 Jordan Rose[analyzer] Handle new-expressions with initializers...
2012-07-16 Jordan RoseWeaken Unicode fixit test to work even if the character...
2012-07-16 Dmitri GribenkoFix BlockCommandComment::classof() to return true for...
2012-07-16 Ted KremenekThis test appears to fail on win32.
2012-07-16 Ted KremenekAdd hack (provided by Jonathan Sauer) to fall back...
2012-07-16 Ted KremenekThis test appears to be passing on win32.
next