]> granicus.if.org Git - clang/shortlog
clang
2013-04-26 Dmitri GribenkoDocumentation: improve description of make_shared trans...
2013-04-26 Dmitri GribenkoComment parsing: -fparse-all-comments: recognize empty...
2013-04-26 Richard SmithImplement C++1y decltype(auto).
2013-04-26 Richard SmithC++1y: support simple variable assignments in constexpr...
2013-04-26 Rafael EspindolaUse bitfilds.
2013-04-26 David BlaikieSupport debug info for using directives at global/names...
2013-04-26 Rafael EspindolaAdd r180263 back, but fix hasBraces() to be correct...
2013-04-26 Rafael EspindolaAdd a testcase for a recent regression.
2013-04-26 Ted KremenekFurther wordsmith release notes for the static analyzer.
2013-04-25 Bill WendlingRevert r180263. It's causing failures.
2013-04-25 Anna ZaksAdd Static Analyzer section to the Release Notes for...
2013-04-25 Fariborz JahanianObjective-C: This is a small modification to my
2013-04-25 Anna Zaks[analyzer] Teach DeadStoreChecker to look though BO_Com...
2013-04-25 Rafael EspindolaPut friend decls in the correct context.
2013-04-25 Anna ZaksFix a possible null pointer dereference found by the...
2013-04-25 Benjamin KramerFix header comment.
2013-04-25 Dmitri GribenkoAdd an idea for cpp11-migrate and cpp14-migrate
2013-04-25 Daniel JasperImprove clang-format's memoization behavior.
2013-04-25 Rafael EspindolaFix a case in linkage computation that should check...
2013-04-25 Rafael EspindolaDon't mark 'extern "C" void f(void)' as having extern...
2013-04-25 Daniel JasperAdd option to align escaped newlines left.
2013-04-25 Daniel JasperFix scrolling bug in clang-format's emacs integration.
2013-04-25 Peter Collingbourne[ms-cxxabi] Fix a number of bugs in the mangler.
2013-04-25 Richard TrieuAdd "-no-canonical-prefixes" to a test case.
2013-04-25 Anna Zaks[analyzer] Fix a crash in RetainCountChecker - we shoul...
2013-04-25 Michael Gottesman[neonemitter tests] Change triple of emitted tests...
2013-04-24 Fariborz JahanianObjective-C parsing [qoi]: Recover gracefully with...
2013-04-24 Fariborz JahanianObjective-C arc: Improve disgnostics when 'weak'
2013-04-24 Jyotsna VermaRemoving example-dynarray.cpp test since it's of no...
2013-04-24 Chad Rosier[driver] Test that last option wins between -Ofast...
2013-04-24 Chad Rosier[driver] Put -fvectorize under the -Ofast umbrella...
2013-04-24 Chad Rosier[driver] Improve the implementation of the -Ofast option.
2013-04-24 Chad Rosier[driver] Add a hasFlag API that accepts a positive...
2013-04-24 Fariborz JahanianObjective-C: When reporting on missing property accesso...
2013-04-24 Daniel JasperFlip flag to merge short if-statements into one line...
2013-04-24 Alexander Kornienkoclang-format support for multiple input files.
2013-04-24 Anton Yartsev[analyzer] Refactoring + explanatory comment.
2013-04-24 Ted KremenekRelease note the change to clang_CXCursorSet_contains().
2013-04-24 Ted KremenekFix typo in comparison in clang_CXCursorSet_contains().
2013-04-24 Ted KremenekRevert "Remove CXCursorSet and related APIs. There...
2013-04-24 Ted KremenekAdd test case for -Wdeprecated-objc-pointer-introspecti...
2013-04-24 Ted KremenekRemove CXCursorSet and related APIs. There are no...
2013-04-24 Daniel JasperFix comment alignment behavior.
2013-04-24 Jakob Stoklund... Add some more required SPARC v9 predefined macros.
2013-04-24 Anna Zaks[analyzer] IvarInvalidation: correctly handle cases...
2013-04-23 Anna Zaks[analyzer] Set the allocation site to be the uniqueing...
2013-04-23 Anna Zaks[analyzer] Refactor BugReport::getLocation and PathDiag...
2013-04-23 Ted KremenekUpdate checker build.
2013-04-23 Argyrios Kyrtzidis[libclang] Introduce a CXCursor_ObjCSelfExpr cursor...
2013-04-23 Benjamin KramerMake compares unsigned. The expression can't become...
2013-04-23 Daniel JasperFix formatting of complex #if expressions.
2013-04-23 Richard TrieuWarn that scoped enumerations are a C++11 extenstion...
2013-04-23 Jordan Rose[analyzer] RetainCountChecker: Clean up path notes...
2013-04-23 Ted Kremenek[scan-build] Whitelist all -mXXXX options.
2013-04-22 Argyrios KyrtzidisWhen modifying an implicit instantiation with informati...
2013-04-22 Jordan Rose[analyzer] Model strsep(), particularly that it returns...
2013-04-22 Manman RenAdd triple to tbaa-struct.cpp to appease bots
2013-04-22 Ted KremenekAdd a warning for Objective-C pointer introspection...
2013-04-22 Ted KremenekRename this test to make it more general for including...
2013-04-22 Chad Rosier[ms-inline asm] Set the OpDecl to the InlineAsmIdentifi...
2013-04-22 Jordan Rose[analyzer] Treat reinterpret_cast like a base cast...
2013-04-22 Jordan Rose[analyzer] Type information from C++ new expressions...
2013-04-22 Simon Atanasyan[Mips] Remove "REQUIRES: mips-registered-target" from...
2013-04-22 Manman RenTBAA: make sure zero-length bitfield works for tbaa...
2013-04-22 Chad Rosier[ms-inline asm] Refactor/clean up the SemaLookup interf...
2013-04-22 Adrian PrantlMove debug info tests for scoped enums into a separate...
2013-04-22 Benjamin KramerUse the ugly PRIx64 macro to make format string portable.
2013-04-22 Richard SmithC++1y constexpr extensions, round 1: Allow most forms...
2013-04-22 Richard Smithcmake: Only add -pedantic if LLVM didn't add it. Don...
2013-04-22 Richard SmithFix array constant expression evaluation bug: we can...
2013-04-22 Richard SmithDon't emit _ZTW wrappers for TLS variables which don...
2013-04-22 Arnaud A. de... Cleanup: test source file does not need to be executable
2013-04-22 Daniel JasperFix bin-packing behavior of constructor initialziers.
2013-04-22 David BlaikieRevert "Revert "PR14606: Debug info for using directive...
2013-04-22 David BlaikieAdd a triple to make a test resilient to non-TLS hosts...
2013-04-21 Dmitri GribenkoFix return type of isBitfield in the binding definition
2013-04-21 Simon Atanasyan[Mips] Convert a GNU style Mips ABI name to the name...
2013-04-21 Simon Atanasyan[Mips] Do not add unnecessary Mips toolchain path to...
2013-04-21 Richard SmithThe 'constexpr implies const' rule for non-static membe...
2013-04-20 Richard SmithDisable VLA diagnostic in C++1y mode, and add some...
2013-04-20 Richard SmithAdd another test I forgot to svn add.
2013-04-20 Richard SmithC++1y: Allow aggregates to have default initializers.
2013-04-20 Richard SmithUpdate some stuff on the open projects page to reflect...
2013-04-20 Richard SmithSwitch C++11 open project to C++1y :)
2013-04-20 Richard SmithAdd note that some of these links are dead for now.
2013-04-20 Richard SmithVLAs in C++14!
2013-04-20 Richard SmithVariable templates and generic lambdas are approved...
2013-04-20 Richard SmithClarifying memory allocation: approved for C++14. Move...
2013-04-20 Richard SmithNo digit separators for C++14.
2013-04-20 Richard SmithGeneralized constexpr is approved for C++14.
2013-04-20 Richard SmithMore approved C++14 features.
2013-04-20 Richard SmithBinary literals are approved for C++14.
2013-04-20 Richard SmithImplement core issue 1608: class members can be found...
2013-04-20 Simon AtanasyanSupports Sourcery CodeBench Mips toolchain directories...
2013-04-20 Anna Zaks[analyzer] Ensure BugReporterTracking works on regions...
2013-04-20 Anna Zaks[analyzer] Flip printPretty and printPrettyAsExpr as...
2013-04-20 Anna Zaks[analyzer] Correct the comment
2013-04-19 Argyrios Kyrtzidis[libclang] Make sure the preable does not truncate...
2013-04-19 Jordan Rose[analyzer] Website: update lists of potential and actua...
2013-04-19 Adrian PrantlRemove an empty line so the line numbers match up again...
next