]> granicus.if.org Git - clang/shortlog
clang
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-23 Richard SmithAdd diagnostics for comma at end of enum and for extra...
2012-07-23 Douglas GregorWhen we have an Objective-C object with non-trivial...
2012-07-22 Richard SmithPR12917: Remove incorrect assumption that lambda mangli...
2012-07-22 Francois PichetAllow the parser to recover gracefully if a typename...
2012-07-22 Francois Pichetchar16_t and char32_t are defined via typedef in MSVC...
2012-07-21 Dmitri GribenkoComment AST nodes: add NumHTMLStartTagCommentBits member.
2012-07-21 Dmitri GribenkoComment to HTML conversion: add more CSS classes to...
2012-07-20 Chad RosierRename -fms-inline-asm to -fenable-experimental-ms...
2012-07-20 Tim NorthoverAdd "long double" to permitted list of ARM complex...
2012-07-20 Benjamin KramerRemove unused private member variable uncovered by...
2012-07-20 Dmitri GribenkoFix c-index-test to compile as C89.
2012-07-20 Chad RosierTidy up.
2012-07-20 Chad RosierAdd the mechanics for -fms-inline-asm. No easy way...
2012-07-20 Dmitri GribenkoAdd libclang APIs to walk comments ASTs and an API...
2012-07-20 Chad RosierRevert accidental commit.
2012-07-20 Chad RosierAdd a new flag, -fms-inline-asm, that enables the outpu...
2012-07-20 Aaron BallmanNo longer assuming the number of prototype arguments...
2012-07-20 Dmitri GribenkoFix PR13411: Comment parsing: failed assertion on unter...
2012-07-20 Jordan RoseRe-apply r160319 "Don't crash when emitting fixits...
2012-07-20 Jordan RoseAdd a reverse iterator to DeclStmt, and use it when...
2012-07-20 Eric ChristopherDon't need to specify the abi as it's the default.
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...
next