summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2019-01-04[OpenMP] Refactor const restriction for linearJoel E. Denny
2019-01-04[OpenMP] Refactor const restriction for reductionsJoel E. Denny
2019-01-04[OpenMP] Replace predetermined shared for const variableJoel E. Denny
2019-01-04Fix default-function-attr.c so that it works on Windows.Peter Collingbourne
2019-01-04hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne
2019-01-04[HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file typesAaron Enye Shi
2019-01-04[HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file typesAaron Enye Shi
2019-01-04[ThinLTO] Clang changes to utilize new pass to handle chains of aliasesTeresa Johnson
2019-01-04[ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington
2019-01-04[OPENMP][NVPTX]Use new functions from the runtime library.Alexey Bataev
2019-01-04Add two new pragmas for controlling software pipelining optimizations.Aaron Ballman
2019-01-04Refactor the way we handle diagnosing unused expression results.Aaron Ballman
2019-01-04Prevent unreachable when checking invalid multiversion decls.Erich Keane
2019-01-04[Basic] Extend DiagnosticEngine to store and format Qualifiers.Anastasia Stulova
2019-01-03Adopt SwiftABIInfo for WebAssembly.Daniel Dunbar
2019-01-03Fix MSVC visualizations for ActionResult and OpaquePtrMike Spertus
2019-01-03Fix check-hwasan with LLVM_BUILD_EXTERNAL_COMPILER_RT=ONEvgeniy Stepanov
2019-01-03[cmake] Fix monorepo + LLVM_BUILD_EXTERNAL_COMPILER_RT=ON.Evgeniy Stepanov
2019-01-03Validate -add-plugin arguments.Nico Weber
2019-01-03Make -Wstring-plus-int warns even if when the result is not out of boundsArnaud Bienner
2019-01-03[OPENMP][NVPTX]Use __kmpc_barrier_simple_spmd(nullptr, 0) instead ofAlexey Bataev
2019-01-03Portable Python script across Python versionSerge Guelton
2019-01-03Portable Python script across Python versionSerge Guelton
2019-01-03Diagnose an unused result from a call through a function pointer whose return...Aaron Ballman
2019-01-03[NewPM] Port MsanPhilip Pfaffe
2019-01-03Fix incorrect column numbers in test from r350282.Alex Lorenz
2019-01-03[libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not ExprsAlex Lorenz
2019-01-03Make test/Driver/darwin-sdk-version.c pass if the host triple is 32-bitNico Weber
2019-01-02[OpenMP] Added support for explicit mapping of classes using 'this' pointer. ...Patrick Lyster
2019-01-02Only convert objc messages to alloc to objc_alloc if the receiver is a class.Pete Cooper
2019-01-02[CMake][Fuchsia] Include check-lld in the list of bootstrap targetsPetr Hosek
2019-01-01Fix some typos in the clang doc.Sylvestre Ledru
2019-01-01clang-format-diff: add an example with hgSylvestre Ledru
2018-12-31Make clearer which clang::type subclasses have visualizersMike Spertus
2018-12-30DeclAccessPair visualizer should be expandableMike Spertus
2018-12-29[CodeGen] Replace '@' characters in block descriptors' symbol names withAkira Hatanaka
2018-12-29Add vtable anchor to classes.Richard Trieu
2018-12-28[objc-gnustep2] Fix a bug in category generation.David Chisnall
2018-12-28[OPENMP]Fix processing of the clauses on target combined directives.Alexey Bataev
2018-12-27[objc-gnustep] Fix a copy-and-paste error.David Chisnall
2018-12-26[clang-cl] Treat inputs as C++ with /E, like MSVCReid Kleckner
2018-12-26[MS] Mangle return adjusting thunks with the public access specifierReid Kleckner
2018-12-26Ignore ConstantExpr in IgnoreParensReid Kleckner
2018-12-26Pass a concrete triple for two OpenMP tests that depend on TLSNico Weber
2018-12-24[analyzer] [NFC] Clean up the mess of constructing argument effects in Retain...George Karpenkov
2018-12-23[Driver] Disable -faddrsig on Gentoo by defaultMichal Gorny
2018-12-23[Distro] Support detecting GentooMichal Gorny
2018-12-22Improving this fatal diagnostic to help checker developers figure out what's ...Aaron Ballman
2018-12-22[AST] Store the arguments of CXXConstructExpr in a trailing arrayBruno Ricci
2018-12-22[analyzer] pr38668: Do not attempt to cast loaded integers to floats.Artem Dergachev