summaryrefslogtreecommitdiff
path: root/include/clang/Basic
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Support implicit scalar to vector conversionsSimon Dardis2017-05-121-0/+6
* [Sema] Improve redefinition errors pointing to the same headerBruno Cardoso Lopes2017-05-111-0/+9
* Improve diagnosis of unknown template name.Richard Smith2017-05-101-0/+2
* When we see a '<' operator, check whether it's a probable typo for a template...Richard Smith2017-05-101-0/+9
* Add support for pretty platform names to `@available`/Alex Lorenz2017-05-091-0/+24
* PR5935: Adjust documentation.Vassil Vassilev2017-05-091-2/+1
* Reland "Warn about unused static file scope function template declarations."Vassil Vassilev2017-05-092-0/+4
* [XRay] Add __xray_customeevent(...) as a clang-supported builtinDean Michael Berris2017-05-091-0/+3
* [X86][LWP] Add clang support for LWP instructions.Simon Pilgrim2017-05-082-0/+8
* [OpenCL] Check that global samplers are constSven van Haastregt2017-05-081-0/+2
* Warn that the [] spelling of uuid(...) is deprecated.Nico Weber2017-05-051-0/+3
* Add a fix-it for -Wunguarded-availabilityAlex Lorenz2017-05-051-1/+2
* Introduce Wzero-as-null-pointer-constant.Nico Weber2017-05-051-0/+3
* Turn on -Wmicrosoft-enum-forward-reference by default.Nico Weber2017-05-041-1/+1
* Fix bugs checking va_start in lambdas and erroneous contextsReid Kleckner2017-05-041-1/+5
* Turn -Wmicrosoft-enum-value off by default.Nico Weber2017-05-041-1/+1
* [ARM] ACLE Chapter 9 intrinsicsSam Parker2017-05-041-1/+83
* [OpenCL] Add intel_reqd_sub_group_size attribute supportXiuli Pan2017-05-042-0/+22
* Add #pragma clang module begin/end pragmas and generate them when preprocessi...Richard Smith2017-05-041-2/+16
* Reusing an existing attribute diagnosticOren Ben Simhon2017-05-031-3/+0
* Undo turning ExtBehavior into a bitfield.Daniel Jasper2017-05-031-1/+1
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-032-33/+64
* [ODRHash] Add support for array and decayed types, and parameter names and ty...Richard Trieu2017-05-021-2/+8
* Simplify some va_start checking logicReid Kleckner2017-05-021-1/+1
* Revert r301822 (and dependent r301825), which tried to improve theDaniel Jasper2017-05-021-3/+1
* Improve handling of arrays of unknown bound in constant expressions.Richard Smith2017-05-011-1/+3
* Add pragma to perform module import and use it in -E output.Richard Smith2017-04-291-0/+2
* Use the -Wunknown-warning-option group for the "unknown warning group"Alex Lorenz2017-04-281-1/+1
* [Profile] Add off-by-default -Wprofile-instr-missing warningVedant Kumar2017-04-272-1/+7
* [libclang] Pass in the -fallow-editor-placeholders optionAlex Lorenz2017-04-271-1/+2
* [X86] Support of no_caller_saved_registers attributeOren Ben Simhon2017-04-273-0/+43
* [ObjC] Disallow vector parameters and return values in Objective-C methodsAlex Lorenz2017-04-271-0/+4
* Improve diagnostics for bad -std= flag.Richard Smith2017-04-271-1/+3
* [modules ts] Diagnose 'export' declarations outside of a module interface.Richard Smith2017-04-242-1/+18
* Flag -fsanitize=fuzzer to enable libfuzzerGeorge Karpenkov2017-04-241-0/+3
* P0629R0: Switch to latest proposal for distinguishing module interface from i...Richard Smith2017-04-212-8/+8
* Add comments to the diagnostic kinds in Diagnostic.td.Nico Weber2017-04-211-0/+12
* Add #pragma clang attribute support to the availability attributeAlex Lorenz2017-04-201-1/+1
* [Sema][ObjC] Disallow jumping into ObjC fast enumeration loops.Akira Hatanaka2017-04-191-0/+2
* Add #pragma clang attribute support to the external_source_symbol attributeAlex Lorenz2017-04-191-1/+11
* Add support for editor placeholders to ClangAlex Lorenz2017-04-193-0/+16
* PR30508: Downgrade error to warning if the umbrella folder doesn't exist.Vassil Vassilev2017-04-181-2/+3
* The SubjectMatchRule enum should not be used as a DenseMap key to avoidAlex Lorenz2017-04-181-15/+1
* mingw-w64: enable support for __declspec(selectany)Martell Malone2017-04-181-3/+2
* Add #pragma clang attributeAlex Lorenz2017-04-187-1/+222
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-187-222/+1
* Add #pragma clang attributeAlex Lorenz2017-04-187-1/+222
* [coroutines] Fix building of new/delete expressions when get_return_object_on...Eric Fiselier2017-04-181-1/+11
* Rename coroutine warning when unhandled_exception() is missingEric Fiselier2017-04-172-2/+4
* Revert r300504 - [coroutines] Fix rebuilding of implicit and dependent corout...Eric Fiselier2017-04-171-11/+1