]> granicus.if.org Git - clang/shortlog
clang
2015-10-28 Anton Yartsev[analyzer] Preserve the order checkers were enabled...
2015-10-28 Benjamin KramerMove global classes into anonymous namespaces. NFC.
2015-10-28 Anton Yartsev[analyzer] Make inclusion/exclusion of checkers less...
2015-10-28 Benjamin KramerPut global classes into the appropriate namespace.
2015-10-28 Alexandros... When running clang with an arm triple such as '--target...
2015-10-28 Eric ChristopherReflow comment.
2015-10-28 John McCallRefine r251469 to give better (and more localizable...
2015-10-28 Saleem AbdulrasoolDriver: support -fuse-ld= on cross windows
2015-10-28 Akira HatanakaAdd a test case for r251476.
2015-10-28 Akira Hatanaka[CodeGen] Attach function attributes to Objective-C...
2015-10-28 Daniel Jasperclang-format: When a line is formatted, also format...
2015-10-28 John McCallAdd the ability to define "fake" arguments on attributes.
2015-10-27 Daniel Jasperclang-format: Increase cut-off limit for number of...
2015-10-27 Samuel AntaoMinor fix in ToolChainTest.cpp to allow user defined...
2015-10-27 Anna Zaks[analyzer] Assume escape is possible through system...
2015-10-27 Anna Zaks[analyzer] Enhance FAQ with instructions on handing...
2015-10-27 Nico WeberTweak how -Wunused-value interacts with macros
2015-10-27 Benjamin KramerRemove unused diagnostic. NFC.
2015-10-27 Daniel Sanders[mips] Separated mips specific -Wa options, so that...
2015-10-27 Artem BelevichAllow linking multiple bitcode files.
2015-10-27 Reid Kleckner[ms-inline-asm] Test case for alignment directive chang...
2015-10-27 Will Wilson[MSVC] Workaround for ICE in cl.exe when compiling...
2015-10-27 Reid KlecknerWiden this enum bitfield by one bit to prevent sign...
2015-10-27 Saleem AbdulrasoolIndex: expose is_mutable_field
2015-10-27 Gabor Horvath[analyzer] Fix lambdas that are capturing constants.
2015-10-27 Daniel Jasperclang-format: Undo unwanted format change done in r251405.
2015-10-27 Daniel Jasperclang-format: Add an additional value to AlignAfterOpen...
2015-10-27 Gabor Horvath[analyzer] Fix another crash when analyzing lambda...
2015-10-27 Richard SmithProperly clear current coroutine promise on FunctionSco...
2015-10-27 Michael KupersteinAccess the right triple field for IAMCU.
2015-10-27 Richard SmithWork around incomplete list initialization support...
2015-10-27 Eric ChristopherHandle target builtin options that are all required...
2015-10-27 Richard Smith[coroutines] Creation of promise object, lookup of...
2015-10-27 Xinliang David LiCreate undef reference to profile hook symbol
2015-10-27 John McCallBe more conservative about diagnosing "incorrect" uses...
2015-10-27 Eric ChristopherUse early exits to reduce indentation.
2015-10-26 Ismail PazarbasiMismatchingNewDeleteDetector uses incorrect field,...
2015-10-26 Gabor Horvath[analyzer] Added a missing test case for r251289.
2015-10-26 Devin Coughlin[analyzer] ccc-analyzer: Fix -isystem value passing.
2015-10-26 Gabor Horvath[analyzer] Fixed a rare crash when analyzing lambda...
2015-10-26 Daniel Jasperclang-format: Fix false positive in cast detection.
2015-10-25 Michael Kuperstein[X86] Mark inregs correctly for MCU psABI
2015-10-25 Devin Coughlin[analyzer] scan-build: Teach ccc-analyzer about -Xclang.
2015-10-24 Rafael EspindolaSimplify boolean conditional return statements in lib...
2015-10-24 NAKAMURA Takumiclang/module.modulemap: s/Basic/BuiltinsR600.def/Basic...
2015-10-23 Adrian PrantlFixup this testcase after r251120.
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-10-23 Adrian PrantlModule Debugging: Emit module debug info for types...
2015-10-23 Adrian PrantlRemove a redundant check. NFC
2015-10-23 Davide Italiano[StaticAnalyzer] Use llvm::utostr and not to_string.
2015-10-23 Benjamin Kramer[AST] Plug a memory leak when promoting a single Parent...
2015-10-23 Benjamin Kramer[AST] Re-add TypeLocs and NestedNameSpecifierLocs to...
2015-10-22 Xinliang David LiUse newly introduced interfaces in LLVM (NFC)
2015-10-22 John McCallDefine weak and __weak to mean ARC-style weak reference...
2015-10-22 David Majnemer[MS ABI] Don't crash when inheriting from base with...
2015-10-22 Benjamin KramerUnbreak the shared cmake build. libToolingCore now...
2015-10-22 Craig TopperDisable trigraph and escaped newline expansion on all...
2015-10-22 Benjamin Kramer[Tooling] Add a utility function to replace one nested...
2015-10-22 Gabor HorvathAttempt to fix build bot test failures.
2015-10-22 Gabor Horvath[analyzer] Bug identification
2015-10-22 Benjamin Kramer[AST] Remove redundant template keywords.
2015-10-22 Benjamin Kramer[AST] Store Decl* and Stmt* directly into the ParentMap.
2015-10-22 David Majnemer[MS ABI] Mangle static anonymous unions
2015-10-22 Xinliang David Liclang driver toolchain refactoring
2015-10-22 Richard Smith[coroutines] Initial stub Sema functionality for handli...
2015-10-22 Richard Smith[coroutines] Add forgotten test for lexing coroutines...
2015-10-22 Richard Smith[coroutines] Add overloaded unary 'operator co_await'.
2015-10-22 Craig TopperConvert ActOnForwardProtocolDeclaration to take an...
2015-10-22 Craig TopperUse an ArrayRef<OffsetOfComponent> instead of pointer...
2015-10-22 Craig TopperChange FindProtocolDeclaration to take an ArrayRef...
2015-10-22 Craig TopperChange MacroInfo::setArgumentList to take an ArrayRef...
2015-10-22 Richard Smith[coroutines] Add parsing support for co_await expressio...
2015-10-22 Richard Smith[coroutines] Fix description of LangOption for coroutines.
2015-10-22 Richard Smith[coroutines] Add feature-test macro for coroutines...
2015-10-22 Richard Smith[coroutines] Add lexer support for co_await, co_yield...
2015-10-22 Craig TopperFix a couple places where InsertText was being called...
2015-10-22 Craig TopperPass an ArrayRef instead of pointer and size. NFC
2015-10-22 Craig TopperChange SortAndUniqueProtocols to operate directly on...
2015-10-22 Craig TopperUse front() instead of [0] to make code more consistent...
2015-10-21 Ben LangmuirFix use-after-free in ModuleManager
2015-10-21 John McCallEnable ARC on the fragile runtime.
2015-10-21 Reid Kleckner[Driver] Alias -fvisibility=internal to -fvisibility...
2015-10-21 Evgeniy StepanovMemorySanitizer does not require PIE.
2015-10-21 Evgeniy StepanovRevert "MemorySanitizer does not require PIE."
2015-10-21 Evgeniy StepanovMemorySanitizer does not require PIE.
2015-10-21 David Majnemer[Sema] Remove an unreachable llvm_unreachable
2015-10-21 Douglas Katzman[Myriad]: Always add -L paths even if -nostdlib is...
2015-10-21 Yaron KerenRename clang config.h include guard from CONFIG_H to...
2015-10-21 John McCallFix and stylize the emission of GC/ARC ivar and GC...
2015-10-21 John McCallUnify the ObjC entrypoint caches.
2015-10-21 John McCallSome minor ARC diagnostic improvements.
2015-10-21 John McCallIn ARC, peephole the initialization of a __weak variabl...
2015-10-21 Nico Weberclang-format: Teach --sort-includes to interleave ...
2015-10-21 Benjamin KramerShrink DynTypedNode by one pointer from 40 to 32 bytes...
2015-10-21 Craig TopperUpdate clang to match llvm r250901. OptTable constructo...
2015-10-21 Craig TopperUse StringRef instead of calling c_str and doing pointe...
2015-10-21 Anastasia Stulova[OpenCL] Add test for program scope variable restrictio...
2015-10-21 Benjamin KramerRevert "[AST] Put TypeLocs and NestedNameSpecifierLocs...
2015-10-21 Richard BartonFix __ARM_FP value for sp-only FPUs with Half-precision
2015-10-21 Richard Smith[modules] libstdc++ defines some static inline function...
next