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