]> granicus.if.org Git - clang/history - lib
[analyzer] Fix another crash when analyzing lambda functions.
[clang] / lib /
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 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] 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-24 Rafael EspindolaSimplify boolean conditional return statements in lib...
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 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] 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 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 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 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...
2015-10-21 Craig TopperUse range-based for loops. NFC.
2015-10-21 Craig TopperUse std::find instead of a manual loop.
2015-10-21 Craig TopperParse into an unsigned type instead of a signed type...
2015-10-21 Craig TopperFix bad indentation.
2015-10-21 Craig TopperUse ArrayRef and MutableArrayRef instead of a pointer...
2015-10-20 Reid KlecknerRe-land r250592 without rejecting field refs in unevalu...
2015-10-20 David Majnemer[-fms-extensions] Allow missing exception specificatio...
2015-10-20 Reid KlecknerAdd back null check removed accidentally in r250554
2015-10-20 Reid KlecknerLook through using decls when classifying implicit...
2015-10-20 Benjamin Kramer[AST] Put TypeLocs and NestedNameSpecifierLocs into...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-20 Andrea Di Biagio[x86] Fix maskload/store intrinsic definitions in avxin...
2015-10-20 Benjamin KramerRevert accidental commit. This isn't ready yet.
2015-10-20 Benjamin KramerPut back dead code that's used out-of-tree.
2015-10-20 Alexey Bataev[DEBUG INFO] Emit debug info for type used in explicit...
2015-10-20 Reid KlecknerRevert "Diagnose UnresolvedLookupExprs that resolve...
2015-10-20 Craig Topper[X86] Remove a few 'else' after 'return'
2015-10-19 David Majnemer[MS ABI] Give linkonce_odr, instead of external_linkage...
2015-10-19 Manuel KlimekFix 'will be initialized after' warning.
2015-10-19 Michael Kuperstein[X86] Enable soft float ABI for x86
2015-10-19 Michael KupersteinUse saner variable names. NFC.
2015-10-19 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR25221: Infinite...
2015-10-19 Craig TopperMake getTargetBuiltins return an ArrayRef instead of...
2015-10-19 Craig TopperRecommit "Return an ArrayRef instead of having two...
2015-10-19 Craig TopperRevert r250676 "Return an ArrayRef instead of having...
2015-10-19 Craig TopperReturn an ArrayRef instead of having two out parameters...
2015-10-19 Nico Weberclang-format: Extend main header include sorting heuris...
2015-10-18 Nick LewyckyNo functionality change, just fix whitespace, a typo...
2015-10-18 Saleem AbdulrasoolCodeGen: simplify TargetOptions setup
2015-10-18 Dimitry AndricSupport linking against OpenMP runtime on FreeBSD.
2015-10-18 Daniel Jasperclang-format: [JS] Handle string literals spanning...
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-18 Craig TopperAdd an unnecessary makeArrayRef I add earlier. I didn...
2015-10-18 Craig TopperUse std::is_sorted instead of a manual loop.
2015-10-17 Craig TopperReplace a static compare function with a lambda. NFC
2015-10-17 Craig TopperUse a range-based for loop. Use std::end instead of...
2015-10-17 Davide Italiano[Frontend] Name variable correctly.
next