| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -0/+5 |
* | Add support for alignment-specifiers in C1X and C++11, remove | Peter Collingbourne | 2011-09-29 | 1 | -0/+4 |
* | Modules: introduce the __module_private__ declaration specifier, which | Douglas Gregor | 2011-09-09 | 1 | -3/+6 |
* | Add support for Microsoft __ptr32 keyword. | Francois Pichet | 2011-08-25 | 1 | -0/+1 |
* | Add support for MSVC __unaligned attribute. Necessary to parse MSVC headers i... | Francois Pichet | 2011-08-18 | 1 | -1/+4 |
* | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -0/+6 |
* | Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou... | Argyrios Kyrtzidis | 2011-06-22 | 1 | -2/+1 |
* | Implement __underlying_type for libc++. | Alexis Hunt | 2011-05-19 | 1 | -0/+5 |
* | Implement the __is_trivially_copyable type trait | Alexis Hunt | 2011-05-13 | 1 | -0/+1 |
* | Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d... | Francois Pichet | 2011-04-28 | 1 | -0/+2 |
* | Add support for '__is_literal_type' spelling of the existing | Chandler Carruth | 2011-04-24 | 1 | -0/+1 |
* | Implement basic __is_trivial type-trait support, enough to close PR9472. | Chandler Carruth | 2011-04-23 | 1 | -0/+1 |
* | Sort the type traits in a few places where they weren't previously | Chandler Carruth | 2011-04-23 | 1 | -1/+1 |
* | C1X: implement static asserts | Peter Collingbourne | 2011-04-15 | 1 | -0/+1 |
* | Insomniac refactoring: change how the parser allocates attributes so that | John McCall | 2011-03-24 | 1 | -1/+1 |
* | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -0/+10 |
* | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-02 | 1 | -1/+1 |
* | Implement the Microsoft __is_convertible_to type trait, modeling the | Douglas Gregor | 2011-01-27 | 1 | -0/+1 |
* | Rvalue references for *this: tentative parsing and template argument deduction. | Douglas Gregor | 2011-01-26 | 1 | -0/+4 |
* | Add some tests for reference-collapsing and referencing binding | Douglas Gregor | 2011-01-20 | 1 | -0/+2 |
* | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -3/+0 |
* | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -2/+2 |
* | Implement parsing of function parameter packs and non-type template | Douglas Gregor | 2010-12-23 | 1 | -4/+11 |
* | Handle parameter attributes when tentative parsing for function/variable disa... | Argyrios Kyrtzidis | 2010-12-08 | 1 | -4/+9 |
* | After parsing a ':' in an enum-specifier within class context, | Douglas Gregor | 2010-12-01 | 1 | -0/+110 |
* | Teach the C++ simple-type-specifier parser and tentative parses about | Douglas Gregor | 2010-10-21 | 1 | -7/+68 |
* | Add parsing support for Microsoft attributes. MS attributes will just be skip... | Francois Pichet | 2010-10-11 | 1 | -0/+3 |
* | enhance tentative parsing to handle ms extensions, patch by Martin Vejnar! | Chris Lattner | 2010-09-28 | 1 | -1/+6 |
* | Implement automatic bracket insertion for Objective-C class message | Douglas Gregor | 2010-09-16 | 1 | -0/+3 |
* | Add symantic support for the Pascal calling convention via | Dawn Perchik | 2010-09-03 | 1 | -0/+4 |
* | ObjClang++: Allow declaration of block variable in a collection | Fariborz Jahanian | 2010-08-29 | 1 | -1/+7 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -1/+1 |
* | When we're performing tentative parsing to determine whether the | Douglas Gregor | 2010-07-15 | 1 | -15/+8 |
* | Add support for Microsoft's __thiscall, from Steven Watanabe! | Douglas Gregor | 2010-05-18 | 1 | -0/+1 |
* | Fix a tentative-parse error with unqualified template ids in cast expressions. | John McCall | 2010-04-30 | 1 | -0/+13 |
* | Fix an assertion-on-error during tentative constructor parsing by | John McCall | 2010-02-26 | 1 | -8/+11 |
* | First stage of adding AltiVec support | John Thompson | 2010-02-05 | 1 | -0/+9 |
* | eliminate a call to NextToken() when parsing ::foo | Chris Lattner | 2009-12-19 | 1 | -5/+6 |
* | Teach TryAnnotateTypeOrScopeToken to deal with already-annotated | John McCall | 2009-12-19 | 1 | -4/+10 |
* | Added rudimentary C++0x attribute support. | Alexis Hunt | 2009-11-21 | 1 | -3/+85 |
* | Parse C++0x constexpr. Test case follows when this does something useful. | Sebastian Redl | 2009-11-05 | 1 | -0/+3 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -7/+7 |
* | Improve support for out-of-line definitions of nested templates and | Douglas Gregor | 2009-08-25 | 1 | -1/+1 |
* | Consider nested-names as part of the declarator when resolving an ambiguous s... | Argyrios Kyrtzidis | 2009-07-21 | 1 | -1/+5 |
* | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith | 2009-07-14 | 1 | -0/+2 |
* | Parse the C++0x decltype specifier. | Anders Carlsson | 2009-06-24 | 1 | -1/+6 |
* | Add more parser support for Microsoft extensions. | Eli Friedman | 2009-06-08 | 1 | -1/+4 |
* | Handle correctly a very ugly part of the C++ syntax. We cannot disambiguate b... | Argyrios Kyrtzidis | 2009-05-22 | 1 | -6/+12 |
* | Initial implementation of parsing, semantic analysis, and template | Douglas Gregor | 2009-03-27 | 1 | -2/+3 |
* | Fix rdar://6719156 - clang should emit a better error when blocks are disable... | Chris Lattner | 2009-03-27 | 1 | -3/+2 |