]> granicus.if.org Git - clang/shortlog
clang
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...
2013-11-05 Kevin QinImplemented aarch64 neon intrinsic vcopy_lane with...
2013-11-05 Fariborz JahanianObjectiveC. Method implementations should only check for
2013-11-04 Dmitri GribenkoInclude non-explicit submodules in exported module...
2013-11-04 Anna Zaks[analyzer] Track the count of NSOrderedSet similarly...
2013-11-04 Anna Zaks[analyzer] Suppress warnings coming out of std::basic_s...
2013-11-04 Kaelyn UhrainTry to correct a mistyped "-" or ">" to "->" for some...
2013-11-04 Rafael EspindolaUse aliases for more constructors and destructors.
2013-11-04 Rafael Espindolaclang-format this if.
2013-11-04 Justin BognerCodeGen: Test that simple expressions are simplified...
2013-11-04 Justin BognerCodeGen: Use EmitBranchOnBool when generating For and...
2013-11-04 Justin BognerCodeGen: Move an initialization away from an unrelated...
2013-11-04 NAKAMURA Takumiclang/lib/Parse/CMakeLists.txt: Fixup corresponding...
2013-11-04 Aaron BallmanUpdating the makefile to reflect CMake; addendum to...
2013-11-04 Aaron BallmanAttributes which accept a type as their sole argument...
2013-11-04 Benjamin KramerMake ADLResult::iterator a proper iterator.
2013-11-04 Benjamin KramerDriver: Add support for -march=bdver3 on x86.
2013-11-04 Richard SmithIssue a diagnostic if an implicitly-defined move assign...
2013-11-04 Filip PizloIt is no longer necessary to opt out of pretty stack...
2013-11-04 Richard SmithUpdate a comment to match current core issues list.
2013-11-04 Richard SmithImplement final resolution of DR1402: implicitly-declar...
2013-11-03 David MajnemerSema: Do not allow overloading between methods based...
2013-11-03 Alp TokerFix test to actually check the FixIt-applied code
2013-11-03 David MajnemerFix typo in err_flexible_array_empty_aggregate
2013-11-02 Bob WilsonOS X 10.9+ and iOS 7+ support load/store of big atomic...
2013-11-02 Bob WilsonDefault to use libc++ on OS X 10.9+ and iOS 7+.
2013-11-02 David MajnemerAdd test case for r193923
2013-11-02 David MajnemerSema: Disallow inheriting from classes with flexible...
2013-11-02 David MajnemerSema: Remove stray whitespace around Sema::CheckBaseSpe...
2013-11-02 David MajnemerRemove a stray tab character from warn_objc_root_class_...
2013-11-02 David MajnemerSema: Disallow derived classes with virtual bases from...
2013-11-02 David MajnemerSema: Cleanup and simplify anonymous union diagnostics
2013-11-02 David MajnemerSema: Flexible array members were introduced in C99...
2013-11-02 David MajnemerSema: Properly indent statements in Sema::ActOnLastBitfield
2013-11-02 David MajnemerSema: trim trailing whitespace in Sema::ActOnLastBitfield
2013-11-02 NAKAMURA Takumiclang/test/CodeGenCXX/builtins.cpp: Fix for -Asserts.
2013-11-02 Richard TrieuChange the other -Wtautological-compare warnings to...
2013-11-02 Warren HuntAdding triple to lit test fixed in r193901
2013-11-02 Warren HuntFixes lit test that doesn't fail on windows
2013-11-01 Warren HuntImproves compatibility with cl.exe when laying out...
2013-11-01 Warren HuntWraps lazily generated builtins in an extern "C" context
2013-11-01 Douglas GregorPreload module maps in normal user directories, too.
2013-11-01 Richard TrieuAdd non-type template parameter test for disabled ...
next