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