]> granicus.if.org Git - clang/shortlog
clang
2013-10-24 Faisal ValiFix a test file option from -emit-llvm -o to -emit...
2013-10-24 Richard SmithPR17666: Instead of allowing an initial identifier...
2013-10-24 Faisal ValiFix an instantiation bug with nested generic lambdas...
2013-10-24 Warren HuntUndoing accidental change to docs/LanguageExtensions...
2013-10-23 Warren HuntImplements 64 bit microsoft record layout and adds...
2013-10-23 Ted KremenekMore wordsmithing on objc_requires_super documentation.
2013-10-23 Ted KremenekWordsmith text of objc_requires_super.
2013-10-23 Ted KremenekFix typo.
2013-10-23 Ted KremenekProvide documentation on attribute((objc_requires_super)).
2013-10-23 Ted KremenekChange title of section to reflect the concept, and...
2013-10-23 David MajnemerParse: Disable delayed template parsing for constexpr...
2013-10-23 David MajnemerAST: Mangle fields in anonymous structs/unions
2013-10-23 Manman RenIntrinsics: fix extract & insert when index is out...
2013-10-23 Jordan Rose[analyzer] Generate a LazyCompoundVal when loading...
2013-10-23 Rafael EspindolaA decl never becomes unused. Make that explicit in...
2013-10-23 Faisal ValiRefactor out the circular reference to LambdaExpr in...
2013-10-23 Daniel Sanders[mips][msa] Add intrinsics that map to pseudo-instructions.
2013-10-23 Faisal ValiAnd Again: Teach TreeTransform how to transform nested...
2013-10-23 Rafael EspindolaRevert r193223 and r193216.
2013-10-23 Faisal ValiRemove the circular reference to LambdaExpr in CXXRecor...
2013-10-23 Richard SmithMake UsingShadowDecls redeclarable. This fixes some...
2013-10-23 Faisal ValiAgain: Teach TreeTransform and family how to transform...
2013-10-22 Richard SmithTeach AST dumper to dump the containing module and...
2013-10-22 Jordan RoseCFG: Properly print delegating initializer CFG elements.
2013-10-22 Alp TokerRetain previous language linkage of friend function...
2013-10-22 Richard SmithSplit -fsanitize=bounds to -fsanitize=array-bounds...
2013-10-22 David MajnemerSema: Allow IndirectFieldDecl to appear in a non-type...
2013-10-22 Rafael EspindolaConsider hidden decls for isUsed checks.
2013-10-22 Rafael EspindolaTreat aliases as definitions.
2013-10-22 Rafael EspindolaNew fix for pr17535.
2013-10-22 Manman Ren_mm_extract_epi16: use "& 7" when index is out of bound.
2013-10-22 Jordan Rose[analyzer] scan-build: Handle -m* option wildcard after...
2013-10-22 Timur IskhodzhanovUse GEPs correctly when adjusting this in MicrosoftCXXABI
2013-10-22 Chandler CarruthRevert r193073 and the attempt to fix it in r193170.
2013-10-22 Serge PavlovReenable 'break' in 'for' specifier to allow compilatio...
2013-10-22 Daniel Jasperclang-format: Fix ObjC literal indentation in Google...
2013-10-22 Daniel Jasperclang-format: Improve formatting of ObjC array literals.
2013-10-22 Rafael EspindolaUse early return. No functionality change.
2013-10-22 Timur IskhodzhanovDrop the unneeded VBase field from MethodInfo in the...
2013-10-22 Rafael EspindolaRevert "This patch causes clang to reject alias attribu...
2013-10-22 Rafael EspindolaThis patch causes clang to reject alias attributes...
2013-10-22 Alp TokerFix comment typo
2013-10-22 Manuel KlimekRemove incorrect assert.
2013-10-22 Daniel JasperAllow a header to be part of multiple modules.
2013-10-22 David MajnemerSema: Do not allow template declarations inside local...
2013-10-21 Reid KlecknerRevert "Re-enable passing MS inline asm test."
2013-10-21 Reid KlecknerRe-enable passing MS inline asm test.
2013-10-21 Reid KlecknerRevert "Refactor DynTypedMatcher into a value type...
2013-10-21 Chris WailesUpdated and added to the Consumed documentation.
2013-10-21 Chad Rosier[AArch64] Add the constraint to NEON scalar mla/mls...
2013-10-21 Yaron KerenFix string assignment, David Blaikie suggestion.
2013-10-21 Rafael EspindolaMake this test pass -verify.
2013-10-21 Rafael EspindolaIgnore -fstrength-reduce and -fno-strength-reduce.
2013-10-21 Samuel BenzaquenRefactor DynTypedMatcher into a value type class, just...
2013-10-21 Rafael EspindolaExtend test to show an alias can be before a definition.
2013-10-21 Rafael EspindolaCleanup redundant include.
2013-10-21 Benjamin KramerDriver: Various string-related cleanups.
2013-10-21 Matheus Almeida[mips][msa] Fix definition of SLD instruction.
2013-10-21 Silviu BarangaSet the default hardware division features for ARM...
2013-10-21 Silviu BarangaAdd the __ARM_ARCH_EXT_IDIV__ predefine. It is set...
2013-10-21 Serge PavlovFix to PR8880 (clang dies processing a for loop).
2013-10-21 Manuel KlimekFixes PR17617: Crash on joining short if statements.
2013-10-21 Daniel JasperExpose -fmodule-name and -fmodule-map-file as driver...
2013-10-21 Justin BognerLex: Don't restrict legal UCNs when preprocessing assembly
2013-10-21 David Majnemer[-fms-extensions] __is_interface_class was miscategorized
2013-10-21 David MajnemerSema: Explain our deviation from the standard by refere...
2013-10-21 David MajnemerBe more precise when diagnosing 'inline' on global...
2013-10-20 Peter CollingbourneImplement function type checker for the undefined behav...
2013-10-20 Peter CollingbourneRevert r193022 and r193048. They broke the ubsan test...
2013-10-20 Alp TokerSwitch attribute test line endings from CRLF
2013-10-20 Alp TokerFix crash in cleanup attr handling
2013-10-20 Daniel Jasperclang-format: Better understand Lambda poarameters.
2013-10-20 Daniel Jasperclang-format: Fix formatting of nested blocks after...
2013-10-20 Daniel Jasperclang-format: Support case ranges.
2013-10-20 Daniel Jasperclang-format: Improve formatting of ObjC dict literals.
2013-10-20 Benjamin KramerDriver: libubsan_cxx depends on libubsan. Preserve...
2013-10-20 Benjamin KramerForgot some references to misspelled enums.
2013-10-20 Benjamin KramerMiscellaneous speling fixes.
2013-10-20 David MajnemerSema: Diagnose global replacement functions declared...
2013-10-19 Rafael EspindolaAdd a missing getMostRecentDecl to ClassTemplateDecl.
2013-10-19 Rafael EspindolaSimplify some implementations of get*Decl.
2013-10-19 Rafael EspindolaThis should use the possessive adjective.
2013-10-19 Rafael EspindolaComment improvement.
2013-10-19 Bill WendlingAdd irreader to the component list, because ParseIR...
2013-10-19 Rafael EspindolaReduce indentation with an early exit.
2013-10-19 Rafael EspindolaAdd isFirstDecl to DecBase too and use it instead of...
2013-10-19 Rafael EspindolaFix typo.
2013-10-19 Rafael EspindolaSimplify FunctionDecl::getBody.
2013-10-19 Nick LewyckyWhen building ubsan, link in ubsan parts first and...
2013-10-19 Kaelyn UhrainAllow CorrectTypo to replace CXXScopeSpecifiers that...
2013-10-19 Kaelyn UhrainBe smarter about deciding to add a leading '::' to a
2013-10-19 Kaelyn UhrainMerge NamespaceSpecifierSet's AddNamespace and AddRecor...
2013-10-18 DeLesley HutchinsConsumed analysis: fix assert failure.
2013-10-18 Hans Wennborgclang-cl: diagnose setting asm listing filename with...
2013-10-18 Richard SmithFix crash if a submodule @imports another submodule...
2013-10-18 Fariborz JahanianObjectiveC. Added support for methods annotated with...
2013-10-18 Ariel J. BernalReverted r192992 broke windows and freebsd builds.
2013-10-18 DeLesley HutchinsConsumed analysis: assume that non-const reference...
2013-10-18 Ariel J. BernalThis patch fixes replacements that are not applied...
2013-10-18 DeLesley HutchinsConsumed analysis: All the return_typestate parameter...
next