]> granicus.if.org Git - clang/shortlog
clang
2017-05-23 Sven van Haastregt[libclang] [OpenCL] Expose more OpenCL CIndex types
2017-05-23 Simon Dardis[mips] Make checks in CodeGen/mips-varargs.c less fragile
2017-05-23 Gor Nishanov[coroutines] Skip over passthrough operator co_await
2017-05-23 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-23 Gor Nishanov[coroutines] Add emission of initial and final suspends
2017-05-23 Gor Nishanov[coroutines] Add support for deallocation elision
2017-05-23 Gor Nishanov[coroutines] Replace all coro.frame builtins with an...
2017-05-23 Gor Nishanov[coroutines] Add support for allocation elision
2017-05-23 Faisal Vali[NFC, Refactor] Modernize TemplateIdAnnotation using...
2017-05-23 Teresa JohnsonAdjust clang test for r303590
2017-05-22 Richard SmithAdd option to include multiple lines in snippets.
2017-05-22 Gor Nishanov[coroutines] Fix coro-eh-cleanup.cpp test
2017-05-22 Gor Nishanov[coroutines] Wrap the body of the coroutine in try...
2017-05-22 Reid KlecknerGive files from #line the characteristics of the curren...
2017-05-22 Gor Nishanov[coroutines] Build GRO declaration and return GRO statement
2017-05-22 Alex Lorenz[index] Index the default template parameter values
2017-05-22 Simon Atanasyan[mips] Add one more check to the micromips attribute...
2017-05-22 Simon Atanasyan[mips] Quote command line options with `` in the microm...
2017-05-22 Alex Lorenz[index] Index the deleted functions
2017-05-22 Erik Pilkington[Sema][ObjC] Fix a bug where -Wunguarded-availability...
2017-05-22 Alex Lorenz[index] Visit the default argument values in function...
2017-05-22 Martin Probstclang-format: [JS] avoid line breaks before unindented...
2017-05-22 Francois Ferrandclang-format: do not reflow bullet lists
2017-05-22 Alex Lorenz[index] 'using namespace' declarations in functions...
2017-05-22 Simon Atanasyan[mips] Support `micromips` attribute
2017-05-22 Krasimir Georgiev[clang-format] Keep trailing preprocessor line comments...
2017-05-22 Francois Ferrandclang-format: Allow customizing the penalty for breakin...
2017-05-21 Craig Topper[Format] Add curly braces to suppress a -Wmisleading...
2017-05-20 Faisal ValiFix PR25627: constant expressions being odr-used in...
2017-05-20 Piotr Padlewski[Devirtualization] insert placement new barrier with -O0
2017-05-20 Argyrios Kyrtzidis[index] Fix forward declarations interfering with USR...
2017-05-20 Richard SmithRename RAII objects for performing eager instantiation...
2017-05-20 Matthias BraunCodeGenModule: Always output wchar_size, check LLVM...
2017-05-20 Matthias BraunRevert "CodeGenModule: Always output wchar_size, check...
2017-05-20 Hubert TongFix valid-for-expr ellipses eaten as invalid decl
2017-05-19 Richard SmithRemove last (unnecessary) use of mapping from SourceLoc...
2017-05-19 Richard Smith[modules] Simplify module macro handling in non-local...
2017-05-19 Matthias BraunCodeGenModule: Always output wchar_size, check LLVM...
2017-05-19 Richard Trieu[ODRHash] Revert r303450 to fix buildbot
2017-05-19 Richard SmithDo not issue -Wnullability-completeness for dependent...
2017-05-19 Richard Trieu[ODRHash] Support TemplateName and TemplateArgument
2017-05-19 Vassil Vassilev[modules] Further delay calling DeclMustBeEmitted until...
2017-05-19 Krzysztof ParzyszekRestore and update documentation comment for EmitPointe...
2017-05-19 Krasimir Georgiev[clang-format] Handle trailing comment sections in...
2017-05-19 NAKAMURA TakumiCodeGenFunction::EmitPointerWithAlignment(): Prune...
2017-05-19 Richard SmithWhen a type-id is unexpectedly given a name, assume...
2017-05-18 Martin Probstclang-format: [JS] for await, and fix a crash with...
2017-05-18 Richard SmithWhen we enter a module within a linkage specification...
2017-05-18 Richard SmithFix the location of "missing ';'" suggestions after...
2017-05-18 Yaxun LiuCodeGen: Cast alloca to expected address space
2017-05-18 Alex Lorenz[index] Avoid one more crash caused by infinite recursi...
2017-05-18 Krzysztof Parzyszek[CodeGen] Propagate LValueBaseInfo instead of Alignment...
2017-05-18 Krasimir Georgiev[clang-format] Fix MatchingOpeningBlockLineIndex comput...
2017-05-18 Alex Lorenz[index] Record references to class receivers used in...
2017-05-18 Krasimir Georgiev[clang-format] Make NoLineBreakFormatter respect MustBr...
2017-05-18 Krasimir Georgievclang-format: fix prefix for doxygen comments after...
2017-05-18 Alexander KornienkoFix an assertion failure in FormatASTNodeDiagnosticArgu...
2017-05-18 Richard Smith[modules] Switch from inferring owning modules based...
2017-05-18 Craig Topper[Statistics] Use the new Statistic::updateMax to atomic...
2017-05-17 Nick LewyckyThe constant expression evaluator should examine functi...
2017-05-17 Hans Wennborgclang-cl: Fix path-based MSVC version detection
2017-05-17 Krasimir Georgiev[Frontend] Remove unused TemporaryFiles
2017-05-17 Vassil VassilevConstify.
2017-05-17 Alex Lorenz[Lexer] Ensure that the token is not an annotation...
2017-05-17 Richard Trieu[ODRHash] Support NestedNameSpecifier
2017-05-17 Richard Trieu[ODRHash] Support more types in the ODR checker.
2017-05-17 Ekaterina Romanova(1) Fixed mismatch in intrinsics names in declarations...
2017-05-17 Richard Smith[modules] When creating a declaration, cache its owning...
2017-05-16 Adrian PrantlFix scope of namespaced DISubprograms when the function...
2017-05-16 Alex Lorenz[index] Avoid another crash that happens when looking...
2017-05-16 Alex Lorenz[Sema] Avoid duplicate -Wunguarded-availability warning...
2017-05-16 Peter Szecsi[StaticAnalyzer] Move inline counter increaser to inlin...
2017-05-16 Alex LorenzFix PR 10758: Infinite recursion when dealing with...
2017-05-15 Vitaly Buka[Sema] Use CK_NoOp instead CK_Invalid in tryGCCVectorCo...
2017-05-15 Evgeniy Stepanov[asan] One more test for -fsanitize-address-globals...
2017-05-15 Martin Probstclang-format: [JS] for async loops.
2017-05-15 Alexey Bataev[OPENMP] Check DSA for variables captured by value.
2017-05-15 Yaxun Liu[OpenCL] Emit function-scope variable in constant addre...
2017-05-15 Alex Lorenz[index] References to fields from template instantiatio...
2017-05-15 Martin ProbstJavaScript allows parameter lists to include trailing...
2017-05-15 Alex Lorenz[index] Visit and store information about namespace...
2017-05-15 Alex Lorenz[index] Store correct location for namespace nested...
2017-05-15 Alex Lorenz[index] Avoid a crash that happens when looking up...
2017-05-15 Martin Probstclang-format: [JS] fix non-null assertion operator...
2017-05-15 Daniel JasperRevert r302965 - [modules] When creating a declaration...
2017-05-15 Ekaterina Romanova[DOXYGEN] Minor improvements in doxygen comments.
2017-05-15 Faisal ValiSilence buildbots by tweaking an IR codegen test to...
2017-05-15 Faisal Vali[NFC] Remove some comments (IR aid) from a test file...
2017-05-15 Faisal ValiFix PR32933: crash on lambda capture of VLA
2017-05-13 Sean Callanan[ASTImporter] Improve handling of incomplete types
2017-05-13 Richard SmithAdd LangOptions method to query whether we are tracking...
2017-05-12 Richard SmithRemove unused tracking of owning module for MacroInfo...
2017-05-12 Richard Smith[modules] When creating a declaration, cache its owning...
2017-05-12 Richard SmithRevert r302932, as it appears to be breaking stage2...
2017-05-12 Simon Dardis[Sema] Silence buildbot failures introduced by r302935
2017-05-12 Teresa JohnsonRemove ignore-empty-index-file option
2017-05-12 Simon Dardis[Sema] Support implicit scalar to vector conversions
2017-05-12 Richard Smith[modules] Simplify module macro handling in non-local...
2017-05-12 Alex Lorenz[index] Index template specialization arguments for...
2017-05-12 Adrian PrantlSimplify DINamespace caching in CGDebugInfo
next