]> granicus.if.org Git - clang/shortlog
clang
2012-07-26 Jordan RoseUn-break standalone invocations of CmpRuns.py.
2012-07-26 Fariborz Jahanianobjective-c parsing. Don't crash when selector name
2012-07-26 Alexander KornienkoPut back dump() without a default argument, "because...
2012-07-26 Alexander KornienkoAdded -ast-dump-filter option to clang -cc1.
2012-07-26 Timur IskhodzhanovRemove an outdated comment; add one test to compare...
2012-07-26 Timur IskhodzhanovAdd more tests for PR13207 (Mangling of template back...
2012-07-26 Timur IskhodzhanovFix PR13389 (Wrong mangling of return type qualifiers...
2012-07-26 Alexander KornienkoRemoved standalone clang-ast-dump tool.
2012-07-26 Anna Zaks[analyzer] Inline ObjC class methods.
2012-07-26 Ted KremenekAdd static analyzer check for calling a C++ instance...
2012-07-26 Tanya LattnerDisable the warning for missing prototypes for OpenCL...
2012-07-25 Ted KremenekRemove the ability to stash arbitrary pointers into...
2012-07-25 Sylvestre LedruFix two typos in the doc
2012-07-25 Ted KremenekRemove ExprEngine::MarkBranch(), as it is no longer...
2012-07-25 Ted KremenekUpdate ExprEngine's handling of ternary operators to...
2012-07-25 Fariborz Jahanianobjective-c modern translator. Provide declaration of
2012-07-25 Ted KremenekRemove experimental invalid iterators checker from...
2012-07-25 Chad Rosier[driver crash diagnostics] Strip -internal-isystem...
2012-07-25 Chad Rosier[driver crash diagnostics] Strip -idirafter, -iprefix...
2012-07-25 Chad Rosier[driver crash diagnostics] A few enhancements:
2012-07-25 Dmitri Gribenkolibclang comment to HTML rendering: \result is the...
2012-07-25 NAKAMURA Takumitest/PCH/objc_stmts.m: Suppress stderr to be fed to...
2012-07-25 Manuel KlimekIntroduces the 'decl' matcher which was missing for...
2012-07-25 NAKAMURA Takumitest/Analysis/iterators.cpp: Mark as REQUIRES:asserts...
2012-07-25 Timur IskhodzhanovAdd a FIXME to revisit the performance of BackRefMap...
2012-07-25 Manuel KlimekAdds a introductionary document to the Clang AST.
2012-07-25 Ted KremenekTurn -Wobjc-root-class on by default. <rdar://problem...
2012-07-25 Ted KremenekPromote warn_unknown_analyzer_checker to an error....
2012-07-25 Richard SmithPR12057: Allow variadic template pack expansions to...
2012-07-25 Dmitri GribenkoMake comments::Parser and comments::Sema noncopyable.
2012-07-24 Dmitri GribenkoComment parsing tests: fix test
2012-07-24 Jordan RoseAdd __has_feature(attribute_availability_with_message).
2012-07-24 Dmitri GribenkoComment diagnostics tests: add a function with zero...
2012-07-24 Dmitri GribenkoComment diagnostics: add warning for multiple \param...
2012-07-24 Richard SmithWhen a && or || appears as the condition of a ?:, perfo...
2012-07-24 Dmitri GribenkoCommentSema: simplify functions, per Jordan's comment.
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.
next