Age | Commit message (Expand) | Author |
2013-02-22 | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han |
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-22 | Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, | Richard Smith |
2013-02-22 | [libclang] Fix a crash with invalid code, while skip function bodies is enabled. | Argyrios Kyrtzidis |
2013-02-22 | Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, | Richard Smith |
2013-02-21 | Use None rather than Optional<T>() where possible. | David Blaikie |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie |
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-15 | When a statement is dropped from the AST because it was invalid, make sure | Argyrios Kyrtzidis |
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-02-01 | Micro change: moved '{' for better readability (+don't confuse -Wimplicit-fal... | Alexander Kornienko |
2013-01-30 | Provide a fixit for constexpr non-static data members. | David Blaikie |
2013-01-29 | Produce a diagnostic if alignas is applied to an expression. Neither C11 nor | Richard Smith |
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 | PR15017: A '>' can appear after a type-specifier in a template-argument-list. | 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-22 | [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style | Chad Rosier |
2013-01-22 | objectiveC (take two): don't warn when in -Wselector mode and | Fariborz Jahanian |
2013-01-22 | [ms-inline asm] Remove a warning about ms-style inline assembly not being | Chad Rosier |
2013-01-21 | objectiveC: don't warn when in -Wselector mode and | Fariborz Jahanian |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2013-01-19 | Fix five more cases of tokens which can legally follow a type specifier. | Richard Smith |
2013-01-18 | Fix parsing of class specifiers before '\n' 'operator'. | Nico Weber |
2013-01-17 | Parsing support for C11's _Noreturn keyword. No semantics yet. | Richard Smith |
2013-01-17 | ArrayRef-ize some ctor initializer related APIs | David Blaikie |
2013-01-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith |
2013-01-15 | PR14918: Don't confuse braced-init-lists after template variable declarations | Richard Smith |
2013-01-14 | Refactor to call ActOnFinishFullExpr on every full expression. Teach | 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-09 | Remove the unused Parser::ParseTranslationUnit function | Hal Finkel |
2013-01-08 | PR14855: don't silently swallow a nested-name-specifier after a type name. | Richard Smith |
2013-01-08 | Tighten types a bit. No functionality change. | Rafael Espindola |
2013-01-08 | Tighten types a bit. No functionality change. | Rafael Espindola |
2013-01-07 | Add fixit hints for misplaced C++11 attributes around class specifiers. | Michael Han |
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 |