]> granicus.if.org Git - clang/shortlog
clang
2016-01-22 Alexey Samsonov[Docs] Slightly update LSan documentation.
2016-01-22 Arpith Chacko... [OpenMP] Sema for depend clause on target enter data...
2016-01-22 Devin Coughlin[analyzer] Suppress nullability warning for defensive...
2016-01-22 Arpith Chacko... [OpenMP] Sema for depend clause on target directive.
2016-01-22 Arpith Chacko... [OpenMP] Parsing + Sema for nowait clause on target...
2016-01-22 Arpith Chacko... [OpenMP] Parsing + Sema for nowait clause on target...
2016-01-21 David Majnemer[MSVC Compat] Don't omit frame pointers if /Oy- is...
2016-01-21 Arpith Chacko... [OpenMP] Parsing + Sema for nowait clause on target...
2016-01-21 Devin Coughlin[driver] Enable some static analyzer "unix" checkers...
2016-01-21 Arpith Chacko... [OpenMP] Check for at least one map clause on target...
2016-01-21 Vedant Kumar[Coverage] Reduce complexity of adding function mapping...
2016-01-21 Nico WeberAdd an isVirtualAsWritten AST matcher.
2016-01-21 Aaron BallmanWhen dumping documentation for AST matchers, do somethi...
2016-01-21 Alexey BataevFix crash for typedefs for arrays of runtime bounds...
2016-01-21 Alexey Bataev[OPENMP] Fix crash on reduction for complex variables.
2016-01-20 Aaron BallmanRegister the isCopyAssignmentOperator AST matcher so...
2016-01-20 Daniel Jasperclang-format-diff: Replace hard-code default for clang...
2016-01-20 Aaron BallmanAdd AST matcher support for FunctionDecls with the...
2016-01-20 Aaron BallmanAdd AST matcher for paren expressions.
2016-01-20 Aaron BallmanSilencing several -Wcast-qual warnings; NFC.
2016-01-20 Alexey Bataev[OPENMP 4.0] Fix for codegen of 'cancel' directive...
2016-01-20 Alexey Bataev[OPENMP 4.5] Allow to use non-static data members in...
2016-01-20 Alexey BataevFix infinite loop when ::new or ::delete are found...
2016-01-20 Adrian PrantlModule Debugging: Fine-tune the condition that determin...
2016-01-20 Justin Lebar[CUDA] Bail, rather than crash, on va_arg in device...
2016-01-20 Justin Lebar[CUDA] Only allow __global__ on free functions and...
2016-01-20 Xinliang David LiReference the updated function name /NFC
2016-01-19 Adrian PrantlModule Debugging: Add Objective-C testcases for anonymo...
2016-01-19 Adrian PrantlModule Debugging: Don't emit external type references...
2016-01-19 Adrian PrantlModule Debugging: Make sure that anonymous tag decls...
2016-01-19 NAKAMURA TakumiStmtOpenMP.h: Fix a warning in r258177. [-Wdocumentation]
2016-01-19 NAKAMURA TakumiStmtOpenMP.h: Fix a warning in r258165. [-Wdocumentation]
2016-01-19 Chris Bieneman[CMake] Don't apply Export set to clang tools
2016-01-19 Aaron BallmanAllow __attribute__((mode)) to appertain to field decla...
2016-01-19 Chris Bieneman[CMake] Creating add_clang_tool macro to wrap add_clang...
2016-01-19 Samuel Antao[OpenMP] Detect implicit map type to report unspecified...
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target exit data" directive.
2016-01-19 Justin Lebar[CUDA] Handle -O options (more) correctly.
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target enter data" directive.
2016-01-19 Adrian PrantlModule Debugging: Defer the emission of anonymous tag...
2016-01-19 Chris Bieneman[CMake] Properly respect the CLANG_APPEND_VC_REV option
2016-01-19 Carlo BertolliActivate OpenMP private clause for target construct...
2016-01-19 Nico WeberRename -Wexpansion-to-undefined to -Wexpansion-to-defined.
2016-01-19 Nico WeberAdd -Wexpansion-to-undefined: warn when using `defined...
2016-01-19 Manuel KlimekFix formatting of fully qualified names in array subscr...
2016-01-19 Faisal ValiFix PR26134: When substituting into default template...
2016-01-19 Adam Nemet[AVX512] Fix typo in r226298
2016-01-19 Xinliang David LiFix local variable name /NFC
2016-01-18 Sanjay Patelfix formatting; NFC
2016-01-18 Aaron BallmanThe destructor name should be matched to ~Foo instead...
2016-01-18 Aaron BallmanAdd an AST matcher for checking whether a function...
2016-01-18 Aaron BallmanAugments r258042; changes the AST matcher tests to...
2016-01-18 Craig Topper[TableGen] Merge the SuperClass Record and SMRange...
2016-01-18 Devin Coughlin[analyzer] Nullability: Look through implicit casts...
2016-01-18 Manuel KlimekAdd forEachArgumentWithParam AST matcher.
2016-01-18 Artem Dergachev[analyzer] Fix an off-by-one in evalIntegralCast()
2016-01-17 David Majnemer[MS ABI] Don't crash while mangling recursive lambdas
2016-01-16 NAKAMURA Takumiclang/test/Driver/darwin-multiarch-arm.c: Appease the...
2016-01-16 Justin LebarFix buildbot bustage in Driver/darwin-multiarch-arm...
2016-01-16 NAKAMURA Takumi[Cygwin] Use -femulated-tls by default since r257718...
2016-01-16 Justin LebarRespect bound archs, even when they don't alter the...
2016-01-16 Argyrios Kyrtzidis[libclang] Add missing CINDEX_LINKAGE from some new...
2016-01-16 Peter CollingbourneIntroduce -fsanitize-stats flag.
2016-01-16 Argyrios Kyrtzidis[libclang] Introduce APIs for evaluating a cursor and...
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for ParsedType...
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for TemplateTy...
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for DeclGroupPtrTy...
2016-01-15 David BlaikieOpaquePtr: Provide conversion-from-nullptr_t to make...
2016-01-15 Chris Bieneman[CMake] Fix bots broken by including order file generat...
2016-01-15 Joerg SonnenbergerAvoid self-assignment of SmallString, trigger UB behavi...
2016-01-15 Nico WeberMake -Wdelete-non-virtual-dtor warn on explicit `a...
2016-01-15 Devin Coughlin[analyzer] Check for return of nil in ObjC methods...
2016-01-15 Chris Bieneman[CMake] [Order-files] Use print_function as an attempt...
2016-01-15 Chris Bieneman[CMake] Support generation of linker order files using...
2016-01-15 Carlo BertolliAdd OpenMP dist_schedule clause to distribute directive...
2016-01-15 Artem Dergachev[analyzer] Provide .def-files and visitors for SVal...
2016-01-15 James Y KnightFix a -Wparentheses warning in ASTDiagnostic.cpp.
2016-01-15 Richard TrieuFixing more issues with template type diffing
2016-01-15 Richard TrieuAdd new diff modes to template type diffing.
2016-01-15 Alexey BataevPR26111: segmentation fault with __attribute__((mode...
2016-01-15 Alexey Bataev[X86] Support 'interrupt' attribute for x86
2016-01-15 Akira Hatanaka[CodeGen] Attach attributes to thread local wrapper...
2016-01-15 Richard SmithWhen copying whitespace flags from the token naming...
2016-01-15 Richard TrieuSave the integer type for integral template arguments.
2016-01-15 Richard TrieuMake template type diffing use the new desguared iterator.
2016-01-14 Justin Lebar[CUDA] Warn undeclared identifiers in CUDA kernel calls
2016-01-14 Richard TrieuChange the TSTiterator in Template Type Diffing.
2016-01-14 Richard TrieuRefactor template type diffing
2016-01-14 Chris Bieneman[CMake] Move the install logic for libclang's headers...
2016-01-14 Chris Bieneman[CMake] Set SVN_REVISION if CLANG_APPEND_VC_REV=On
2016-01-14 Justin Lebar[CUDA] Add test for compiling CUDA code with -S.
2016-01-14 Justin Lebar[CUDA] Invoke ptxas and fatbinary during compilation.
2016-01-14 Justin LebarDon't build jobs for the same Action + ToolChain twice.
2016-01-14 Justin Lebar[CUDA] Add tests for compiling CUDA files with -E.
2016-01-14 Rui UeyamaUpdate for LLVM function name change.
2016-01-14 Dan Gohman[WebAssembly] Configure some simple include paths and...
2016-01-14 Krzysztof Parzyszek[Hexagon] Change all builtins returning "bool" to retur...
2016-01-14 Daniel Jasperclang-format: Fix incorrectly enforced linebreak with...
2016-01-14 Scott Egerton[mips] Added support for -Wa,-mips32 and similar.
2016-01-14 Andrey BokhankoFix for armv7-a15 and thumbv7-a15 buildbot fails.
next