]> granicus.if.org Git - clang/shortlog
clang
2013-11-08 Timur IskhodzhanovThread the info about vbptr sharing through ASTRecordLayout
2013-11-08 Benjamin KramerRemove diagnostic leftover from the ancient times when...
2013-11-08 Alp Tokerclang-format: Write files atomically
2013-11-08 Alp TokerImprove the missing ASM parser test for MS-style assembly
2013-11-08 Daniel JasperAdd .clang-format without column limit to subdirectory...
2013-11-08 NAKAMURA Takumiclang/test/CXX/drs/dr1xx.cpp: Add explicit triple x86_6...
2013-11-08 NAKAMURA TakumiStaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp...
2013-11-08 David MajnemerFix tests effected by r194221
2013-11-08 Douglas Gregors/DebugPrint/dump/g
2013-11-08 Daniel Jasperclang-format: Properly indent ObjC calls wrapped before...
2013-11-08 Richard SmithTests for core issue 170-200.
2013-11-08 Douglas GregorObjective-C++ ARC: Improve the conversion to a const...
2013-11-08 Fariborz JahanianObjectiveC migrator. Added a dropped check in my
2013-11-08 Douglas GregorFix a bogus assert I introduced in r194224
2013-11-08 Jordan Rose[analyzer] Add IdenticalExprChecker, to find copy-paste...
2013-11-08 Jordan Rose[analyzer] Track whether an ObjC for-in loop had zero...
2013-11-08 Jordan Rose[analyzer] Specialize "loop executed 0 times" for for...
2013-11-08 Fariborz JahanianObjectiveC migrator. Fixes an obscure bug where
2013-11-08 Will Dietzubsan: Only emit constants for filenames and type descr...
2013-11-08 Daniel Jasperclang-format: Make breaking before ternary operators...
2013-11-08 Douglas GregorEliminate an unnecessary .c_str()
2013-11-07 Manuel Klimek Adds the ability to inject a DiagnosticConsumer into...
2013-11-07 Douglas GregorModules: Teach the preprocessor to recognize 'import...
2013-11-07 Douglas GregorRe-instate contextual conversion to Objective-C pointer...
2013-11-07 Peter CollingbourneIntroduce MatchFinder::matchAST.
2013-11-07 Peter CollingbourneRe-introduce MatchFinder::addDynamicMatcher.
2013-11-07 Richard SmithPR17800: When performing pack expansion, we must always...
2013-11-07 Daniel Jasperclang-format: Improve binary operator detection in...
2013-11-07 Richard SmithTests for CWG issue 165-170.
2013-11-07 Daniel Jasperclang-format: Improve ObjC variadic and binary expressi...
2013-11-07 Richard SmithPR17615: A delegating constructor initializer is a...
2013-11-07 Chris WailesAdded a test case for the fix to bug 17632 in r193751
2013-11-07 Richard BartonXFAIL the test for non-x86 targets for which this messa...
2013-11-07 Daniel Jasperclang-format: Improve formatting of constructor initial...
2013-11-07 Daniel Jasperclang-format: Remove old hack that mainly made incorrec...
2013-11-07 Faisal ValiRemove an unnecessary condition that I added hastily...
2013-11-07 Daniel Jasperclang-format: Fix corner case for brace alignment.
2013-11-07 Timur IskhodzhanovMinor refinement of VTableBuilder.h: fix wrong indentat...
2013-11-07 Benjamin KramerAdd parens for || in && in assert. No functionality...
2013-11-07 Sylvestre LedruUbuntu has published its Saucy release. 'Trusty Tahr...
2013-11-07 Enea ZaffanellaFixed bug in return type of __builtin_va_start().
2013-11-07 Richard SmithMark generic lambdas, and thus C++14, as complete....
2013-11-07 Richard SmithTests for DR150 - DR165.
2013-11-07 Alp TokerRewriteBuffer: Remove an unused typedef
2013-11-07 David BlaikieUnbreak the Clang -Werror build by removing some unused...
2013-11-07 Richard SmithUpdate cxx_dr_status.html to match current cwg issue...
2013-11-07 Faisal ValiThis patch implements capturing of variables within...
2013-11-07 Chandler CarruthAdd the fact that Clang too is planning to start using...
2013-11-06 David Majnemer[-fms-extensions] Add support for __FUNCDNAME__
2013-11-06 Alp Tokerclang-cl: Hide ignored joined flags as well
2013-11-06 Daniel Jasperclang-format: Separate line-merging logic into its...
2013-11-06 Peter CollingbourneDisable a tooling test on Windows.
2013-11-06 Aaron BallmanWork around an MSVC 2013 miscompile with the Redeclarab...
2013-11-06 NAKAMURA TakumiUpdate \param in ToolInvocation() corresponding to...
2013-11-06 Alp Tokerclang-cl: Hide ignored flags
2013-11-06 Yaron KerenThis patch modified ExeBasename as clang-cl.exe to...
2013-11-06 Daniel Dunbar[build] Update runtime library and tests to work with...
2013-11-06 Alp Tokerclang-cl: Add /FS as an ignored flag
2013-11-06 Peter CollingbourneIntroduce ClangTool::buildASTs, and buildASTFromCode.
2013-11-06 Richard SmithFix diagnostic goof in r194161.
2013-11-06 Richard SmithAdd a limit to the length of a sequence of 'operator...
2013-11-06 Rafael EspindolaFix the -cxx-abi microsoft -mconstructor-aliases combin...
2013-11-06 DeLesley HutchinsThread safety analysis: minor bugfix to smart pointer...
2013-11-06 Aaron BallmanSilencing some MSVC warnings about not all control...
2013-11-06 Argyrios Kyrtzidis[libclang] Some changes on the linker options for libcl...
2013-11-06 Timur IskhodzhanovFix PR17738 - add support for vtordisp thunks when...
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Perm.
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Bitwise Extract.
2013-11-06 Richard SmithMore constant evaluation cleanup, and fix an issue...
2013-11-06 Warren HuntMicrosoft adds weird padding before virtual bases if...
2013-11-06 Peter CollingbourneIntroduce DynTypedNode::print, dump and getSourceRange.
2013-11-06 Peter CollingbourneIntroduce BoundNodes::getMap.
2013-11-05 DeLesley HutchinsThread safety analysis: check pt_guarded_by attribute...
2013-11-05 Fariborz JahanianObjectiveC migrator. Please annotation of properties...
2013-11-05 Richard SmithSimplify: we don't care why constant evaluation might...
2013-11-05 Richard SmithRefactor constant expression handling and make a couple...
2013-11-05 Rafael EspindolaWith this patch -Wwrite-strings is still implemented...
2013-11-05 Rafael EspindolaProduce direct calls instead of alias to linkonce_odr...
2013-11-05 James DennettDocumentation tweaks: Fix a typo in a reference to...
2013-11-05 Daniel Jasperclang-format: Allow line merging and partial formatting...
2013-11-05 Kaelyn UhrainRevert "Try to correct a mistyped "-" or ">" to "-...
2013-11-05 Jiangning LiuImplement AArch64 Neon Crypto instruction classes AES...
2013-11-05 Timur IskhodzhanovFix vbtable indices when a class shares the vbptr with...
2013-11-05 Alp TokerDisable test fully with REQUIRES
2013-11-05 Alp TokerDisable the test that crashes
2013-11-05 Alp TokerFix a test that was never being run, mark it XFAIL
2013-11-05 Alp TokerMake test run reliably
2013-11-05 Alp TokerFix test that was not being run
2013-11-05 Alp TokerFix test that wasn't testing anything
2013-11-05 Joey GoulyDo not allow functions or kernels called 'main' in...
2013-11-05 David MajnemerSimplify test case added in r194059
2013-11-05 David MajnemerLex: Require that '#' be followed by a macro parameter...
2013-11-05 Richard SmithRemove stray comma from documentation.
2013-11-05 Richard SmithC++1y sized deallocation: if we have a use, but not...
2013-11-05 Richard SmithEnable links now that they work.
2013-11-05 David MajnemerSema: Improve comment introduced in r193397
2013-11-05 Rafael EspindolaExpand the test a bit.
2013-11-05 Rafael EspindolaAdd a testcase from the recent bootstrap failure.
2013-11-05 Rafael EspindolaRevert "Produce direct calls instead of alias to linkon...
2013-11-05 Rafael EspindolaProduce direct calls instead of alias to linkonce_odr...
next