]> granicus.if.org Git - clang/history - lib
Add template parameter depth and index to -ast-dump output.
[clang] / lib /
2017-02-21 Richard SmithAdd template parameter depth and index to -ast-dump...
2017-02-21 Richard SmithFactor out function to determine whether we're performi...
2017-02-20 Saleem AbdulrasoolSema: use PropertyDecl for property selector
2017-02-20 Alex Lorenz[Sema][ObjC] perform-selector ARC check should see...
2017-02-20 Daniel Jasperclang-format: [JS] Improve line-wrapping behavior of...
2017-02-20 Daniel Jasperclang-format: Prevent weird line-wraps in complex lambd...
2017-02-20 Daniel Jasperclang-format: [JS/TS] Improve detection for array subsc...
2017-02-20 Aleksei Sidorin[ASTImporter] Support default argument initialization...
2017-02-20 Brad SmithEnable support for __float128 in Clang on OpenBSD/X86
2017-02-19 Saleem AbdulrasoolDriver: inline a single caller of a function (NFC)
2017-02-19 Brad SmithAlways use --eh-frame-hdr on OpenBSD, even for -static
2017-02-19 Brad SmithLink static PIE programs against rcrt0.o on OpenBSD
2017-02-19 Justin Lebar[CUDA] Don't pass -stack-protector to NVPTX compilations.
2017-02-18 Simon Pilgrim[X86][XOP] Fix type conversion warning in vpcmov generi...
2017-02-18 Craig Topper[X86] Replace XOP vpcmov builtins with native vector...
2017-02-18 Matt ArsenaultAMDGPU: Add gfx900 and gfx901 processors
2017-02-18 Daniel Marjamaki[analyzer] Revert 295545. There are buildbot failures.
2017-02-18 Daniel Marjamaki[analyzer] Fix crash in CastToStruct when there is...
2017-02-18 Serge PavlovProcess attributes 'ifunc' and 'alias' when checking...
2017-02-18 Dylan McKay[AVR] Move definition of IsIntegratedAssemblerDefault
2017-02-18 Richard TrieuPart of adding an improved ODR checker.
2017-02-18 Vedant KumarReuse a local variable. NFC.
2017-02-18 Richard SmithCleanup: use range-based for rather than separate calls...
2017-02-18 Richard SmithHandle deduction guides better in -ast-print.
2017-02-18 Richard Smith[modules] Load the ModuleOffsetMap from the module...
2017-02-17 Vedant KumarRetry^2: [ubsan] Reduce null checking of C++ object...
2017-02-17 Vedant Kumar[ubsan] Pass a set of checks to skip to EmitTypeCheck...
2017-02-17 Carlo Bertolli[OpenMP] Prepare Sema for initial implementation for...
2017-02-17 Vedant KumarRevert "Retry: [ubsan] Reduce null checking of C++...
2017-02-17 Richard SmithAdd an explicit derived class of FunctionDecl to model...
2017-02-17 Jonas Hahnfeld[OpenMP] Fix cancellation point in task with no cancel
2017-02-17 Jonas Hahnfeld[OpenMP] Remove barriers at cancel and cancellation...
2017-02-17 Justin BognerRename DiagnosticInfoWithDebugLoc to WithLocation to...
2017-02-17 Daniel Jasperclang-format: Don't remove existing spaces between...
2017-02-17 Richard TrieuRevert r295421, new ODR checker for modules, to fix...
2017-02-17 Richard TrieuAdd better ODR checking for modules.
2017-02-17 Argyrios Kyrtzidis[index] Improvde how we handle synthesized ObjC propert...
2017-02-17 Ekaterina RomanovaAdded doxygen comments to smmintrin.h's intrinsics.
2017-02-17 Vedant KumarRetry: [ubsan] Reduce null checking of C++ object point...
2017-02-17 Vedant KumarRevert "[ubsan] Reduce null checking of C++ object...
2017-02-17 Vedant Kumar[ubsan] Reduce null checking of C++ object pointers...
2017-02-16 Alex LorenzUse correct fix-it location for -Wblock-capture-autorel...
2017-02-16 Richard SmithProperly set up the DeclContext for parameters of impli...
2017-02-16 Arpith Chacko Jacob[OpenMP] Teams reduction on the NVPTX device.
2017-02-16 Arpith Chacko Jacob[OpenMP] Parallel reduction on the NVPTX device.
2017-02-16 Arpith Chacko JacobRevert r295319 while investigating buildbot failure.
2017-02-16 Benjamin KramerSilence sign compare warning. NFC.
2017-02-16 Arpith Chacko Jacob[OpenMP] Parallel reduction on the NVPTX device.
2017-02-16 Krasimir Georgiev[clang-format] Align block comment decorations
2017-02-16 Anastasia Stulova[OpenCL] Correct ndrange_t implementation
2017-02-16 Anastasia Stulova[OpenCL] Disallow blocks capture other blocks (v2.0...
2017-02-16 Erik VerbruggenCache FileID when translating diagnostics in PCH files
2017-02-16 Richard TrieuRevert r295284: Add better ODR checking for modules.
2017-02-16 Craig Topper[AVX-512] Replace 512-bit masked packss/packus builtins...
2017-02-16 Richard TrieuLoosen a Type check ODR checking to try to fix the...
2017-02-16 Richard TrieuAdd better ODR checking for modules.
2017-02-16 Richard SmithRevert r295277 to fix buildbot.
2017-02-16 Faisal Vali[cxx1z-constexpr-lambda] Implement captures - thus...
2017-02-16 Richard SmithAdd missing "deduced A == A" check for function templat...
2017-02-16 Vedant Kumar[Sema] Add lvalue-to-rvalue cast in direct-list-initial...
2017-02-16 Richard Smith[c++1z] Diagnose non-deducible template parameters...
2017-02-15 Hans Wennborg[dllimport] Check for dtor references in functions
2017-02-15 Hans Wennborg[dllimport] Look through typedefs and arrays in HasNonD...
2017-02-15 George Burgess IV[Modules] Consider enable_if attrs in isSameEntity.
2017-02-15 Richard SmithPR24440: Do not silently discard a fold-expression...
2017-02-15 Argyrios Kyrtzidis[index] USR generation: use getTemplateArgs() instead...
2017-02-15 Gabor Horvath[analyzer] Proper caching in CallDescription objects.
2017-02-15 Simon PilgrimFix spelling mistake - paramater -> parameter. NFCI.
2017-02-15 Serge PavlovUse dedicated method instead of copying conditions...
2017-02-15 Serge PavlovRemoved stale comment. NFC.
2017-02-15 Sagar Thakur[XRAY][MIPS] Add -fxray-instrument for mips/mipsel...
2017-02-15 Eric ChristopherAdd a definition for __STRUCT_PARM_ALIGN__ for elfv2...
2017-02-15 Akira Hatanaka[Sema] Disallow returning a __block variable via a...
2017-02-15 Richard SmithFix assertion failure due to implicit special member...
2017-02-15 Richard SmithSpeculatively revert r295118 to see if it's what's...
2017-02-15 Richard SmithDon't look for GCC versions in /usr/lib/<triple> except...
2017-02-15 Richard SmithRefactor GCC lib directory detection to make it easier...
2017-02-14 Richard TrieuRemove unused variable. No functional change.
2017-02-14 Tim Shen[VLA] Handle VLA size expression in a full-expression...
2017-02-14 Richard SmithStop asserting when a meaningless -std= flag is passed...
2017-02-14 Richard SmithDo not implicitly instantiate the definition of a class...
2017-02-14 Aaron BallmanImprove diagnostic reporting when using __declspec...
2017-02-14 Richard Smith[Driver] Report available language standards on user...
2017-02-14 Reid KlecknerMS inline asm: Filter MXCSR out of the inferred clobber...
2017-02-14 Reid KlecknerRemove unnecessary std::string construction
2017-02-14 Reid KlecknerFix some warnings in intrin.h
2017-02-14 Akira Hatanaka[CodeGen][ObjC] Use the type of the captured field...
2017-02-14 George Burgess IVDelete useless / in comment. NFC.
2017-02-14 George Burgess IVAdd a destruct-on-exit function to ASTContext.
2017-02-14 Richard SmithCanonicalize implicit deduction guide parameter types...
2017-02-14 Richard Smith[c++1z] Add some more tests for class template argument...
2017-02-14 David Majnemer[MS ABI] Correctly mangling vbase destructors
2017-02-14 Richard Smith[c++1z] Synthesize implicit deduction guides from const...
2017-02-13 Nick LewyckyWhen the new expr's array size is an ICE, emit it as...
2017-02-13 Alex Lorenz[CodeCompletion] Code complete the '__auto_type' keyword
2017-02-13 Alex Lorenz[CodeCompletion] Code complete the missing C++11 keywords
2017-02-13 Reid Kleckner[CodeGen] Treat auto-generated __dso_handle symbol...
2017-02-13 Benjamin Kramer[ASTUnit] Clear out diagnostic state after creating...
2017-02-13 Davide Italiano[PM] Add support for instrumented PGO in the new pass...
2017-02-13 Gor Nishanov[coroutines] NFC: Refactor Sema::CoroutineBodyStmt...
next