]> granicus.if.org Git - clang/shortlog
clang
2011-10-13 Richard SmithUpdate all tests other than Driver/std.cpp to use ...
2011-10-13 Jeffrey YasskinImplement the first piece of a -Wc++98-compat flag...
2011-10-13 Eric ChristopherRecommit:
2011-10-13 Richard SmithAdd test for new -std=c++11 and -std=gnu++11 command...
2011-10-13 Benjamin KramerAdd triple for RHEL 5 to the libpath collecting logic.
2011-10-13 Ted KremenekTweak -Wuninitialized's handling of 'int x = x' to...
2011-10-13 Douglas GregorHasFormOfMemberPointer implies IsAddressOfOperand for...
2011-10-13 Douglas GregorAllow calling an overloaded function set by taking...
2011-10-13 Peter CollingbourneTCE target: conversion of OpenCL reqd_work_group_size...
2011-10-13 Erik VerbruggenAllow for annotate attributes after access specifiers...
2011-10-13 David BlaikieFix crash-on-invalid, improve error recovery, and test...
2011-10-12 Rafael EspindolaFix MSVC build.
2011-10-12 Douglas GregorWhen we determine that a function template specializati...
2011-10-12 Ted KremenekAdd test case for __has_warning.
2011-10-12 Bob WilsonChange __extension__ to disable only diagnostics contro...
2011-10-12 Rafael EspindolaAdd returns_twice to functions that are known to return...
2011-10-12 Ted KremenekImplement built-in macro '__has_warning', which allows...
2011-10-12 Douglas GregorSwitch diagnostic text from "C++0x" over to "C++11".
2011-10-12 Douglas GregorWe do parse hexfloats in C++11; make it actually work.
2011-10-12 Eric ChristopherRevert file/scope handling patches. gdb testing reveale...
2011-10-12 Douglas GregorThe Objective-C rewriter uses the fragile ABI, always.
2011-10-12 Ted KremenekFix typo in name of diagnostic.
2011-10-12 Argyrios KyrtzidisHandle the case where preprocessor entities are not...
2011-10-12 Douglas GregorAdd -std=c++11 and -std=gnu++11 language flags, from...
2011-10-12 Douglas GregorIntroduce BalancedDelimiterTracker, to better track...
2011-10-12 Douglas GregorTeach __has_nothrow_assign not to complain about access...
2011-10-12 Jim Goodnow IIRemoved extra line in comment.
2011-10-12 Anton KorobeynikovAdd target info for Linux on PPC & Sparc.
2011-10-12 Argyrios KyrtzidisIntroduce SourceManager::getFileLoc which returns a...
2011-10-12 Argyrios Kyrtzidis[libclang] Allow using getDeclCursorUSR function with...
2011-10-12 Argyrios Kyrtzidis[libclang] Make MakeCXTranslationUnit usable outside...
2011-10-12 Richard Smithconstexpr: don't consider class types with mutable...
2011-10-12 Eric ChristopherRemember to set the location in EmitGlobalVariable...
2011-10-12 Richard SmithHandle Perforce-style conflict markers like normal...
2011-10-12 Fariborz Jahanianobjc: note location of the previously declared
2011-10-11 John McCallCatch placeholder types in DefaultLvalueConversion
2011-10-11 Fariborz Jahanianobjc rewriter: Restore objc_msgSend_stret/objc_msgSendS...
2011-10-11 Eric ChristopherStart handling debug line and scope information better:
2011-10-11 Eric Christopher80-column and tab cleanup.
2011-10-11 Eric ChristopherReorder this to make it easier to add more changes...
2011-10-11 Eli FriedmanPR11062: Make C99 inlining work properly for names...
2011-10-11 Richard SmithFix test: don't use __thread without a target triple.
2011-10-11 Richard SmithConstant expression evaluation: refactor value initiali...
2011-10-11 Eli FriedmanSilence some -Wuninitialized false positives with gcc.
2011-10-11 Richard SmithAdd a -Wc++0x-compat warning for C++11 keywords used...
2011-10-11 Douglas GregorAdd support for viewing the module graph via Graphviz...
2011-10-11 Daniel DunbarDriver: Add support for a new -nostdlibinc option.
2011-10-11 Daniel DunbarFrontend: Replace -nostdinc by -nostdsysteminc (which...
2011-10-11 Anna Zaks[analyzer] Remove an unused member variable.
2011-10-11 John McCallRename SemaCXXCast.cpp to SemaCast.cpp.
2011-10-11 Richard SmithAdd more testing for -Wc++0x-compat warnings.
2011-10-11 Anna Zaks[analyzer] CheckerContext updates checkDst in it's...
2011-10-11 Argyrios KyrtzidisFor the FileChanged Preprocessor callback, when exiting...
2011-10-11 Kaelyn UhrainAdd an explanatory comment to test/SemaCXX/typo-correct...
2011-10-11 Anna Zaks[analyzer] Fix a typo.
2011-10-11 Sean HuntGet rid of ShouldDeleteMoveConstructor.
2011-10-11 Sean HuntConsolidate copy constructor deletion into ShouldDelete...
2011-10-11 Anna Zaks[analyzer] Warn about the use of insecure, deprecated...
2011-10-11 David MeyerAllow regparm attribute for PNaCl target
2011-10-11 Eli FriedmanInitial implementation of __atomic_* (everything except...
2011-10-11 Francois Pichet[Microsoft] If -fms-compatibility, then downgrade missi...
2011-10-11 Lang HamesAdded natural stack alignment to target-data.c test...
2011-10-11 Kaelyn UhrainAdd typo correction for type names.
2011-10-11 Ted KremenekPlace diagnostic group ext_typecheck_decl_incomplete_ty...
2011-10-11 Lang HamesFixed natural stack alignment for Linux x86-32. Thanks...
2011-10-11 Kaelyn UhrainClean up DiagnoseInvalidRedeclaration a bit
2011-10-11 Kaelyn UhrainMove a couple chunks of ActOnFunctionDeclarator to...
2011-10-11 Kaelyn UhrainMove some bool flags out of function parameter lists.
2011-10-11 Kaelyn UhrainOnly accept a typo correction if it doesn't trigger...
2011-10-11 Eli FriedmanExtend lvalue evaluation in ExprConstant.cpp to handle...
2011-10-10 Lang HamesUpdate target data strings for ARM and X86 to include...
2011-10-10 Douglas GregorDon't crash in Sema::IsSimplyAccessible if the declarat...
2011-10-10 Douglas GregorMake sure we initialize the "extra" data within the...
2011-10-10 Eli FriedmanA couple random preprocessor changes that got ported...
2011-10-10 Douglas GregorWhen performing a user-defined conversion via a constru...
2011-10-10 Ted Kremenek[analyzer] Teach the static analyzer about CXXForRangeS...
2011-10-10 Ted KremenekRework construction of CXXForRangeStmt not to recycle...
2011-10-10 Argyrios Kyrtzidis[libclang] Do ConcurrencyCheck for clang_getLocation...
2011-10-10 Argyrios Kyrtzidis[libclang] Implement ConcurrencyCheck using a recursive...
2011-10-10 Fariborz Jahanianobjc: err on a property designated both atomic and
2011-10-10 Francois PichetRevert r140009, about disabling clang's builtin in...
2011-10-10 Roman DivackyLink in Scrt1.o instead of crt1.o when -pie is specified.
2011-10-10 Douglas GregorWhen substituting into a sizeof parameter pack expressi...
2011-10-10 Bob WilsonPartially revert r141374: allow use of libc++ prior...
2011-10-10 Chad RosierWhen an included non-system directory duplicates a...
2011-10-10 Richard SmithConstant expression evaluation refactoring:
2011-10-10 Douglas GregorDon't suggest 'noreturn' for function template instanti...
2011-10-10 Sebastian RedlNow that we support move generation, mention this in...
2011-10-10 Kaelyn UhrainGive nicer note when a member redeclaration has or...
2011-10-10 Fariborz Jahanianobjc: Some refactoring of overriding method decl. code
2011-10-10 Douglas GregorDon't analyze comparisons in type- or value-dependent
2011-10-10 Douglas GregorPer C++ [class.bit]p2, unnamed bit-fields are not membe...
2011-10-10 Richard Smithconstexpr: Disable checking of constructor member initi...
2011-10-10 Douglas GregorDon't complain about qualified property or ivar access...
2011-10-10 Douglas GregorWhen adding a direct initializer to a declaration,...
2011-10-10 Douglas GregorParse the initializer for a class member after handling its
2011-10-10 Douglas GregorAlways add the built-in overload candidates for operato...
2011-10-10 Douglas GregorRemove the TODO file; it's not interesting any more
2011-10-10 Benjamin KramerAnother case of HadMultipleCandidates being used uninit...
2011-10-10 Sean HuntBegin work consolidating ShouldDelete* functions.
next