]> granicus.if.org Git - clang/history - lib
Do not issue -Wnullability-completeness for dependent types that are not written...
[clang] / lib /
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 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 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 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 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 Richard SmithPR22877: When constructing an array via a constructor...
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 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 Lopes[Sema] Improve redefinition errors pointing to the...
2017-05-11 NAKAMURA TakumiPrune unused \param(s) of clang::Parser::ParseTemplateI...
2017-05-11 Richard SmithPR22877: When constructing an array via a constructor...
2017-05-10 NAKAMURA Takumiclang/lib/Tooling/RefactoringCallbacks.cpp: Avoid std...
2017-05-10 James Y Knight[Myriad] Pass -Xclang and -mllvm flags to moviCompile
2017-05-10 Richard SmithChanges missed from r302732.
2017-05-10 Richard SmithImprove diagnosis of unknown template name.
2017-05-10 Erich KeaneFix errored return value in CheckFunctionReturnType...
2017-05-10 Erik Pilkington[Sema] Objective-C++ support for type trait __is_base_of
2017-05-10 Petar JovanovicReland: [mips] Impose a threshold for coercion of aggre...
2017-05-10 Martin Probstclang-format: refine calculating brace types.
2017-05-10 Serge GueltonUse clang++-3.5 compatible initializer_list constructor
2017-05-10 Egor Churaev[OpenCL] Handle OpenCL specific subelement types
2017-05-10 Alex Lorenz[index] Index simple dependent declaration references
2017-05-10 Egor Churaev[OpenCL] Added checking OpenCL version for cl_khr_mipma...
2017-05-10 Eric LiuAdd ASTMatchRefactorer and ReplaceNodeWithTemplate...
2017-05-10 Richard SmithWhen we see a '<' operator, check whether it's a probab...
2017-05-10 Richard SmithWhen instantiating a friend function template, don...
2017-05-09 Vedant Kumar[ubsan] Mark overflow checks with !nosanitize
2017-05-09 Richard SmithDon't mark a member as a member specialization until...
2017-05-09 Eric Fiselier[Sema] Implement Core 2094: Trivial copy/move construct...
2017-05-09 Evgeniy Stepanov[asan] A clang flag to enable ELF globals-gc.
2017-05-09 Evgeniy StepanovRemove unnecessary calls to MakeArgString.
2017-05-09 Serge GueltonFix CGObjCGNU::init bug introduced by r302572
2017-05-09 Martin Probstclang-format: [JS] Don't indent JavaScript IIFEs.
2017-05-09 Serge GueltonSuppress all uses of LLVM_END_WITH_NULL. NFC.
2017-05-09 Simon Pilgrim[X86][LWP] Remove MSVC LWP intrinsics stubs.
next