summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libTooling][NFC] Switch StencilTest.cpp to use EXPECT_THAT_EXPECTEDYitzhak Mandelbaum2019-09-251-21/+4
* [OPENMP50]Parsing/sema support for 'implementation/vendor' contextAlexey Bataev2019-09-2512-57/+237
* [Mangle] Add flag to asm labels to disable '\01' prefixingVedant Kumar2019-09-255-12/+108
* [CUDA][HIP] Enable kernel function return type deduction.Michael Liao2019-09-255-2/+65
* Re-land r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Dec...Ilya Biryukov2019-09-253-20/+85
* [NFC] Fix typo in `getPreviousDecl` comment.Yitzhak Mandelbaum2019-09-251-1/+1
* Revert r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Decl...Ilya Biryukov2019-09-253-80/+20
* [libTooling] Introduce the MatchConsumer abstractionYitzhak Mandelbaum2019-09-254-20/+62
* [AST] Extract Decl::printNestedNameSpecifier helper from Decl::printQualified...Ilya Biryukov2019-09-253-20/+80
* Add a release note for r372844Hans Wennborg2019-09-251-1/+12
* Revert r370850 "Re-commit r363191 "[MS] Pretend constexpr variable template s...Hans Wennborg2019-09-252-30/+4
* [OpenCL] Add image query builtin functionsSven van Haastregt2019-09-252-0/+29
* [Driver] Always use -z separate-loadable-segments with lld on FuchsiaFangrui Song2019-09-252-2/+2
* [x86] Adding support for some missing intrinsics: _castf32_u32, _castf64_u64...Pengfei Wang2019-09-252-0/+113
* [NFC] Strenghten preconditions for warningDavid Bolvansky2019-09-241-1/+2
* [HIP] Support new kernel launching APIYaxun Liu2019-09-248-15/+44
* [clang-format] [PR36858] Add missing .hh and .cs extensions from python suppo...Paul Hoad2019-09-242-3/+4
* [Diagnostics] Handle tautological left shifts in boolean context David Bolvansky2019-09-243-12/+30
* [NFC] Update test after r372708David Bolvansky2019-09-241-1/+1
* [Diagnostics] Do not diagnose unsigned shifts in boolean context (-Wint-in-bo...David Bolvansky2019-09-243-32/+39
* [ASTImporter] 4th attempt to fix Windows buildbot test errorsGabor Marton2019-09-241-4/+8
* [clang-format] NFC clang-format the clang-format unit testsPaul Hoad2019-09-241-324/+350
* [ASTImporter] 3rd attempt to fix Windows buildbot test errorsGabor Marton2019-09-241-4/+6
* Revert "[static analyzer] Define __clang_analyzer__ macro in driver"Jan Korous2019-09-244-8/+9
* Revert "[static analyzer][test] Test directly that driver sets D__clang_analy...Jan Korous2019-09-241-2/+5
* [static analyzer][test] Test directly that driver sets D__clang_analyzer__Jan Korous2019-09-241-5/+2
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-249-8/+45
* [static analyzer] Remove --analyze-autoJan Korous2019-09-244-7/+3
* [static analyzer] Define __clang_analyzer__ macro in driverJan Korous2019-09-244-9/+8
* Revert "Support for DWARF-5 C++ language tags."Jonas Devlieghere2019-09-239-45/+8
* [NFCI] Return PathSensitiveBugReport where appropriateAlex Langford2019-09-232-7/+10
* [Diagnostics] Warn for enum constants in bool context (-Wint-in-bool-context;...David Bolvansky2019-09-233-2/+47
* Support for DWARF-5 C++ language tags.Adrian Prantl2019-09-239-8/+45
* [ASTImporter] 2nd attempt to fix Windows buildbot test errorsGabor Marton2019-09-231-2/+2
* [Sema] Fix the atomic expr rebuilding order.Michael Liao2019-09-234-32/+116
* [OPENMP]Use standard parsing for 'match' clause, NFC.Alexey Bataev2019-09-239-5/+45
* [ASTImporter] Attempt to fix Windows buildbot test errorsGabor Marton2019-09-231-2/+2
* NFC: Fix a poorly-written testErik Pilkington2019-09-231-7/+7
* Fix __is_fundamental to accept nullptr_tZoe Carver2019-09-232-0/+2
* [OPENMP]Fix PR43355: DO not emit target calls if only -fopenmp-targetsAlexey Bataev2019-09-232-0/+14
* Fix __is_signed builtinZoe Carver2019-09-233-26/+27
* [docs] Fix some typos in InternalsManualSven van Haastregt2019-09-231-3/+3
* [Diagnostics] Warn if '<<' in bool context with -Wint-in-bool-context (GCC co...David Bolvansky2019-09-235-2/+47
* Fix test atomic-expr.cpp after R372422Erich Keane2019-09-231-1/+1
* [OPENMP]Call __kmpc_push_tripcount in task context.Alexey Bataev2019-09-239-86/+80
* [libTooling] Add `access` and `ifBound` combinators to Stencil library.Yitzhak Mandelbaum2019-09-233-25/+210
* [Diagnostics] Avoid -Wsizeof-array-div when dividing the size of a nested arr...David Bolvansky2019-09-232-14/+12
* [libTooling] Introduce new library of source-code builders.Yitzhak Mandelbaum2019-09-235-0/+478
* Removed dead code from Stencil.hDmitri Gribenko2019-09-231-10/+0
* [NFC] Fixed clang wasm test after rL372573David Bolvansky2019-09-231-2/+2