]> granicus.if.org Git - clang/shortlog
clang
2019-05-18 Simon PilgrimScalarExprEmitter::EmitCompoundAssign - fix uninitializ...
2019-05-18 Simon PilgrimMIGChecker - assert we have a non-null LocationContext...
2019-05-18 Simon PilgrimASTNodeImporter - fix uninitialized variable warnings...
2019-05-17 Richard Smith[c++20] P1327R1: Support for typeid applied to objects...
2019-05-17 Gheorghe-Teodor... [OpenMP][bugfix] Add missing math functions variants...
2019-05-17 Aaron BallmanAdd more tests for AST JSON output; NFC.
2019-05-17 Nico WeberRevert r361033 "Add a Visit overload for DynTypedNode...
2019-05-17 Nico WeberAttempt to fix test on Windows after r360998
2019-05-17 Dmitri GribenkoAdded an assertion to constant evaluation enty points...
2019-05-17 Kristof Umann[analyzer] Remove the default value arg from getChecker...
2019-05-17 Yitzhak Mandelbaum[LibTooling] Add support to Transformer for composing...
2019-05-17 Stephen KellyExtract ASTDumper to a header file
2019-05-17 Stephen KellyAdd a Visit overload for DynTypedNode to ASTNodeTraverser
2019-05-17 Simon PilgrimFix Wdocumentation warnings. NFCI.
2019-05-17 Kristof Umann[analyzer] Validate checker option names and values
2019-05-17 Ilya Biryukov[Lex] Allow to consume tokens while preprocessing
2019-05-17 Kristof Umann[analyzer] Insert checker options into AnalyzerOption...
2019-05-17 Sven van Haastregt[NFC] Fix line endings in OpenCL tests
2019-05-17 Richard SmithSuppress false-positive GCC -Wreturn-type warning.
2019-05-17 Richard SmithFix crash if, during evaluation of __builtin_object_siz...
2019-05-17 Richard SmithFix alignment check to check the alignment of the inten...
2019-05-17 Sam McCall[ClangFormat] Editor integrations inherit default style...
2019-05-17 Richard SmithRefactor constant evaluation of typeid(T) to track...
2019-05-17 Kristina Brooks[Clang][Docs] Document __FILE_NAME__. NFC
2019-05-17 Petr Hosek[Analysis] Only run plugins tests if plugins are actual...
2019-05-17 Chris BienemanRevert Refactor constant evaluation of typeid(T) to...
2019-05-17 Chris BienemanRevert [c++20] P1327R1: Support for typeid applied...
2019-05-17 Chris BienemanRe-land: Add Clang shared library with C++ exports
2019-05-17 Ben Dunbobbin[ELF] Implement Dependent Libraries Feature
2019-05-17 Richard Smith[c++20] P1327R1: Support for typeid applied to objects...
2019-05-17 Richard SmithRefactor constant evaluation of typeid(T) to track...
2019-05-17 Nico WeberRevert r360946 "Add Clang shared library with C++ exports"
2019-05-16 Eric FiselierRemove unneeded alignment spec from builtin_FUNCTION...
2019-05-16 Eric FiselierFix failing source location test on Windows
2019-05-16 Chris BienemanAdd Clang shared library with C++ exports
2019-05-16 Eric FiselierFix PCC test failures for source location builtins
2019-05-16 David L. Jones[clang/test] Add missing dependency on llvm-cxxfilt.
2019-05-16 Kristina BrooksReland "[Clang][PP] Add the __FILE_NAME__ builtin macro"
2019-05-16 Eric FiselierImplement __builtin_LINE() et. al. to support source...
2019-05-16 Craig Topper[X86] Stop implicitly enabling avx512vl when avx512bf16...
2019-05-16 Stephen KellyUpdate comments on enums
2019-05-16 Stephen KellyMove TraversalKind enum to ast_type_traits
2019-05-16 Craig Topper[X86] Update doxygen comments for AVX512BF16 to not...
2019-05-16 Ilya Biryukov[CodeComplete] Complete enumerators when preferred...
2019-05-16 Kristof Umann[analyzer] Add a test plugin for checker option handling
2019-05-16 Alexandre Ganeaftime-trace as a CoreOption
2019-05-16 Xing XueAdd AIX Version Macros
2019-05-16 Adhemerval... [clang] Handle lround/llround builtins
2019-05-16 Fangrui SongRecommit [Object] Change object::SectionRef::getContent...
2019-05-16 Kristof UmannReland "[analyzer] Add an example plugin for checker...
2019-05-16 Serge GueltonFix isInSystemMacro in presence of macro and pasted...
2019-05-16 Karl-Johan... [builtin] Fixed definitions of builtins that rely on...
2019-05-16 Kristina BrooksRevert r360833 until I can work out the issue with...
2019-05-16 Kristina BrooksFix assumption about Win32 paths in r360833
2019-05-16 Richard SmithFix regression in r360311 caused by reversed bool argum...
2019-05-16 Kristina Brooks[Clang][PP] Add the __FILE_NAME__ builtin macro.
2019-05-15 Richard SmithMake tentative parsing to detect template-argument...
2019-05-15 David Bolvansky[clang-format] Fixed self assignment
2019-05-15 Gheorghe-Teodor... [OpenMP][Bugfix] Move double and float versions of...
2019-05-15 Richard Smith[c++20] For P1327R1: support dynamic_cast in constant...
2019-05-15 Kristof UmannRevert "[analyzer] Add a test for plugins using checker...
2019-05-15 Gheorghe-Teodor... [OpenMP][bugfix] Fix issues with C++ 17 compilation...
2019-05-15 Erik Pilkington[CodeGenObjC] invoke objc_autorelease, objc_retain...
2019-05-15 Kristof Umann[analyzer] Add a test for plugins using checker depende...
2019-05-15 Artem Dergachev[analyzer] RetainCount: Fix os_returns_retained_on_zero...
2019-05-15 Kevin PetitTest commit
2019-05-15 Gabor Marton[ASTImporter] Use llvm::Expected and Error in the impor...
2019-05-15 Artem Dergachev[analyzer] MIGChecker: Fix redundant semicolon.
2019-05-15 Artem Dergachev[analyzer] MIGChecker: Add support for os_ref_retain().
2019-05-14 Leonard ChanFix bots by adding target triple to test.
2019-05-14 Leonard Chan[NewPM] Port HWASan and Kernel HWASan
2019-05-14 Reid KlecknerFix ASTMerge/namespace/test.cpp after r360701
2019-05-14 Eric ChristopherTemporarily revert "Change -gz and -Wa,--compress-debug...
2019-05-14 Reid KlecknerUpdate ASTMerge FileCheck test expectations
2019-05-14 Reid KlecknerRestore test files accidentally deleted in r354839
2019-05-14 Simon Pilgrim[Sema] CodeSynthesisContext - add missing variable...
2019-05-14 Russell Gallop[Driver][Windows] Add dependent lib argument for profil...
2019-05-14 Nico WeberMake getObjCEncodingForTypeImpl() take a bitmask instea...
2019-05-14 Aaron BallmanAdd a new language mode for C2x; enable [[attribute...
2019-05-14 Hans WennborgRevert r360637 "PR41817: Fix regression in r359260...
2019-05-14 Richard SmithPR41817: Fix regression in r359260 that caused the...
2019-05-13 Richard Smith[c++20] P1064R0: Allow virtual function calls in consta...
2019-05-13 Stanislav Mekhanoshin[AMDGPU] gfx1010 clang target
2019-05-13 Volodymyr Sapsai[X86] Make `x86intrin.h`, `immintrin.h` includable...
2019-05-13 Aaron BallmanRemoving an unused member variable; NFC.
2019-05-13 Gheorghe-Teodor... [OpenMP][Clang][BugFix] Split declares and math functio...
2019-05-13 Volodymyr SapsaiMake language option `GNUAsm` discoverable with `__has_...
2019-05-13 Aaron BallmanIntroduce the ability to dump the AST to JSON.
2019-05-13 Marshall ClowMake more friendly with unions. Reviewed as https...
2019-05-13 Jan Korous[clang][ASTContext] Call setAttached for comments attac...
2019-05-13 Hans WennborgRevert r360559 "[c++20] P1064R0: Allow virtual function...
2019-05-13 Gabor Marton[ASTImporter] Separate unittest files
2019-05-13 Richard SmithPR41845: Detect and reject mismatched inner/outer pack...
2019-05-13 Richard SmithPR41854: Don't assert when constant-evaluating a member...
2019-05-13 Richard Smith[c++20] P1064R0: Allow virtual function calls in consta...
2019-05-12 Leonard ChanFix test to use -cc1.
2019-05-12 Stephane Moore[clang] Regenerate AST matcher docs 📖
2019-05-12 Leonard ChanFix for P41852 where builtin attributes were being...
2019-05-12 Lubos Lunakmake -ftime-trace also print template arguments
2019-05-12 Richard SmithReject attempts to call non-static member functions...
next