]> granicus.if.org Git - clang/shortlog
clang
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
2017-05-12 James Y Knight[SPARC] Support 'f' and 'e' inline asm constraints.
2017-05-12 Aaron BallmanEnabling the /bigobj flag for SemaDeclAttr.cpp.
2017-05-12 Krzysztof Parzyszek[Hexagon] Make sure to pass empty struct arguments...
2017-05-12 Martin Probstclang-format: [JS] support non-null assertions after...
2017-05-12 Alexander KornienkoFix an assertion failure (PR33020).
2017-05-12 Gabor Horvath[analyzer] Add modelling of __builtin_assume
2017-05-12 Gabor Horvath[analyzer] Avoid an allocation in Std C function modelling
2017-05-12 Alexander Shaposhnikov[tooling] RefactoringCallbacks code cleanup
2017-05-12 Reid KlecknerFix uninitialized bool read causing x86_64-mno-sse...
2017-05-11 Richard SmithRemove unnecessary mapping from SourceLocation to Module.
2017-05-11 Adrian PrantlModule Debug Info: Emit namespaced C++ forward decls...
2017-05-11 Reid KlecknerIssue diagnostics when returning FP values on x86_64...
2017-05-11 Richard SmithXFAIL this test for Hexagon.
2017-05-11 Richard SmithWork around different -std= default for PS4 target.
2017-05-11 Richard SmithPR22877: When constructing an array via a constructor...
2017-05-11 Adrian PrantlAdd a test that local submodule visibility has no effec...
2017-05-11 Alex Lorenz[CodeCompletion] Provide member completions for depende...
2017-05-11 Alex Lorenz[CodeCompletion] NFC, extract a function that generates...
2017-05-11 NAKAMURA TakumiFix two-stage build on windows using DistributionExampl...
2017-05-11 Serge PavlovReverted r302775
2017-05-11 Diana PicusRevert "PR22877: When constructing an array via a const...
2017-05-11 Serge PavlovDriver must return non-zero code on errors in command...
2017-05-11 Bruno Cardoso... Make tests from r302765 windows friendly
2017-05-11 Bruno Cardoso... [Sema] Improve redefinition errors pointing to the...
next