Age | Commit message (Expand) | Author |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-06 | Properly implement the scope restriction on the NRVO for | Douglas Gregor |
2011-07-05 | Some documentation fixes for the parser, from John Freeman | Douglas Gregor |
2011-07-05 | Clean up and refactor ParseFunctionDeclarator to reduce code | Douglas Gregor |
2011-07-01 | [ARC] When casting from a pointer to an objective-c object with known ownersh... | Argyrios Kyrtzidis |
2011-07-01 | Fix AST representations of alias-declarations which define tag types. Inside ... | Richard Smith |
2011-06-22 | Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou... | Argyrios Kyrtzidis |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-11 | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith |
2011-05-26 | Add a fix-it and better error recovery for improperly nested namespaces. Thi... | Richard Trieu |
2011-05-25 | Add support for Microsoft __if_exists, __if_not_exists extension at class scope. | Francois Pichet |
2011-05-19 | Implement __underlying_type for libc++. | Sean Hunt |
2011-05-12 | Properly parse the 'default' and 'delete' keywords. | Sean Hunt |
2011-05-11 | In Microsoft mode, allow pure specifier (=0) on inline functions declared at ... | Francois Pichet |
2011-05-07 | Add support for _if_exists and __if_not_exists at namespace/global scope. | Francois Pichet |
2011-05-06 | Add support for Microsoft __if_exists and __if_not_exists construct inside fu... | Francois Pichet |
2011-04-28 | Parsing/AST support for Structured Exception Handling | John Wiegley |
2011-04-28 | Implementation of Embarcadero array type traits | John Wiegley |
2011-04-27 | Introduce a new parser annotation token for primary expressions. When | Douglas Gregor |
2011-04-27 | Clean out some cruft I introduced when adding Sema::ClassifyName() | Douglas Gregor |
2011-04-27 | Simplify the parser's handling of Sema::ClassifyName() for types, by | Douglas Gregor |
2011-04-25 | Recognize gcc's ms_struct pragma (and ignore for now). | Fariborz Jahanian |
2011-04-25 | t/clang/expr-traits | John Wiegley |
2011-04-24 | Implement a new identifier-classification scheme where Sema | Douglas Gregor |
2011-04-23 | Remove unused STL header includes. | Jay Foad |
2011-04-23 | Remove unnecessary const away cast in LateTemplateParserCallback. | Francois Pichet |
2011-04-22 | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet |
2011-04-21 | Add a fixit suggest for missing case keywords inside a switch scope. For ins... | Richard Trieu |
2011-04-15 | Initial work to improve documentation for Clang's diagnostics, from Matthieu ... | Douglas Gregor |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-15 | C1X: implement generic selections | Peter Collingbourne |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-03-27 | Improve recovery (error + fix-it) when parsing type dependent template name w... | Francois Pichet |
2011-03-26 | Extend the new 'availability' attribute with support for an | Douglas Gregor |
2011-03-25 | Remove the last of ClassVirtSpecifiers. | Anders Carlsson |
2011-03-24 | Insomniac refactoring: change how the parser allocates attributes so that | John McCall |
2011-03-23 | Call out ObjC parameter types as a different kind of declarator context | John McCall |
2011-03-23 | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor |
2011-03-22 | Migrate 'PrettySTackTraceParserEntry' object out of Parser, and have it const... | Ted Kremenek |
2011-03-18 | Add support for language-specific address spaces. On top of that, | Peter Collingbourne |
2011-03-16 | Make sure that we always pop a function's scope *before* we call | Douglas Gregor |
2011-03-12 | Place duplicate argument declaration in in | Fariborz Jahanian |
2011-03-11 | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne |
2011-03-08 | Clarify the context in which an Objective-C type name is being parsed | Douglas Gregor |
2011-03-05 | Parser support for noexcept specifications. | Sebastian Redl |
2011-03-02 | Push nested-name-specifier source-location information into dependent | Douglas Gregor |
2011-02-14 | When parsing an out-of-line member function declaration, we must delay | John McCall |
2011-02-14 | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne |
2011-02-14 | Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions | Peter Collingbourne |
2011-01-31 | Implement the suggested resolution to core issue 547, extended to also | Douglas Gregor |