]> granicus.if.org Git - clang/shortlog
clang
2013-04-14 Richard SmithCodeGen support for function-local static thread_local...
2013-04-14 Rafael EspindolaRemoved #if 0 code that doesn't compiled if uncommented.
2013-04-14 Richard SmithDiagnose if a __thread or _Thread_local variable has...
2013-04-14 Anna Zaks[analyzer] Add a link to the Building a Checker in...
2013-04-14 Simon Atanasyan[Mips] Support -mmicromips / -mno-micromips command...
2013-04-14 Simon Atanasyan[Mips] Fix indentation.
2013-04-14 Simon Atanasyan[Mips] Follow-up to r179481. Reduce code duplication...
2013-04-14 Simon Atanasyan[Mips] Follow-up to r179481. Consider "single-float...
2013-04-14 Rafael EspindolaAdd driver support for fedora 18 on ARM.
2013-04-14 John McCallHandle incompatible redeclarations of library builtins...
2013-04-14 Simon Atanasyan[Mips] Remove "single" from the list of valid MIPS...
2013-04-13 Rafael EspindolaSimplify test so that it is more portable.
2013-04-13 Simon AtanasyanRemove duplicated comment.
2013-04-13 Richard SmithAnnotate flavor of TLS variable (statically or dynamica...
2013-04-13 Richard SmithUse MapVector rather than simulating it.
2013-04-13 Argyrios KyrtzidisSpeed-up ObjCMethodDecl::getOverriddenMethods().
2013-04-13 Argyrios KyrtzidisIntroduce SourceManager::getDecomposedIncludedLoc,...
2013-04-13 Richard SmithGive this test a triple so that its use of thread_local...
2013-04-13 John McCallDon't replace an existing decl in the scope chains...
2013-04-12 Daniel DunbarHeaders: Don't try to use RSIZE_MAX unless we are frees...
2013-04-12 Anton Yartsev[analyzer] Enable NewDelete checker if NewDeleteLeaks...
2013-04-12 Daniel DunbarHeaders: Add support for ISO9899:2011 rsize_t.
2013-04-12 Anton YartsevNewDeleteLeaks is a subchecker of NewDelete checker...
2013-04-12 Richard SmithParsing support for thread_local and _Thread_local...
2013-04-12 Richard Smithtl;dr: Teach Clang to work around g++ changing its...
2013-04-12 Douglas Gregor<rdar://problem/13643854> Only emit ambiguous-expansion...
2013-04-12 Anton Yartsev[analyzer] Makes NewDeleteLeaks checker work independen...
2013-04-12 Bob WilsonDefine Neon intrinsics as "static inline" to avoid...
2013-04-12 Chad RosierAdd test case for r179403.
2013-04-12 Chad RosierAdd test case for r179399.
2013-04-12 Anna Zaks[analyzer] Print a diagnostic note even if the region...
2013-04-12 Anna Zaks[analyzer]Print field region even when the base region...
2013-04-12 Chad RosierAdd test case for r179383 and r179393.
2013-04-12 Jyotsna VermaDisable following tests for Hexagon:
2013-04-12 Argyrios Kyrtzidis[libclang] Introduce clang_Location_isInSystemHeader...
2013-04-12 Benjamin KramerSema: Give a typically small DenseMap some inline capacity.
2013-04-12 Manuel KlimekRevamps structural error detection / handling.
2013-04-12 Daniel JasperFix clang-format-diff.py script.
2013-04-12 Daniel JasperProvide better emacs integration.
2013-04-12 Jordan Rose[analyzer] Fix grammar in comment.
2013-04-12 Jordan Rose[analyzer] Show "Returning from ..." note at caller...
2013-04-12 Jordan Rose[analyzer] Don't emit extra context arrow after returni...
2013-04-12 Rafael EspindolaRemove REQUIRES now that r179237 fixed the real problem.
2013-04-12 Douglas GregorMake sure we have the include paths we need
2013-04-12 Douglas Gregor<rdar://problem/13615607> Include SDK version informati...
2013-04-11 Chad RosierAdd test case for r179343.
2013-04-11 Chad RosierTest case for r179339.
2013-04-11 John McCallFlail at trying to appease various linuxy buildbots.
2013-04-11 Manman RenStruct-path aware TBAA: uniformize scalar tag and path...
2013-04-11 John McCallFix the driver logic for recent versions of DragonFly.
2013-04-11 Chad RosierUpdate test case for r179323.
2013-04-11 Reid KlecknerWiden the checks in the ms abi memptr test to work...
2013-04-11 Jyotsna VermaExclude test30 of Sema/return.c for Hexagon since setjm...
2013-04-11 Bob WilsonAdd a new -mimplicit-float option for symmetry with...
2013-04-11 Reid KlecknerFollow Jordan's advice and use {{^}} and {{$}} for...
2013-04-11 Reid Kleckner[ms-cxxabi] Implement member pointer emission and deref...
2013-04-11 Argyrios Kyrtzidis[PCH] Change test/PCH/headersearch.cpp to use -emit...
2013-04-11 Argyrios Kyrtzidis[libclang] Improve a doxygen comment, as suggested...
2013-04-11 Jyotsna VermaHexagon: Remove -g option from the assembler command...
2013-04-11 Argyrios Kyrtzidis[libclang] Have clang_getCXXAccessSpecifier() also...
2013-04-11 Daniel JasperChange clang-format's affinity for breaking after retur...
2013-04-11 Reid KlecknerFix failing dependencies-and-pp.c test
2013-04-11 Reid KlecknerUse lit's internal shell runner on Windows for Clang...
2013-04-11 Reid KlecknerFileCheck-ify more grep tests with quoted double quotes
2013-04-11 Daniel JasperFix formatting of overloaded assignment operators.
2013-04-11 Ryan Govostes[analyzer] Factor common code from {SymSym,SymInt,IntSy...
2013-04-11 NAKAMURA TakumiARCMigrate/Transforms.h: Remove \arg in comment. [...
2013-04-11 John McCallDrop ObjCIndirectCopyRestoreExprs during template insta...
2013-04-11 Argyrios Kyrtzidis[libclang] Expose record layout info via new libclang...
2013-04-11 Jordan RoseForce a load when creating a reference to a temporary...
2013-04-11 Anton Yartsev[analyzer] Refactoring: better doxygen comment; renamin...
2013-04-10 Fariborz Jahaniancomment parsing. Add couple more needed doxygen tags.
2013-04-10 Adrian Prantlget rid of stdio.h include in testcase
2013-04-10 Adrian Prantladd mips target requirement to testcase
2013-04-10 Anna Zaks[analyzer] Address Jordan’s review of r179219
2013-04-10 Anna Zaks[analyzer] Address Jordan’s code review of r 179221
2013-04-10 Anton Yartsev[analyzer] +Testcase: several used-after-free args...
2013-04-10 Anton Yartsev[analyzer] Switched to checkPreCall interface for detec...
2013-04-10 Jack CarterMips specific inline asm memory operand modifier test...
2013-04-10 Anna Zaks[analyzer] Fix a crash in SyntaxCString checker when...
2013-04-10 Anna Zaks[analyzer] When reporting a leak in RetainCount checker...
2013-04-10 Anna Zaks[analyzer] Cleanup leak warnings: do not print the...
2013-04-10 Eric ChristopherFor split dwarf we should also run the objcopy action...
2013-04-10 Chad RosierRemove unused arguments.
2013-04-10 Chad Rosier[driver] Add a -Ofast option, which enables -O3, -ffast...
2013-04-10 Reid KlecknerFileCheck-ify some clang grep tests that use double...
2013-04-10 Dmitri Gribenko-fparse-all-comments: remove redundant check, as sugges...
2013-04-10 Chad Rosier[ms-inline asm] Move a few test cases from the 32-bit...
2013-04-10 Chad Rosier[ms-inline asm] Add a few test cases that were regresse...
2013-04-10 Dmitri GribenkoAdd testcases for -fparse-all-comments
2013-04-10 Dmitri GribenkoAdd an option to parse all comments as documentation...
2013-04-10 Manuel KlimekFixes recovering from errors when parsing braced init...
2013-04-10 Daniel JasperFix labels with trailing comments and cleanup.
2013-04-10 Ted KremenekHandle "typeof" in Objective-C format string checking...
2013-04-10 Richard SmithAdd support for computing the exception specification...
2013-04-10 John McCallDon't crash when mangling types defined in ObjC class...
2013-04-10 Richard SmithC++11 inheriting constructors: support for inheriting...
2013-04-10 Douglas Gregor<rdar://problem/13605348> Don't consider invalid user...
2013-04-10 Argyrios Kyrtzidis[frontend] -frewrite-includes: turn implicit module...
2013-04-10 Argyrios Kyrtzidis[frontend] When preprocessing, turn implicit module...
next