aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/TokenKinds.def
AgeCommit message (Expand)Author
2013-05-04Reverting r181004 since it has broken test/Sema/wchar.c.Aaron Ballman
2013-05-03Support __wchar_t in -fms-extensions and -fms-compatibility modes.Hans Wennborg
2013-04-16Parser support for #pragma clang __debug capturedTareq A. Siraj
2013-04-12Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith
2013-03-27Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-17Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith
2013-01-02s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-11-13Revert r167801, "[preprocessor] When #including something that contributes noDaniel Dunbar
2012-11-13[preprocessor] When #including something that contributes no tokens at all,Argyrios Kyrtzidis
2012-10-27Reverted back the changes made in 166868 and in 166869Mahesha S
2012-10-27Feature:Mahesha S
2012-10-04Permanently end the whole "pragma got handled by the parser too early"Eli Friedman
2012-09-25Add the Microsoft __is_interface_class type trait.John McCall
2012-09-05Allow disabling of wchar_t type.Abramo Bagnara
2012-08-31Improved MSVC __interface support by adding first class support for it, inste...Joao Matos
2012-07-22char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a w...Francois Pichet
2012-06-30Add support for the C11 _Alignof keyword.Jordan Rose
2012-06-29Use -frewrite-includes for crash reports.David Blaikie
2012-06-23Support L__FUNCTION__ in microsoft mode, PR11789Nico Weber
2012-05-22Recognize the MS inheritance attributes and turn them into attributesJohn McCall
2012-05-16Add _alignof and __builtin_alignof as aliases for __alignof inDouglas Gregor
2012-05-02Revert most of r154844, which was disabled in r155975. Keep around theRichard Smith
2012-04-16Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor
2012-04-04For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
2012-02-24Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor
2012-02-23Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma p...Eli Friedman
2012-02-23Provide the __is_trivially_assignable type trait, which providesDouglas Gregor
2012-01-26Fix our handling of #pragma GCC visibility.Rafael Espindola
2012-01-03Re-uglify #public and #private to #__public_macro and #__private_macro.Douglas Gregor
2012-01-03Eliminate the uglified keyword __import_module__ for importingDouglas Gregor
2012-01-03Under -fmodules, accept #public <macroname> and #private <macroname>Douglas Gregor
2012-01-03Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor
2011-12-23Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer
2011-12-04Support decltype in nested-name-specifiers.David Blaikie
2011-12-03Implement support for the __is_final type trait, to determine whetherDouglas Gregor
2011-12-01Change the Microsoft __interface keyword to be an alias for struct (not class...Francois Pichet
2011-10-21Treat the Microsoft/Borland keyword "__except" as a context-sensitiveDouglas Gregor
2011-10-17For modules, all macros that aren't include guards are implicitlyDouglas Gregor
2011-10-14Provide half floating point support as a storage only type.Anton Korobeynikov
2011-10-06Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman
2011-09-29Add support for alignment-specifiers in C1X and C++11, removePeter Collingbourne