| Commit message (Expand) | Author | Age | Files | Lines |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -610/+0 |
* | Fixed typedef inside extern "C". | Abramo Bagnara | 2010-07-30 | 1 | -3/+18 |
* | Add parentheses suggested by gcc. | Duncan Sands | 2010-06-23 | 1 | -2/+2 |
* | improve altivec vector bool/pixel support, patch by Anton Yartsev | Chris Lattner | 2010-06-23 | 1 | -8/+47 |
* | Keep track of the actual storage specifier written on a variable or | Douglas Gregor | 2010-04-19 | 1 | -0/+1 |
* | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -2/+2 |
* | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -2/+2 |
* | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -2/+2 |
* | Revert the unused TST_pixel entry from r95335 as it is not listed in the Sema | Chandler Carruth | 2010-02-05 | 1 | -1/+0 |
* | First stage of adding AltiVec support | John Thompson | 2010-02-05 | 1 | -0/+38 |
* | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor | 2010-01-18 | 1 | -0/+19 |
* | Reimplement constructor declarator parsing to cope with template-ids | Douglas Gregor | 2010-01-13 | 1 | -0/+8 |
* | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -6/+6 |
* | Improve parsing of template arguments to lay the foundation for | Douglas Gregor | 2009-11-10 | 1 | -0/+10 |
* | Parse C++0x constexpr. Test case follows when this does something useful. | Sebastian Redl | 2009-11-05 | 1 | -0/+8 |
* | Introduce a new class, UnqualifiedId, that provides a parsed | Douglas Gregor | 2009-11-03 | 1 | -0/+25 |
* | Move DeclSpec::setProtocolQualifiers() out of line. | Argyrios Kyrtzidis | 2009-09-29 | 1 | -0/+13 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -11/+11 |
* | Keep track of the right paren ')' source location in a function declarator. | Argyrios Kyrtzidis | 2009-08-19 | 1 | -2/+4 |
* | First pass at friend semantics. | John McCall | 2009-08-06 | 1 | -0/+18 |
* | Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this | John McCall | 2009-08-03 | 1 | -21/+40 |
* | Templatize BadSpecifier and introduce DeclSpec::getSpecifier(T) for the | John McCall | 2009-08-03 | 1 | -35/+33 |
* | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith | 2009-07-14 | 1 | -0/+2 |
* | Implement enough of the 'auto' keyword so we can claim to support N2546. | Anders Carlsson | 2009-06-26 | 1 | -0/+1 |
* | Disallow exception specs on typedefs. | Sebastian Redl | 2009-05-31 | 1 | -0/+2 |
* | Reject incomplete types in exception specs. | Sebastian Redl | 2009-05-29 | 1 | -3/+6 |
* | When we parse a tag specifier, keep track of whether that tag | Douglas Gregor | 2009-05-28 | 1 | -1/+3 |
* | Add parsing of friend specifiers. | Anders Carlsson | 2009-05-06 | 1 | -0/+10 |
* | Have the parser communicate the exception specification to the action. | Sebastian Redl | 2009-04-29 | 1 | -10/+24 |
* | Add more thorough/correct checking for invalid __thread specifiers. | Eli Friedman | 2009-04-19 | 1 | -12/+1 |
* | Add code modification hints to various parsing-related diagnostics. | Douglas Gregor | 2009-04-01 | 1 | -3/+7 |
* | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner | 2009-03-28 | 1 | -1/+1 |
* | Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here | Douglas Gregor | 2009-03-26 | 1 | -61/+0 |
* | Introduce a representation for types that we referred to via a | Douglas Gregor | 2009-03-19 | 1 | -0/+61 |
* | cleanup | Chris Lattner | 2009-02-27 | 1 | -0/+1 |
* | Allow "overloadable" functions in C to be declared as variadic without | Douglas Gregor | 2009-02-18 | 1 | -0/+2 |
* | Make Sema::getTypeName return the opaque pointer of a QualType rather | Douglas Gregor | 2009-02-09 | 1 | -1/+1 |
* | Semantic checking for class template declarations and | Douglas Gregor | 2009-02-06 | 1 | -0/+7 |
* | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner | 2009-01-29 | 1 | -1/+1 |
* | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -1/+1 |
* | Optimize Declarator to avoid malloc/free traffic for the argument list of a | Chris Lattner | 2009-01-20 | 1 | -0/+38 |
* | Implement support for anonymous structs and unions in C. Both C and | Douglas Gregor | 2009-01-12 | 1 | -1/+1 |
* | Diagnose declarations that don't declare anything, and fix PR3020. | Sebastian Redl | 2008-12-28 | 1 | -0/+8 |
* | remove some more old Diag methods, replace with a single static helper function | Chris Lattner | 2008-11-22 | 1 | -24/+23 |
* | This reworks some of the Diagnostic interfaces a bit to change how diagnostics | Chris Lattner | 2008-11-18 | 1 | -3/+2 |
* | Change the diagnostics interface to take an array of pointers to | Chris Lattner | 2008-11-18 | 1 | -2/+3 |
* | Implement parsing and semantic checking of the 'mutable' keyword. | Sebastian Redl | 2008-11-14 | 1 | -0/+2 |
* | Add support for parsing and representing C++ constructor declarations. | Douglas Gregor | 2008-10-31 | 1 | -1/+15 |
* | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -1/+0 |
* | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -0/+11 |