]> granicus.if.org Git - clang/shortlog
clang
2013-10-01 Nick LewyckyNo functionality change. Reflow lines that could fit...
2013-10-01 Fariborz JahanianObjectiveC migrator: When doing migration, migrator...
2013-10-01 Rafael EspindolaRevert commits r190613, r190560 and r190557.
2013-10-01 Warren HuntFixing implementation of bittestandset in Intrin.h.
2013-10-01 Ariel J. BernalFixed replacements for files with relative paths are...
2013-10-01 Alexander KornienkoRefactoring: split addTokenToState into two methods.
2013-10-01 Tim NorthoverTypo in ARM __attribute__((interrupt)) documentation
2013-10-01 Tim NorthoverImplement ARM GNU-style interrupt attribute
2013-10-01 Tim NorthoverMove checkStringLiteralArgument into Sema class
2013-10-01 Timur IskhodzhanovRun the -cxx-abi test in 32-bit mode as the 64-bit...
2013-10-01 Timur IskhodzhanovAuthor a FIXME in a test now that PR12784 is fixed
2013-10-01 Amara Emerson[ARM] Add -mfpu=none option to the driver.
2013-10-01 Alexey Bataev[OpenMP] Added parsing and semantic analysis for firstp...
2013-10-01 Faisal ValiFix computation of linkage within nested lambdas.
2013-10-01 Eli FriedmanFix typo correction usage of SemaAccess.cpp.
2013-10-01 Richard SmithRevert r191586 and r191695. They cause crashes when...
2013-10-01 Eli FriedmanTweak changes in r186464 to avoid a crash.
2013-10-01 Richard SmithRemove support for arrays of runtime bound in C++1y...
2013-09-30 Weiming ZhaoFix PR 12730: Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macro...
2013-09-30 Warren HuntChanging __X86_64__ to __x86_64__ in Intrin.h.
2013-09-30 Manman RenTurn struct-path aware TBAA on by default.
2013-09-30 David BlaikieRemove unused variable introduced in 191666
2013-09-30 Yunzhong GaoAdding intrinsics to the clang front end for the x86...
2013-09-30 Edwin VaneMoving style option formatting to libFormat
2013-09-30 Manuel KlimekFix use-after-free.
2013-09-30 Daniel Jasperclang-format: Improve alignment after 'return'.
2013-09-30 Chandler CarruthAdd a bunch of other GCC '-f' options and ignore them...
2013-09-30 Chandler CarruthSwitch one of the ignored boolean flag multiclasses...
2013-09-30 NAKAMURA TakumiSemaTemplateDeduction.cpp: Suppress a warning. [-Wunuse...
2013-09-29 Faisal ValiRevert the linkage fix.
2013-09-29 Faisal ValiRemove an unnecessary overload from ASTLambda.h
2013-09-29 Faisal ValiFix computation of linkage within nested lambdas.
2013-09-29 Manuel KlimekAdd section on VS integration to the ClangFormat docume...
2013-09-29 Faisal ValiFix windows newlines :(
2013-09-29 Daniel JasperFix misspelling of -fmodules-decluse.
2013-09-29 Daniel Jasperclang-format: Fix assertion on incomplete string literals.
2013-09-29 Faisal ValiImplement conversion to function pointer for generic...
2013-09-29 Ed SchoutenAdd character set related __STDC_* definitions.
2013-09-29 Richard SmithImplement C++1y sized deallocation (n3778). This is...
2013-09-28 Richard SmithRemove commented-out entry for ARBs, they're not in...
2013-09-28 Benjamin KramerThe second parameter of nexttoward is always long double.
2013-09-28 James DennettDocumentation: minor fixes/improvements to documentatio...
2013-09-28 Benjamin KramerMake helper function static.
2013-09-28 Benjamin KramerRefactor comment merging.
2013-09-28 Simon AtanasyanSeparate construction of bi-arch path suffix from const...
2013-09-28 Richard SmithAdd compat/extension warnings for init captures.
2013-09-28 Richard SmithAdd extra testing for init-captures.
2013-09-28 Richard SmithMark lambda init-captures as complete.
2013-09-28 Richard SmithSwitch from putting init capture VarDecls in the surrou...
2013-09-28 Richard SmithPer latest drafting, switch to implementing init-captur...
2013-09-28 Jordan Rose[analyzer] Make inlining decisions based on the callee...
2013-09-28 Warren HuntTypo correction: _int64 -> __int64.
2013-09-27 Warren HuntImplements some of the more commonly used intrinsics...
2013-09-27 Kaelyn UhrainDon't suggest namespaces if the next token is a '.'
2013-09-27 Manman RenTBAA: use the same format for scalar TBAA and struct...
2013-09-27 Fariborz JahanianObjectiveC migrator. Infer property from getters only
2013-09-27 Chandler CarruthImplementation of N3760 which is planned to be voted...
2013-09-27 Chandler CarruthFix a bug where we failed to diagnose class template...
2013-09-27 Douglas GregorNote that modules are supported for C/Objective-C,...
2013-09-27 Justin Bognerdocs: Document CXXLiteralOperatorName and CXXUsingDirective
2013-09-27 Justin Bognerdocs: Remove note about Identifiers being used for...
2013-09-27 Rafael EspindolaUpdate the help text.
2013-09-27 Rafael EspindolaReplace -fobjc-default-synthesize-properties with disab...
2013-09-27 Chandler CarruthImplement N3760, support for the [[deprecated]] attribute.
2013-09-27 Richard SmithMark variable template implementation as complete....
2013-09-27 Richard SmithVariable templates: handle instantiation of static...
2013-09-27 Richard SmithComment out links for papers that aren't up yet.
2013-09-27 Kaelyn UhrainDon't give suggest things like function names on the...
2013-09-27 Kaelyn UhrainAvoid the hard-coded limit on the number of typo correc...
2013-09-27 Kaelyn UhrainCache the location of failed typo corrections so that...
2013-09-27 Benjamin KramerFix typo: Dellocation.
2013-09-27 Richard SmithFix formatting goof.
2013-09-27 Richard SmithUpdate status:
2013-09-27 Hans Wennborgclang-cl: pass /FI options to fallback
2013-09-27 Edwin VaneAdding pre/post conditions for some Replacement handlin...
2013-09-27 Benjamin KramerSourceManager: Open code isInMainFile.
2013-09-27 Timur IskhodzhanovQuick-fix the test for no-asserts build
2013-09-27 Rafael EspindolaRemove method that always returns true.
2013-09-27 Jordan Rose[analyzer] Allow pre/post-statement checkers for UnaryO...
2013-09-27 Faisal ValiFix the test files by removing the unnecessary -emit...
2013-09-27 Alexander KornienkoAdded a comment and another test for the UT_ForIndentat...
2013-09-27 Alexander KornienkoUpdated examples of UseTab option
2013-09-27 Alexander KornienkoUpdated clang-format style options doc.
2013-09-27 Alexander KornienkoImplemented tab usage only for indentation (http:/...
2013-09-27 Timur IskhodzhanovAbstract out the emission of vtables, add basic support...
2013-09-27 Alexander KornienkoCorrectly indent with tabs when whitespace starts from...
2013-09-27 Daniel Jasperclang-format: Improve formatting of functions with...
2013-09-27 David MajnemerAST: Handle multidimensional arrays inside of __uuidof()
2013-09-27 Daniel Jasperclang-format: Fix formatting bug with comment in weird...
2013-09-27 David MajnemerAST: Handle qualified array types in typeid() expressions
2013-09-27 Nick LewyckyAdd -fno-unsigned-char and ignore it. We already suppor...
2013-09-27 NAKAMURA TakumiNumericLiteralParser::ParseNumberStartingWithZero(...
2013-09-27 David MajnemerSema: Respect -fdelayed-template-parsing when parsing...
2013-09-27 Craig TopperRemove some stray underscores from copyright block...
2013-09-26 Fariborz JahanianObjectiveC migrator: Donlt annotate NS_RETURNS_INNER_PO...
2013-09-26 Fariborz JahanianObjectiveC migrator: function pointer is not an
2013-09-26 Adrian PrantlDebug info: Fix a crash when trying to construct a...
2013-09-26 Faisal ValiRemove an unused variable - thanks to Nick Lewycky...
2013-09-26 Kaelyn UhrainFix error recovery when a return type correction includ...
2013-09-26 Bob WilsonFix up fallout from r187156.
next