summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Revert MSVC CXXOperatorNames patch due to issues with ChromiumErich Keane2017-05-253-15/+5
* Relax testcase to appease buildbotsJonathan Roelofs2017-05-251-9/+9
* Don't defer to the GCC driver for linking arm-baremetalJonathan Roelofs2017-05-2512-47/+482
* Make git-clang-format python 3 compatibleEric Fiselier2017-05-251-4/+30
* [coroutines] Diagnose when promise types fail to declare either return_void o...Eric Fiselier2017-05-254-37/+60
* [coroutines] Bump __cpp_coroutines versionEric Fiselier2017-05-252-2/+2
* [AMDGPU] add __builtin_amdgcn_s_getpcTim Corringham2017-05-252-0/+8
* [X86] Adding avx512_vpopcntdq feature set and its intrinsicsOren Ben Simhon2017-05-259-36/+170
* [CodeGen] Pessimize aliasing for member unions (and may-alias) objectsKrzysztof Parzyszek2017-05-253-14/+106
* [OpenCL] reserve_id_t cannot be used as argument to kernel functionEgor Churaev2017-05-252-4/+6
* [OpenCL] Added regression test on invalid vector initialization.Egor Churaev2017-05-251-1/+2
* [coroutines] Fix fallthrough diagnostics for coroutinesEric Fiselier2017-05-258-25/+135
* Revert "Sema: allow imaginary constants via GNU extension if UDL overloads no...Tim Northover2017-05-247-97/+41
* Basic: fix whitespace in file header (NFC)Saleem Abdulrasool2017-05-241-1/+1
* [coroutines] Add support for coroutines with non-scalar parametersGor Nishanov2017-05-243-7/+241
* For Microsoft compatibility, set fno_operator_namesErich Keane2017-05-243-5/+15
* Address follow-up feedback for r303712Argyrios Kyrtzidis2017-05-243-6/+5
* Fix one test case faiulre in commit 303766.Tony Jiang2017-05-241-9/+9
* [OPENMP] Allow value of thread local variables in target regions.Alexey Bataev2017-05-242-21/+27
* [PowerPC] Implement vec_xxsldwi builtin.Tony Jiang2017-05-246-0/+107
* [coroutines] Make generic lambda coroutines workGor Nishanov2017-05-243-0/+72
* Warn about uses of `@available` that can't suppress theAlex Lorenz2017-05-245-2/+29
* [PowerPC] Implement vec_xxpermdi builtin.Tony Jiang2017-05-248-1/+169
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-2416-82/+73
* Generalize two diagnostic messages to take function name as parameter.Tony Jiang2017-05-242-7/+10
* [coroutines] Improved diagnostics when unhandled_exception is missing in the ...Gor Nishanov2017-05-243-5/+9
* [index] The references to explicit class properties should be recordedAlex Lorenz2017-05-242-0/+21
* [coroutines] [NFC] Add tests for return_void, unhandled_exception and promise...Gor Nishanov2017-05-244-0/+238
* [clang-format] Remove unused using directive, NFCKrasimir Georgiev2017-05-241-1/+0
* Method loadFromCommandLine should be able to report errorsSerge Pavlov2017-05-246-31/+61
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-245-39/+283
* Fix 'set but not used' [-Wunused-but-set-variable] warningSimon Pilgrim2017-05-241-2/+0
* [XRay][clang] Allow imbuing arg1 logging attribute via -fxray-always-instrument=Dean Michael Berris2017-05-244-0/+19
* [coroutines] Implement correct GRO lifetimeGor Nishanov2017-05-242-1/+158
* [coroutines] Fix leak in CGCoroutine.cppGor Nishanov2017-05-241-0/+4
* Change __has_feature(objc_diagnose_if_attr) to __has_feature(attribute_diagno...Argyrios Kyrtzidis2017-05-242-2/+2
* Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...Argyrios Kyrtzidis2017-05-2410-14/+52
* [Modules] Fix overly conservative assertion for import diagnosticBruno Cardoso Lopes2017-05-235-3/+27
* [modules] When reparenting a local declaration, don't mark the declaration asRichard Smith2017-05-231-3/+11
* Sema: allow imaginary constants via GNU extension if UDL overloads not present.Tim Northover2017-05-237-42/+97
* [Frontend] Don't index into an empty string.Benjamin Kramer2017-05-231-1/+1
* Remove trailing whitespaceYuka Takahashi2017-05-231-1/+1
* [GSoC] Shell autocompletion for clangYuka Takahashi2017-05-235-0/+32
* Removed fallthrough annotation which does not directly precede switch label.Galina Kistanova2017-05-231-2/+0
* [index] The references to enum constants from member enums that areAlex Lorenz2017-05-232-1/+12
* [index] The references to member enums from template instantiations shouldAlex Lorenz2017-05-232-0/+13
* Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova2017-05-231-1/+45
* [index] The references to type aliases and typedefs from templateAlex Lorenz2017-05-232-7/+18
* [index] The references to fields from nested records in template instantiationsAlex Lorenz2017-05-232-6/+21
* [index] The references to records from template instantiations should referAlex Lorenz2017-05-232-0/+26
OpenPOWER on IntegriCloud