summaryrefslogtreecommitdiff
path: root/lib/Sema/DeclSpec.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-06-09
* Sema: Implement DR477David Majnemer2014-04-30
* argument -> parameter terminology fixes for FunctionTypeInfoAlp Toker2014-02-26
* Fix for PR9812: warn about bool instead of _Bool.Erik Verbruggen2014-01-15
* Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add aRichard Smith2014-01-10
* Remove OpenCL-specific type keywords and specifiersAlp Toker2013-12-18
* PR9547: If we're parsing a simple-declaration that contains a tag definition,Richard Smith2013-11-19
* Warn on duplicate function specifierSerge Pavlov2013-11-13
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-18
* [ms-cxxabi] Fix the calling convention for operator new in recordsReid Kleckner2013-10-08
* "bool" should be a context-sensitive keyword in Altivec mode.Bill Schmidt2013-07-03
* Don't mark a type specifier as "owned" if there is no declaration to own.Douglas Gregor2013-05-14
* Fix PR15845: apparently MSVC does not support implicit int in C++ mode.Richard Smith2013-04-30
* Silence a silly sign compare warning from GCC.Benjamin Kramer2013-04-27
* Implement C++1y decltype(auto).Richard Smith2013-04-26
* Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith2013-04-12
* Add 178663 back.Rafael Espindola2013-04-03
* Revert 178663.Rafael Espindola2013-04-03
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-03
* Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith2013-03-28
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-07
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-20
* Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith2013-01-17
* Fix Cast CodeDavid Greene2013-01-15
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-02
* Add comments back that were accidentally removed in r170933.Chad Rosier2012-12-21
* Remove unused arguments and rename to conform to coding standards.Chad Rosier2012-12-21
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-18
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-18
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-18
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.Richard Smith2012-10-17
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-04
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-31
* Reversing the logic since C99 mode is actually not an extension. Also, chang...Aaron Ballman2012-08-29
* Splitting the duplicated decl spec extension warning into two: one is an ExtW...Aaron Ballman2012-08-28
* Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith2012-07-30
* Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11Richard Smith2012-07-24
* Reapply r158700 and fixup patches, minus one hunk that slipped through andSean Hunt2012-06-19
* Extend the support for cl-std to include 1.2.Tanya Lattner2012-06-19
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-19
* Improve the specification of spellings in Attr.td.Sean Hunt2012-06-19
* If parsing a trailing-return-type fails, don't pretend we didn't have one atRichard Smith2012-06-12
* Inline a trivial clear() method.Benjamin Kramer2012-05-19
* Revert most of r154844, which was disabled in r155975. Keep around theRichard Smith2012-05-02
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-16
* For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith2012-04-04
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* __decltype is a GNU extension, not a C++11 extension.Richard Smith2012-02-24
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-17