]> granicus.if.org Git - clang/shortlog
clang
2014-11-12 Richard SmithPR19372: Keep checking template arguments after we...
2014-11-12 Anton KorobeynikovTemporary revert r221818 until all the problems
2014-11-12 Anton KorobeynikovNow really fix the typo in the test
2014-11-12 Anton KorobeynikovUpdate the tests to handle proper result type of (?:)
2014-11-12 Fariborz Jahanian[Objective-C++ IRGen] do not generate .cxx_construct
2014-11-12 Anton KorobeynikovFix fallout from r219557
2014-11-12 Reid KlecknerFix brace init of unions with unnamed struct members
2014-11-12 Richard SmithUpdate Clang's SD-6 support to match N4200 (except...
2014-11-12 Kaelyn TakataPass the filter function_ref by value now that r221753...
2014-11-12 Fariborz JahanianCheck for IRGen output when varag is used
2014-11-12 Rafael EspindolaUpdate for llvm api change.
2014-11-12 Rafael EspindolaSimplify code a bit by passing StreamFile to the Bitstr...
2014-11-12 Nico WeberMark TypeDecls used in explicit destructor calls as...
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
2014-11-12 Nico WeberMark TypeDecls used in member initializers as referenced.
2014-11-12 Nico Weberclang-format a few lines, fixes one 80col violation...
2014-11-12 Richard SmithTry a different workaround for GCC 4.7.2 lambda capture...
2014-11-12 Richard SmithInstantiate exception specifications when instantiating...
2014-11-12 Richard SmithPR21536: Fix a corner case where we'd get confused...
2014-11-12 Richard SmithFix this code to follow the coding style regarding...
2014-11-12 Douglas GregorMake Sema::CollectMultipleMethodsInGlobalPool() public.
2014-11-11 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-cxx1y.cpp: Add %itaniu...
2014-11-11 Kostya Serebryany[clang/asan] Do not emit memcpy for trivial operator...
2014-11-11 Kaelyn TakataHave LookupMemberExprInRecord only call CorrectTypoDela...
2014-11-11 Kaelyn TakataCreate two helpers for running the typo-correction...
2014-11-11 Kaelyn TakataReplace MemberTypoDiags and MemberExprTypoRecovery...
2014-11-11 Kaelyn TakataRemove unnecessary semicolon.
2014-11-11 Daniel Jasperclang-format: Improve handling of comments in binary...
2014-11-11 Kaelyn TakataMake LookupResult be copyable to avoid decomposing...
2014-11-11 Kaelyn TakataExplicitly exclude keywords from the member validator.
2014-11-11 Kaelyn TakataFix some formatting prior to refactoring the code.
2014-11-11 Kostya SerebryanyIntroduce -fsanitize-coverage=N flag
2014-11-11 Alexey SamsonovBundle conditions checked by UBSan with sanitizer kinds...
2014-11-11 Fariborz JahanianRemove this test too.
2014-11-11 Fariborz JahanianRevert r221702 until I address Richard Trieu's
2014-11-11 Alexey SamsonovSimplify the test by using multiple --check-prefix...
2014-11-11 Duncan P. N... Revert "IR: MDNode => Value: Update for LLVM API change...
2014-11-11 David BlaikiePR16091 continued: Debug Info for member functions...
2014-11-11 Fariborz JahanianPatch to warn when logical evaluation of operand evalut...
2014-11-11 Daniel Jasperclang-format: Preserve trailing-comma logic even with...
2014-11-11 Richard SmithFirst half of CWG1962: decltype(__func__) should not...
2014-11-11 Fariborz JahanianThis patch fixes a crash after rebuilding call AST of
2014-11-11 Manuel KlimekDiagnosticParseKinds is close to running into Diagnosti...
2014-11-11 NAKAMURA TakumiCGOpenMPRuntime.h: Fix a couple of \param(s) introduced...
2014-11-11 Alexey Bataev[OPENMP] Codegen for threadprivate variables
2014-11-11 Richard SmithFix parsing of fold-expressions within a cast expressio...
2014-11-11 Justin BognerInstrProf: Remove an unnecessary helper function (NFC)
2014-11-11 NAKAMURA TakumiCGExpr.cpp: Suppress a warning. [-Wunused-variable]
2014-11-11 Alexey Samsonov[Sanitizer] Refactor sanitizer options in LangOptions.
2014-11-11 Alexey SamsonovMove CodeGenOptions constructor out-of-line and add...
2014-11-11 Alexey SamsonovMove SanitizerKind class to a separate header. NFC.
2014-11-10 Argyrios Kyrtzidis[libclang] When initializing an ObjC object via the...
2014-11-10 Alexey SamsonovPropagate SanitizerKind into CodeGenFunction::EmitCheck...
2014-11-10 Ben LangmuirValidate user headers even if -fmodules-validate-once...
2014-11-10 Tim NorthoverAArch64: set all processor features from -arch if nothi...
2014-11-10 Richard SmithImprove diagnostics if _Noreturn is placed after a...
2014-11-10 Bob WilsonRemove change to set SDKROOT when building compiler...
2014-11-10 Richard SmithUpdate fold-expression mangling to match cxx-abi-dev...
2014-11-10 Bob WilsonOnly build iOS runtime libraries when the iOS SDKs...
2014-11-10 Daniel Jasperclang-format: Fix pointer formatting.
2014-11-10 Nico Weberclang-format: [Java] Never treat @interface as annotation.
2014-11-10 Nico Weberclang-format: Document that --assume-filename affects...
2014-11-10 Benjamin KramerRemove unused diagnostic.
2014-11-10 Alexander Kornienko[Tooling] Restore current directory after processing...
2014-11-08 Aaron BallmanMissing testcase from r221581.
2014-11-08 Aaron BallmanUpdated the wording for a diagnostic to be more grammat...
2014-11-08 Aaron Ballman[c++1z] Support for attributes on namespaces and enumer...
2014-11-08 Richard Smith[c++1z] Support for u8 character literals.
2014-11-08 Richard Smith[c++1z] Implement nested-namespace-definitions.
2014-11-08 Richard Smith[c++1z] N4295: fold-expressions.
2014-11-08 Ben LangmuirCheck module signature when the module has already...
2014-11-08 Fariborz JahanianFixed a buildbot failure.
2014-11-08 Ben LangmuirFix unintended fallthrough in ASTReader
2014-11-07 Fariborz Jahanian[Objective-C Sema]. Issue availability/deprecated warni...
2014-11-07 Tim NorthoverARM ABI: simplify decisions on whether args can be...
2014-11-07 Alexey SamsonovIntroduce a SanitizerKind enum to LangOptions.
2014-11-07 Kuba BreckaUse @rpath for ASan dylib in Makefiles
2014-11-07 Michael J.... Fix style.
2014-11-07 Samuel AntaoFix clash of gcc toolchains in hexagon driver regressio...
2014-11-07 Fariborz JahanianRevert r221404 which caused lldb to not display
2014-11-07 Timur IskhodzhanovImprove comments in vtordisp tests: fix a typo, add...
2014-11-07 David MajnemerCodeGen, Itanium: Properly dllimport RTTI data
2014-11-06 Frederic RissReturn a DIDescriptor from CGDebugInfo::getDeclarationO...
2014-11-06 Charlie TurnerRemove references to the cortex-a9-mp CPU.
2014-11-06 Rafael EspindolaDon't manually insert L prefixes.
2014-11-06 Andrea Di Biagio[X86] Slightly refactor default features for AMD bdver...
2014-11-06 Alexey BataevFix for exception specification mismatch in explicit...
2014-11-06 Craig Topper[X86] Use fallthroughs to reduce the number of calls...
2014-11-06 Rafael EspindolaUse FileCheck.
2014-11-06 Rafael EspindolaDelete dead test.
2014-11-05 Fariborz JahanianPatch for small addition to availability attribute.
2014-11-05 Reid Klecknercmake: Only export targets in the standalone build
2014-11-05 Reid KlecknerMake it easier to build against a pre-built Clang packa...
2014-11-05 DeLesley HutchinsThread Safety Analysis: move warnings on range-based...
2014-11-05 Fariborz JahanianThis patch fixes a crash after rebuilding call AST of
2014-11-05 Reid Klecknercmake: Conditionalize CodeGen's dependency on intrinsic...
2014-11-05 Frederic Riss[DebugInfo] Do not record artificial global initializer...
2014-11-05 Duncan P. N... IR: MDNode => Value: Update for LLVM API change in...
2014-11-05 Daniel JasperRevert "clang-format: [js] Updates to Google's JavaScri...
2014-11-05 Ben LangmuirRemove superceded warning warn_forgotten_module_header
next