]> granicus.if.org Git - clang/shortlog
clang
2016-12-07 Devin Coughlin[analyzer] Fix typo in nullability checker diagnostic
2016-12-07 Artem Dergachev[analyzer] Remove an unused enum value in RetainCountCh...
2016-12-07 Artem Dergachev[analyzer] pr31226: Disable CastSizeChecker in C++...
2016-12-07 Alex LorenzImplement the -Wstrict-prototypes warning
2016-12-07 Alex Lorenz[ObjC++] Don't enter a C++ declarator scope when the...
2016-12-07 Sam McCallCompilation database test: don't try to output to CWD
2016-12-07 Alexey Bader[OpenCL] Added a LIT test for ensuring address space...
2016-12-07 Alexey Bader[OpenCL] Fix SPIR version generation.
2016-12-07 Duncan P. N... Driver: Remove support for -fobjc-gc*
2016-12-07 Richard SmithFix test.
2016-12-07 Erich Keane[MS-ABI]V-base dtor called more than needed when throw...
2016-12-07 Reid KlecknerAddress review feedback by adding comments about $...
2016-12-06 Richard Smith[c++17] P0135R1: Guaranteed copy elision.
2016-12-06 Kelvin Li[OpenMP] Fix typo in the run command in the test case...
2016-12-06 Reid KlecknerDisable -Wweak-vtables when there are no key functions
2016-12-06 Kelvin Li[OpenMP] Fix typo in the test case. NFC.
2016-12-06 Joerg SonnenbergerFix FileCheck pattern.
2016-12-06 Joerg SonnenbergerAllow additional output since e.g. OSX appends flags...
2016-12-06 David Majnemer[MS ABI] Implement more of the Itanium mangling rules
2016-12-06 Joerg SonnenbergerMake test case slightly more robust by explicitly passi...
2016-12-06 Joerg SonnenbergerIf clang was configured for a DEFAULT_SYSROOT and no...
2016-12-06 Joerg SonnenbergerAllow clang to write compilation database records.
2016-12-06 Jonathan RoelofsFix doc string typo: s/@__yes/@__objc_yes/
2016-12-06 Malcolm ParsonsFix two clang-tidy misc-move-forwarding-reference warnings
2016-12-06 Benjamin KramerAlso recognize -std=iso9899:201x
2016-12-06 Mandeep Singh... [clang] Fix D26214: Move error handling out of MC and...
2016-12-06 Richard TrieuClean up some Sema checking code. NFC
2016-12-06 Richard SmithRevert r288626, which reverts r288449. Original commit...
2016-12-06 Richard TrieuAdd test for r288732, warn on unsigned zero in std...
2016-12-06 Richard SmithAdditional test file missed from r288737.
2016-12-06 Richard Smith[modules] Use the "redundant #include" diagnostic rathe...
2016-12-05 Richard TrieuWarn on unsigned zero in call to std::max
2016-12-05 Florian Hahn[docs] Use x86_64 and i386 instead of x86 as arch for...
2016-12-05 Saleem AbdulrasoolCodeGen: fix windows itanium RTTI in EH mode
2016-12-05 Dominic Chen[analyzer] Print type for SymbolRegionValues when dumpi...
2016-12-05 Vitaly BukaFix stack-use-after-scope in CheckExplicitlyDefaultedMe...
2016-12-05 Vitaly BukaFix stack-use-after-scope in EvaluateImplicitExceptionSpec
2016-12-05 Shoaib Meenai[Sema] Respect DLL attributes more faithfully
2016-12-05 Devin Coughlin[analyzer] ObjCGenerics: Warn only on mismatch for...
2016-12-05 Martin BohmeCFGBuilder: Fix crash when visiting delete expression...
2016-12-05 Benjamin KramerClean out unused diagnostics. NFC.
2016-12-05 Richard SmithDR1213: element access on an array xvalue or prvalue...
2016-12-05 Matthias BraunAdapt to llvm/TableGen DagInit changes.
2016-12-05 Peter CollingbourneIRGen: Remove an unused overload of CreateAlignedLoad.
2016-12-04 Daniel JasperRevert "Recover better from an incompatible .pcm file...
2016-12-04 Matthias BraunTableGen: Adapt to llvm r288612
2016-12-03 Sylvestre LedruAdd the --no-color option to the git call in the doc...
2016-12-03 Dan Gohman[WebAssembly] Revert r288447.
2016-12-03 Sergey Kalinichev[libclang] Fix python tests
2016-12-03 Saleem AbdulrasoolSema: delay the DLL exported member referencing
2016-12-03 Eric Fiselier[Sema] Don't perform aggregate initialization for types...
2016-12-03 Richard SmithDR616, and part of P0135R1: member access (or pointer...
2016-12-03 Richard SmithPR31244: Use the exception specification from the calle...
2016-12-02 Richard SmithMore diagnostic name fixups: w_ -> warn_, warning_...
2016-12-02 Saleem AbdulrasoolCodeGen: export typeinfo and typeinfo name on itanium
2016-12-02 Richard SmithMass-rename the handful of error_* diagnostics to err_*.
2016-12-02 George Burgess IV[Sema] Reset a BumpPtrAllocator on clear(). NFC.
2016-12-02 Adam NemetWith LTO and profile-use, enable hotness info in opt...
2016-12-02 Jason Henline[CUDA] Forward sanitizer support to host toolchain
2016-12-02 Eric Liu[ClangFormat] Only insert #include into the #include...
2016-12-02 Alex Lorenz[Frontend] Fix an issue where a quoted search path...
2016-12-02 NAKAMURA Takumiclang/test/Driver/defsym.s: Appease targeting msc....
2016-12-02 Jason Henline[CUDA] Fix faulty test from rL288448
2016-12-02 Richard Smithp0012r1: define corresponding feature test macro
2016-12-02 Richard SmithRecover better from an incompatible .pcm file being...
2016-12-02 Jason Henline[CUDA] "Support" ASAN arguments in CudaToolChain
2016-12-02 Dan Gohman[WebAssembly] Add an -mdirect flag for the direct wasm...
2016-12-02 Jonathan RoelofsDelete tautological assertion.
2016-12-01 John McCallStruct GEPs must use i32, not whatever size_t is. ...
2016-12-01 Argyrios Kyrtzidis[libclang] Add APIs to check the result of an integer...
2016-12-01 Joerg SonnenbergerExtend CompilationDatabase by a field for the output...
2016-12-01 George Burgess IVAdd a space in a run line. NFC.
2016-12-01 Artem BelevichSend compiler output to /dev/null in defsym.s test.
2016-12-01 Akira Hatanaka[CodeGen][ARM] Make sure the value and type used to...
2016-12-01 Mandeep Singh... [clang] Implement support for -defsym assembler option
2016-12-01 Arnold Schwaighoferswiftcc: Add an api to query whether a target ABI store...
2016-12-01 Hans WennborgFix VS2015 build of clang-format-vsix by using NuGet...
2016-12-01 George Burgess IV[TableGen] Ignore fake args for parsing-related arg...
2016-12-01 Dominic Chen[analyzer] Drop explicit mention of range constraint...
2016-12-01 Manuel KlimekAdds hasUnqualifiedDesugaredType to allow matching...
2016-12-01 Alex Lorenz[ObjC] Avoid a @try/@finally/@autoreleasepool fixit...
2016-12-01 Joey Gouly[OpenCL] Refactor read_only/write_only pipes.
2016-12-01 Florian HahnFix crash with unsupported architectures in Linux/Gnu...
2016-12-01 John McCallTeach ConstantBuilder how to emit a reference to the...
2016-12-01 Richard SmithP0012R1: add Itanium ABI support for throwing non-noexc...
2016-12-01 Richard SmithRevert r285664, cxx-abi-dev chose to go in a different...
2016-12-01 Richard SmithPR31081: ignore exception specifications when deducing...
2016-12-01 George Burgess IV[TableGen] Minor clean-ups. NFC.
2016-11-30 John McCallClean up CGObjCMac's APIs for deriving class references...
2016-11-30 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-11-30 John McCallIntroduce a type-safe enum for ForDefinition.
2016-11-30 John McCallFix some layering violations where CGObjCMac's NSString...
2016-11-30 John McCallProspective MSVC workaround.
2016-11-30 John McCallFinish adopting ConstantInitBuilder in CGObjCGNU. ...
2016-11-30 Akira Hatanaka[Sema] Teach -Wcast-align to look at the aligned attrib...
2016-11-30 Artem Dergachev[analyzer] Construct temporary objects of correct types...
2016-11-30 Artem Dergachev[analyzer] SValExplainer: Support ObjC ivars and __bloc...
2016-11-30 Artem Dergachev[analyzer] Minor fixes and improvements to debug.ExprIn...
2016-11-30 John McCallProspective GCC build fix: the unelaborated form of...
2016-11-30 Bob Haarmanmake -fprofile-instr-generate and -fprofile-instr-use...
next