Age | Commit message (Expand) | Author |
2013-05-04 | Properly parsing __declspec(safebuffers), though there is no semantic hookup.... | Aaron Ballman |
2013-05-02 | Use attribute argument information to determine when to parse attribute argum... | Douglas Gregor |
2013-05-02 | Revert r180970; it's causing breakage. | Douglas Gregor |
2013-05-02 | Use attribute argument information to determine when to parse attribute argum... | Douglas Gregor |
2013-04-30 | Fix PR15845: apparently MSVC does not support implicit int in C++ mode. | Richard Smith |
2013-04-27 | ArrayRef'ize Sema::ActOnEnumBody. No functionality change. | Dmitri Gribenko |
2013-04-26 | Implement C++1y decltype(auto). | Richard Smith |
2013-04-23 | Warn that scoped enumerations are a C++11 extenstion when compiling in | Richard Trieu |
2013-04-21 | The 'constexpr implies const' rule for non-static member functions is gone in | Richard Smith |
2013-04-18 | [Parser] Handle #pragma pack/align inside C structs. | Argyrios Kyrtzidis |
2013-04-16 | Fix PR4296: Add parser detection/error recovery for nested functions, from Se... | Douglas Gregor |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
2013-04-12 | Parsing support for thread_local and _Thread_local. We give them the same | Richard Smith |
2013-04-08 | <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ... | Douglas Gregor |
2013-04-03 | Enable use of _Static_assert inside structs and unions in C11 mode (as per C1... | Andy Gibbs |
2013-04-03 | Assert that Parser::ParseStructUnionBody is not called for C++ code. | Andy Gibbs |
2013-04-01 | PR15633: Note that we are EnteringContext when parsing the nested name | Richard Smith |
2013-03-28 | Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar... | Richard Smith |
2013-03-27 | [Parser] Don't code-complete twice. | Argyrios Kyrtzidis |
2013-03-15 | PR15290: 'this' is not permitted in the declaration of a friend function, | Richard Smith |
2013-03-08 | Remove unused variable. | Benjamin Kramer |
2013-03-08 | Add support for the OpenCL attribute 'vec_type_hint'. | Joey Gouly |
2013-02-22 | Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs | Richard Smith |
2013-02-22 | Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes | Richard Smith |
2013-02-22 | Handle alignas(foo...) pack expansions. | Richard Smith |
2013-02-20 | PR15311: Finish implementation of the suggested resolution of core issue 1488, | Richard Smith |
2013-02-20 | Process and handle attributes on conditions and for loop variables. Process and | Richard Smith |
2013-02-20 | Don't repeat the function name in the comment. | Richard Smith |
2013-02-19 | PR15300: Support C++11 attributes on base-specifiers. We don't support any such | Richard Smith |
2013-02-12 | Accept over-qualified constructor in MSVC emulation mode | Dmitri Gribenko |
2013-02-08 | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose |
2013-02-07 | Thread safety analysis: make sure that expressions in attributes are parsed | DeLesley Hutchins |
2013-02-07 | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei |
2013-01-29 | Downgrade 'attribute ignored when parsing type' from error to warning, to match | Richard Smith |
2013-01-29 | Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. | Richard Smith |
2013-01-29 | Treat alignas and _Alignas as keyword attributes. This allows us to | Richard Smith |
2013-01-29 | Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled | Richard Smith |
2013-01-28 | Finish semantic analysis for [[carries_dependency]] attribute. | Richard Smith |
2013-01-26 | Give a more informative error message when the dot or arrow operator is used | Richard Trieu |
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-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith |
2013-01-14 | *this is const in a trailing-return-type for a constexpr member function. | Richard Smith |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-11 | Pass false instead of 0 since isStar parameter of getArray has type bool. No ... | Nikola Smiljanic |
2013-01-08 | PR14855: don't silently swallow a nested-name-specifier after a type name. | Richard Smith |
2013-01-02 | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith |
2012-12-21 | Remove unused arguments and rename to conform to coding standards. | Chad Rosier |
2012-12-21 | Indent. | Chad Rosier |