summaryrefslogtreecommitdiffstats
path: root/lib/Sema/DeclSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r233508:Daniel Sanders2015-04-271-2/+3
* [OpenCL] Generic address space has been added in OpenCL v2.0.Anastasia Stulova2014-11-261-2/+2
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-0/+8
* [PowerPC] Initial VSX intrinsic support, with min/max for vector doubleBill Schmidt2014-10-311-5/+8
* Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfoHal Finkel2014-10-201-0/+3
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+12
* Move __vector long deprecation checking into DeclSpec::FinishHal Finkel2014-08-241-6/+3
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-6/+6
* Sema: Implement DR477David Majnemer2014-04-301-2/+29
* argument -> parameter terminology fixes for FunctionTypeInfoAlp Toker2014-02-261-14/+14
* Fix for PR9812: warn about bool instead of _Bool.Erik Verbruggen2014-01-151-33/+45
* Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add aRichard Smith2014-01-101-2/+13
* Remove OpenCL-specific type keywords and specifiersAlp Toker2013-12-181-16/+0
* PR9547: If we're parsing a simple-declaration that contains a tag definition,Richard Smith2013-11-191-0/+6
* Warn on duplicate function specifierSerge Pavlov2013-11-131-12/+56
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-181-0/+2
* [ms-cxxabi] Fix the calling convention for operator new in recordsReid Kleckner2013-10-081-0/+8
* "bool" should be a context-sensitive keyword in Altivec mode.Bill Schmidt2013-07-031-0/+14
* Don't mark a type specifier as "owned" if there is no declaration to own.Douglas Gregor2013-05-141-1/+1
* Fix PR15845: apparently MSVC does not support implicit int in C++ mode.Richard Smith2013-04-301-2/+1
* Silence a silly sign compare warning from GCC.Benjamin Kramer2013-04-271-1/+1
* Implement C++1y decltype(auto).Richard Smith2013-04-261-2/+41
* Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith2013-04-121-16/+64
* Add 178663 back.Rafael Espindola2013-04-031-11/+1
* Revert 178663.Rafael Espindola2013-04-031-1/+11
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-11/+1
* Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith2013-03-281-5/+11
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+2
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+2
* Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith2013-01-171-1/+9
* Fix Cast CodeDavid Greene2013-01-151-2/+3
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-2/+2
* Add comments back that were accidentally removed in r170933.Chad Rosier2012-12-211-0/+2
* Remove unused arguments and rename to conform to coding standards.Chad Rosier2012-12-211-8/+3
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+12
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-12/+0
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-0/+12
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+6
* DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.Richard Smith2012-10-171-7/+5
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-041-3/+7
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-311-0/+2
* Reversing the logic since C99 mode is actually not an extension. Also, chang...Aaron Ballman2012-08-291-2/+2
* Splitting the duplicated decl spec extension warning into two: one is an ExtW...Aaron Ballman2012-08-281-6/+16
* Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith2012-07-301-0/+2
* Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11Richard Smith2012-07-241-3/+5
* Reapply r158700 and fixup patches, minus one hunk that slipped through andSean Hunt2012-06-191-1/+1
* Extend the support for cl-std to include 1.2.Tanya Lattner2012-06-191-3/+11
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-191-1/+1
* Improve the specification of spellings in Attr.td.Sean Hunt2012-06-191-1/+1
* If parsing a trailing-return-type fails, don't pretend we didn't have one atRichard Smith2012-06-121-2/+4