]> granicus.if.org Git - clang/shortlog
clang
2013-11-27 Aaron BallmanRenaming Struct to GenericRecord for clarity; could...
2013-11-27 Alp TokerBring back a StringRef used in some build configurations
2013-11-27 Aaron BallmanConverts the lockable attributes to use the simple...
2013-11-27 Aaron BallmanAutomated checking for C++ when determining what argume...
2013-11-27 Aaron BallmanAdding the Subjects entry back for the noreturn attribu...
2013-11-27 Aaron BallmanEnabling the subject list for the warn_unused attribute...
2013-11-27 Aaron BallmanAdding in the subject for the init_priority attribute.
2013-11-27 Aaron BallmanRefactored semantic handlers that would unilaterally...
2013-11-27 Alexander KornienkoTrivial fix: remove unused variable
2013-11-27 Jiangning LiuFix the AArch64 NEON bug exposed by checking constant...
2013-11-27 Aaron BallmanRemoving the description part of a subset subject....
2013-11-27 Aaron BallmanLaying the basic groundwork for table generating the...
2013-11-27 Argyrios Kyrtzidis[libclang] Check for LIBCLANG_DISABLE_CRASH_RECOVERY...
2013-11-27 Argyrios Kyrtzidis[Sema] Don't look for the instantiation of a local...
2013-11-27 David MajnemerSema: Instantiate local class and their members appropr...
2013-11-27 Argyrios Kyrtzidis[libclang] Make sure we don't access past the tokens...
2013-11-27 Alp TokerRemove a whole lot of unused variables
2013-11-27 Alp TokerAdd a triple to fix this test on Windows
2013-11-27 Richard SmithUnify lookup from within not-yet-defined defaulted...
2013-11-27 Alp TokerImplement -Wold-style-cast
2013-11-27 Richard SmithRemove 'DistinctSpellings' support from Attr.td and...
2013-11-27 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-27 Chandler CarruthFix the build break introduced by r195799 by restoring...
2013-11-27 James DennettDocumentation cleanup: Doxygen-ification, typo fixes...
2013-11-26 Richard SmithRemove unused entity from .td file.
2013-11-26 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-26 DeLesley HutchinsThread safety analysis: fix ICE due to missing null...
2013-11-26 Aaron BallmanReplacing a custom diagnostic with a more standard...
2013-11-26 Rafael EspindolaDon't call getMostRecentDecl when we know we have it.
2013-11-26 Rafael EspindolaMove these virtual methods out of line.
2013-11-26 Alexander KornienkoChanged non-printable characters in the test to the...
2013-11-26 Gabor Greiffix a typo
2013-11-26 Simon Atanasyan[Mips] Pass -mmsa option to the assembler.
2013-11-26 Simon Atanasyan[Mips] Replace explicit argument handling by the single...
2013-11-26 Simon Atanasyan[Mips] Reduce number of FileCheck variables used in...
2013-11-26 Simon Atanasyan[Mips] Add support for nan2008 libraries and headers...
2013-11-26 Simon Atanasyan[Mips] Merge two MIPS Code Sourcery toolchain tests...
2013-11-26 Simon Atanasyan[Mips] Do not detect a used MIPS toolchain. Build a...
2013-11-26 Simon Atanasyan[Mips] Call findMIPSABIDirSuffix() for MIPS targets...
2013-11-26 Alexander KornienkoFix crash in getStringSplit.
2013-11-26 Alp TokerRemove some unused locals
2013-11-26 Alp TokerUnbreak -fms-extensions with GNU libc headers
2013-11-26 Richard SmithFix buildbot.
2013-11-25 Hans WennborgClang format VS plugin: update build prerequisites...
2013-11-25 Richard SmithPR18044: Reject declarations of enumtype::X early to...
2013-11-25 Rafael EspindolaMake the integrated assembler the default for cygwin...
2013-11-25 Aaron BallmanMaking type_tag_for_datatype consistent with its declar...
2013-11-25 Richard SmithFix test failure on targets where size_t is unsigned...
2013-11-25 David Majnemer[-cxx-abi microsoft] Create backrefs for <unnamed-type...
2013-11-25 Samuel BenzaquenAnother pass at adding missing matchers into the registry.
2013-11-25 Amara Emerson[ARM] Enable FeatureMP for Cortex-A5 by default.
2013-11-25 Daniel Jasperclang-format: Fix formatting of empty files (fixes...
2013-11-25 Daniel Jasperclang-format: Refactor calculation of lines intersectin...
2013-11-25 Richard SmithTests for core issues 270-300.
2013-11-25 Richard SmithTake cv-qualifiers on fields of class type into account...
2013-11-25 NAKAMURA TakumiSemaDeclAttr.cpp: Try to fix a warning [-Wunnamed-type...
2013-11-25 Alp TokerAdd heading and remove leftover personal email addresses
2013-11-24 Rafael Espindolaremove gcc::Precompile
2013-11-24 Rafael EspindolaRemove the Darwin_Generic_GCC toolchain.
2013-11-24 Aaron BallmanSwitching the common attribute over to using the generi...
2013-11-24 Aaron Ballman__declspec(uuid) is only supported for C++ code accordi...
2013-11-24 Aaron Ballman__declspec(uuid) is only allowed on a class according...
2013-11-24 Aaron BallmanMaking some attribute diagnostics more consistent....
2013-11-24 Alp TokerParse Microsoft __declspec appearing after class body
2013-11-24 Argyrios Kyrtzidis[test] Add test case I forgot to add for r195564.
2013-11-24 Argyrios Kyrtzidis[Parser] Unbreak parsing with incremental parsing enabl...
2013-11-24 James DennettFix a typo: "SLocEnty" should read "SLocEntry".
2013-11-23 Ted KremenekUse specific_attr_iterator to tighten loop over ObjCSup...
2013-11-23 Ted KremenekRemove optional parameter bit from attribute ObjCSuppre...
2013-11-23 Ted KremenekMove logic to check if a class is tagged with objc_supp...
2013-11-23 Alp TokerFix a SSE2 intrinsics typo
2013-11-23 Argyrios Kyrtzidis[CodeGen] If there is a function definition with duplic...
2013-11-23 Daniel Jasperclang-format: Support Qt's slot access specifiers.
2013-11-23 Rafael EspindolaDon't use the gcc driver for assembling.
2013-11-23 Daniel Jasperclang-format: Fix incorrect space in parameters named...
2013-11-23 Daniel Jasperclang-format: The "<" of a template argument is not...
2013-11-23 Rafael EspindolaDon't pass +soft-float, +soft-float-abi to the arm...
2013-11-23 Daniel Jasperclang-format: Fix bug in ObjC method declaration format...
2013-11-23 Benjamin KramerEnable non-fragile ABI for the ObjFW runtime
2013-11-23 Daniel Jasperclang-format: Prefer column layout if possible.
2013-11-23 Richard SmithFix module name collision in tests.
2013-11-23 Richard SmithGenerate a marker token when entering or leaving a...
2013-11-23 Peter CollingbourneAdd Distance parameter to ASTNodeKind::isBaseOf.
2013-11-23 Peter CollingbourneRename *MatcherCreateCallback to *MatcherDescriptor...
2013-11-23 Peter CollingbourneSplit registry matcher resolution into a lookup phase...
2013-11-23 Ted KremenekAdd back experimental attribute objc_suppress_protocol_...
2013-11-23 Ted KremenekChange ObjCIntefaceDecl::lookupMethod() to have optiona...
2013-11-23 Peter CollingbourneRevert r195526, "Remove uninstantiable constructor...
2013-11-23 Peter CollingbourneRemove uninstantiable constructor from DeclTemplate.h
2013-11-23 Fariborz JahanianObjectiveC. Remove warning diagnostic which checks
2013-11-22 Samuel BenzaquenMake the negative test more specific.
2013-11-22 Aaron BallmanUpdating Subjects definitions for attributes based...
2013-11-22 Aaron BallmanWhitespace. No functional change intended.
2013-11-22 Joerg SonnenbergerAdjust r194296 to not apply the alias replacement for...
2013-11-22 Manman RenDebug Info: add a "Debug Info Version" module flag...
2013-11-22 Fariborz JahanianObjectiveC modern translator. Fixes a translation bug
2013-11-22 Samuel BenzaquenAdd support for the 'unless' matcher in the dynamic...
2013-11-22 Richard BartonAdd support for Cortex-A12.
2013-11-22 NAKAMURA TakumiAST/DeclBase.h: Fix \param of Decl::new() in r195426...
2013-11-22 Justin BognerRevert r193994 and part of r193995
next