| Commit message (Expand) | Author | Age | Files | Lines |
| * | Split the AST library into two libraries: libast and libsema. | Chris Lattner | 2007-05-21 | 1 | -311/+0 |
| * | Bug #: | Steve Naroff | 2007-05-18 | 1 | -11/+23 |
| * | Bug #: | Steve Naroff | 2007-05-18 | 1 | -2/+1 |
| * | Remove the Sema::Diag helper that takes a type. Convert clients to use | Chris Lattner | 2007-05-16 | 1 | -1/+0 |
| * | Add helper to emit two strings for a diagnostic. | Chris Lattner | 2007-05-16 | 1 | -4/+6 |
| * | Bug #: | Steve Naroff | 2007-05-15 | 1 | -0/+2 |
| * | Bug #: | Steve Naroff | 2007-05-15 | 1 | -0/+2 |
| * | Bug #: | Steve Naroff | 2007-05-13 | 1 | -3/+0 |
| * | Bug #: | Steve Naroff | 2007-05-11 | 1 | -2/+3 |
| * | Bug #: | Steve Naroff | 2007-05-11 | 1 | -2/+5 |
| * | Bug #: | Steve Naroff | 2007-05-08 | 1 | -6/+8 |
| * | Bug #: | Steve Naroff | 2007-05-07 | 1 | -8/+13 |
| * | Bug #: | Steve Naroff | 2007-05-04 | 1 | -20/+27 |
| * | Bug #: | Steve Naroff | 2007-05-03 | 1 | -2/+9 |
| * | Bug #: | Steve Naroff | 2007-05-02 | 1 | -0/+4 |
| * | Bug #: | Steve Naroff | 2007-04-26 | 1 | -0/+5 |
| * | Bug #: | Steve Naroff | 2007-04-25 | 1 | -4/+4 |
| * | Bug #: | Steve Naroff | 2007-04-24 | 1 | -18/+27 |
| * | Bug #: | Steve Naroff | 2007-04-20 | 1 | -1/+3 |
| * | Bug #: | Steve Naroff | 2007-04-19 | 1 | -2/+9 |
| * | Bug #: | Steve Naroff | 2007-04-05 | 1 | -3/+3 |
| * | Bug #: | Steve Naroff | 2007-04-02 | 1 | -2/+2 |
| * | Bug #: | Steve Naroff | 2007-03-30 | 1 | -8/+13 |
| * | Bug #: | Steve Naroff | 2007-03-30 | 1 | -0/+1 |
| * | Bug #: | Steve Naroff | 2007-03-23 | 1 | -2/+5 |
| * | Bug #: | Steve Naroff | 2007-03-21 | 1 | -1/+14 |
| * | Bug #: | Steve Naroff | 2007-03-16 | 1 | -1/+1 |
| * | Bug #: | Steve Naroff | 2007-03-14 | 1 | -15/+16 |
| * | Bug #: | Steve Naroff | 2007-03-06 | 1 | -2/+4 |
| * | Go back to having the clang driver create ASTContext explicitly, passing | Steve Naroff | 2007-02-28 | 1 | -3/+1 |
| * | Make Sema's use of the preprocessor explicit (rather than assume | Steve Naroff | 2007-02-28 | 1 | -3/+5 |
| * | Batch search/replace snafu (inadvertantly changed IntegerConstant->StringLite... | Steve Naroff | 2007-02-21 | 1 | -3/+3 |
| * | rename IntegerConstant->IntegerLiteral | Steve Naroff | 2007-02-21 | 1 | -2/+2 |
| * | Removed tabs. | Bill Wendling | 2007-02-13 | 1 | -1/+1 |
| * | C++: Added support for bool types. | Bill Wendling | 2007-02-13 | 1 | -0/+4 |
| * | Add support for target-independent builtin functions (like __builtin_abs), | Chris Lattner | 2007-01-28 | 1 | -1/+4 |
| * | make LookupScopedDecl a method instead of a static function | Chris Lattner | 2007-01-28 | 1 | -0/+1 |
| * | Refactor conflict handling code, no functionality change. | Chris Lattner | 2007-01-27 | 1 | -3/+7 |
| * | Create EnumConstantDecl objects for each enum value, and fill them into | Chris Lattner | 2007-01-25 | 1 | -0/+5 |
| * | create field decl objects for the members of a struct/union. Diagnose code | Chris Lattner | 2007-01-23 | 1 | -1/+5 |
| * | simplify structure body parsing code. Reorganize how tags are processed. | Chris Lattner | 2007-01-23 | 1 | -1/+1 |
| * | There is no need for the Action::TagType enum, use DeclSpec::TST instead. | Chris Lattner | 2007-01-23 | 1 | -1/+1 |
| * | Finish tag processing. Since it can be shared with C++ Classes and enums, | Chris Lattner | 2007-01-23 | 1 | -4/+4 |
| * | When parsing a struct/union tag, we need to know whether the tag is a use | Chris Lattner | 2007-01-23 | 1 | -1/+1 |
| * | Make name lookup properly obey C namespaces, simplify decl construction byeli... | Chris Lattner | 2007-01-22 | 1 | -1/+5 |
| * | Next big step in function parsing: create decl objects for parameters, | Chris Lattner | 2007-01-21 | 1 | -2/+5 |
| * | Add support for parsing and pretty printing const_cast, dynamic_cast, | Chris Lattner | 2006-12-04 | 1 | -0/+7 |
| * | implement ParseParamDeclaratorType in the ast builder | Chris Lattner | 2006-12-02 | 1 | -0/+2 |
| * | split the ParseFunctionDefinition action into two actions, one which is | Chris Lattner | 2006-11-21 | 1 | -3/+9 |
| * | Add support for C90 implicitly defined functions, e.g.: | Chris Lattner | 2006-11-20 | 1 | -2/+8 |