summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.Alexey Bataev2019-05-0941-69/+121
* Specify ObjC runtime to fix the tests I committed in r360359 that areAkira Hatanaka2019-05-093-3/+3
* [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and makeAkira Hatanaka2019-05-0924-214/+232
* [OpenCL] Make global ctor init function a kernelAnastasia Stulova2019-05-095-200/+244
* Fix gcc compilation warning in an assert [NFC]Mikael Holmen2019-05-091-1/+1
* [OpenCL] Switched CXX mode to be derived from C++17Anastasia Stulova2019-05-092-8/+3
* [FIX] Change test to read file insteadDiogo N. Sampaio2019-05-091-1/+1
* Revert "[OPENMP]Fix PR41768: check DSA for globals with `default(none)` claus...Roman Lebedev2019-05-0939-78/+66
* Revert "[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with defau...Roman Lebedev2019-05-098-112/+15
* [SPIR] Simplified target checking.Anastasia Stulova2019-05-093-7/+3
* [ARM] Fix the extensions implied by a cpu nameDiogo N. Sampaio2019-05-092-20/+26
* [NewPM] Setup Passes for KASan and KMSanPetr Hosek2019-05-091-8/+20
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-0945-361/+1653
* [cxx_status] Mark support for std::is_constant_evaluated as done.Richard Smith2019-05-091-1/+1
* [cxx_dr_status] Update links to use wg21.link, and list "extension"Richard Smith2019-05-092-2414/+2418
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-0952-267/+791
* When typo-correcting a function name, consider correcting to a type nameRichard Smith2019-05-095-13/+29
* Try to restore some clang test headers lost in r360291Reid Kleckner2019-05-0810-0/+63
* Revert Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve M...Reid Kleckner2019-05-0817-90/+2
* Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve MSMike Rice2019-05-087-2/+27
* [OpenMP][Clang] Support for target math functionsGheorghe-Teodor Bercea2019-05-0818-433/+693
* [ASTImporter] Fix inequivalence of unresolved exception specGabor Marton2019-05-082-17/+36
* [Sema][OpenCL] Make address space conversions a bit stricter.Anastasia Stulova2019-05-089-30/+179
* [clang-format] Fix the crash when formatting unsupported encodingsOwen Pan2019-05-081-0/+30
* [clang] Fix a bug that reports UTF32 (LE) files as UTF16 (LE) onesOwen Pan2019-05-081-3/+3
* Allow test to pass after 2030.Aaron Ballman2019-05-081-2/+2
* Allow 'static' storage specifier on an out-of-line class member template decl...Aaron Ballman2019-05-082-2/+16
* [libclang] PR41649: Remove pointless duplicate flag. NFC.Nikolai Kosjar2019-05-081-3/+2
* Fix for the greendragon bots.Leonard Chan2019-05-082-2/+4
* [Sema] Correct typos in return statements so the return types of 'auto' funct...Sam McCall2019-05-082-2/+19
* Fix buildbot break after r360195Nemanja Ivanovic2019-05-081-0/+2
* Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,Richard Smith2019-05-0810-23/+32
* [hip] Fix ambiguity from `>>>` of CUDA.Michael Liao2019-05-082-1/+14
* [COFF] Use COFF stubs for extern_weak functionsReid Kleckner2019-05-072-1/+8
* [analyzer] Fix a crash when doing RVO from within blocks.Artem Dergachev2019-05-072-0/+24
* -frewrite-imports: Add support for wildcard rules in umbrella modules withDavid Blaikie2019-05-074-4/+55
* Revert "[OpenMP][Clang] Support for target math functions"Jonas Devlieghere2019-05-0717-675/+431
* [ASTImporter] Corrected type of integer constant in a test.Balazs Keri2019-05-071-2/+2
* Add an explicit triple to this test to hopefully appease the build bots.Aaron Ballman2019-05-071-1/+1
* [Tooling] Add -x flags when inferring compile commands for files with no/inva...Sam McCall2019-05-072-6/+12
* [OpenCL] Prevent mangling kernel functions.Anastasia Stulova2019-05-076-19/+56
* Allow field offset lookups in types with incomplete arrays within libclang.Aaron Ballman2019-05-072-2/+41
* [ASTImporter] Import TemplateParameterLists in function templates.Balazs Keri2019-05-072-0/+39
* [Tooling] Don't mmap the JSONCompilationDatabase, it's not correct for long-l...Sam McCall2019-05-071-1/+4
* [Sema] Add missing VisitMacroQualifiedTypeLoc to TypeSpecLocFillerLeonard Chan2019-05-071-0/+5
* Improve function / variable disambiguation.Richard Smith2019-05-075-33/+46
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-0733-20/+430
* Fix typo in risc-v register aliases.Eric Christopher2019-05-071-1/+1
* [Clang][NewPM] Don't bail out if the target machine is emptyPetr Hosek2019-05-063-6/+11
* [Sema] Fix for P41774 where `ExpectNoDerefChunk` is assigned twiceLeonard Chan2019-05-061-5/+2