summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/DeclSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* "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 andAlexis 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.Alexis 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
* Inline a trivial clear() method.Benjamin Kramer2012-05-191-7/+0
* Revert most of r154844, which was disabled in r155975. Keep around theRichard Smith2012-05-021-5/+0
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-161-0/+5
* For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith2012-04-041-1/+3
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-6/+6
* __decltype is a GNU extension, not a C++11 extension.Richard Smith2012-02-241-2/+0
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-3/+2
* Implement the missing pieces of Evaluate for _Complex types. With that compl...Eli Friedman2012-01-101-1/+2
* Improve the warning for cv-qualifiers on free functions, from Ahmed Charles!Douglas Gregor2011-10-191-0/+5
* Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t',Richard Smith2011-10-171-0/+8
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-141-0/+2
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-061-0/+2
* OpenCL: add a non-standard extension, cl_clang_storage_class_specifiers,Peter Collingbourne2011-10-061-13/+17
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-3/+3
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-1/+1
* Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet2011-09-171-1/+1
OpenPOWER on IntegriCloud