]> granicus.if.org Git - clang/shortlog
clang
2012-07-24 Richard SmithPedantic -pedantic correction. Duplicate cv-qualifiers...
2012-07-24 Rafael EspindolaDon't use a temporary file.
2012-07-24 Rafael EspindolaABIArgInfo's constructor is private and only used by...
2012-07-24 Dmitri GribenkoComment parsing: allow newlines between \param, directi...
2012-07-24 Hans WennborgTweak warning text for returning incomplete type from...
2012-07-24 Dmitri GribenkoComment parsing: couple TextTokenRetokenizer and commen...
2012-07-24 Dmitri GribenkoMove TextTokenRetokenizer from CommentLexer.h to Commen...
2012-07-24 Dmitri GribenkoComment parsing: retokenized text tokens are now pushed...
2012-07-24 Manuel KlimekIntroduces a new concept for binding results to matchers
2012-07-24 Timur IskhodzhanovFix PR13207 (Mangling of templates with back references...
2012-07-24 Francois PichetChange the way KEYNOMS is defined to be more comprehens...
2012-07-24 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-globalinit.cpp: Fix...
2012-07-24 Nick LewyckyEmit debug info for dynamic initializers. Permit __attr...
2012-07-24 Nick LewyckyFix whitespace, whoops missed a spot!
2012-07-24 Nick LewyckyFix whitespace, tabs to spaces. No functionality change.
2012-07-24 Rafael Espindolamove X86_32ABIInfo::computeInfo out of line.
2012-07-23 Dmitri GribenkoComment parser unit tests: split a huge test case
2012-07-23 Rafael EspindolaMake classifyReturnType and classifyArgumentType private.
2012-07-23 Dmitri GribenkoComment parser unit tests: reduce code duplication
2012-07-23 Richard SmithDo not warn about a function decl / direct init ambigui...
2012-07-23 Richard TrieuChange APInt to APSInt in one instance. Also change...
2012-07-23 Dmitri Gribenkoadd AST unittests to CMake build system
2012-07-23 Dmitri Gribenkolibclang comments AST: clang_ParamCommandComment_getPar...
2012-07-23 Michael HanRefactor handler functions for thread safety attributes.
2012-07-23 Dmitri GribenkoComment Sema: refactor handling of 'ParmVarDecl's and...
2012-07-23 Dmitri GribenkoComment AST: add InlineContentComment::RenderKind to...
2012-07-23 Timur IskhodzhanovFollow-up: fix the quotes
2012-07-23 Timur IskhodzhanovReplace wrong CHECK array mangling expectations with...
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...
next