summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Allow "extern __shared__ Foo foo[]" within anon. namespaces.Justin Lebar2018-05-171-6/+21
* Fix __uuidof handling on non-type template parameter in C++17Nico Weber2018-05-171-0/+13
* [AArch64] Correct inline assembly test case for S modifier [NFC]Peter Smith2018-05-171-3/+3
* Use dotted format of version tuple for availability diagnosticsJan Korous2018-05-173-3/+18
* CodeGen: Fix invalid bitcast for lifetime.start/endYaxun Liu2018-05-171-0/+27
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-172-1/+15
* [Frontend] Avoid running plugins during code completion parseIvan Donchevskii2018-05-171-0/+6
* Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii2018-05-173-33/+13
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-172-13/+27
* [analyzer] Extend ObjCAutoreleaseWriteChecker to catch block declarations wit...George Karpenkov2018-05-161-0/+12
* [analyzer] Change the warning message for GCD antipattern checkerGeorge Karpenkov2018-05-161-21/+21
* [Sema] Fix assertion when constructor is disabled with partially specialized ...Volodymyr Sapsai2018-05-161-0/+43
* Add lit tests forgotten for R332470Erich Keane2018-05-166-0/+593
* [Attr] Don't print fake MSInheritance argumentJoel E. Denny2018-05-161-0/+9
* Revert r332474: [Attr] Don't print fake MSInheritance argumentJoel E. Denny2018-05-161-9/+0
* [OPENMP] DO not crash on combined constructs in declare targetAlexey Bataev2018-05-161-1/+1
* [Attr] Don't print fake MSInheritance argumentJoel E. Denny2018-05-161-0/+9
* [OpenCL] make test independent of optimizerSanjay Patel2018-05-161-7/+8
* [Frontend] Avoid running plugins during code completion parseIvan Donchevskii2018-05-161-0/+6
* [OPENMP, NVPTX] Add check for SPMD mode in orphaned parallel directives.Alexey Bataev2018-05-161-0/+10
* Fix an Index test caused by a clang-format change (r332436).Eric Liu2018-05-161-2/+2
* [analyzer] Improve the modeling of memset().Henry Wong2018-05-163-9/+410
* Fix 32-bit buildbots.Richard Smith2018-05-161-1/+1
* [analyzer] Do not crash on callback for call_once passed by valueGeorge Karpenkov2018-05-161-0/+9
* Revert commits r332160, r332164, r332236.Douglas Yung2018-05-162-11/+0
* [analyzer] Make plist-html diagnostic consumer produce multi-file reports.Artem Dergachev2018-05-162-0/+208
* [Attr] Don't print implicit attributesJoel E. Denny2018-05-151-5/+22
* Don't produce a redundant "auto type is incompatible with C++98" on every lam...Richard Smith2018-05-151-0/+2
* Fixed some rtti-options tests.Sunil Srivastava2018-05-151-3/+3
* [Hexagon] Add driver options for subtarget featuresKrzysztof Parzyszek2018-05-153-0/+30
* [OPENMP, NVPTX] Do not globalize variables with reference/pointer types.Alexey Bataev2018-05-155-42/+23
* Make ast-print-record-decl.c pass on Windows after r332314Hans Wennborg2018-05-151-2/+2
* [X86] Revert part of r332266: Use __builtin_convertvector to replace some of ...Craig Topper2018-05-152-16/+8
* [AST] Fix printing tag decl groups in decl contextsJoel E. Denny2018-05-154-30/+89
* Enable control flow pruning of float overflow warnings.Richard Trieu2018-05-141-0/+34
* [c++17] Fix assertion on synthesizing deduction guides after a fatal error.Volodymyr Sapsai2018-05-141-0/+16
* [analyzer] Re-apply r331096 "CStringChecker: Add support for BSD strlcpy()...".Artem Dergachev2018-05-141-0/+40
* [analyzer] Extend the ObjCAutoreleaseWriteChecker to warn on captures as wellGeorge Karpenkov2018-05-141-0/+55
* [CodeView] Improve debugging of virtual base class member variablesBrock Wyma2018-05-142-5/+5
* Fix test fail on some buildbots, caused by r332281.Joel E. Denny2018-05-141-7/+9
* Fix regression in r332076.Richard Smith2018-05-142-2/+21
* Remove the fixit for the diagnostics regarding capturing autoreleasing variab...George Karpenkov2018-05-141-13/+7
* PR37450: Fix bug that disabled some type checks for variables with deduced ty...Richard Smith2018-05-143-9/+13
* [AST] Print correct tag decl for tag specifierJoel E. Denny2018-05-142-0/+320
* CodeGen: Emit string literal in constant address spaceYaxun Liu2018-05-141-0/+28
* [AST] Fix -ast-print for _Bool when have diagnosticsJoel E. Denny2018-05-141-0/+44
* [X86] Use __builtin_convertvector to replace some of the avx512 truncate buil...Craig Topper2018-05-144-24/+40
* [CodeComplete] Provide completion in decls even for incomplete typesIlya Biryukov2018-05-141-0/+13
* Redirect output to /dev/null in the tests added in r332160.Eric Liu2018-05-141-2/+2
* Revert "[CodeGen] Disable aggressive structor optimizations at -O0"Pavel Labath2018-05-142-6/+5
OpenPOWER on IntegriCloud