summaryrefslogtreecommitdiffstats
path: root/clang/AST/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Split the AST library into two libraries: libast and libsema.Chris Lattner2007-05-211-311/+0
* Bug #:Steve Naroff2007-05-181-11/+23
* Bug #:Steve Naroff2007-05-181-2/+1
* Remove the Sema::Diag helper that takes a type. Convert clients to useChris Lattner2007-05-161-1/+0
* Add helper to emit two strings for a diagnostic.Chris Lattner2007-05-161-4/+6
* Bug #:Steve Naroff2007-05-151-0/+2
* Bug #:Steve Naroff2007-05-151-0/+2
* Bug #:Steve Naroff2007-05-131-3/+0
* Bug #:Steve Naroff2007-05-111-2/+3
* Bug #:Steve Naroff2007-05-111-2/+5
* Bug #:Steve Naroff2007-05-081-6/+8
* Bug #:Steve Naroff2007-05-071-8/+13
* Bug #:Steve Naroff2007-05-041-20/+27
* Bug #:Steve Naroff2007-05-031-2/+9
* Bug #:Steve Naroff2007-05-021-0/+4
* Bug #:Steve Naroff2007-04-261-0/+5
* Bug #:Steve Naroff2007-04-251-4/+4
* Bug #:Steve Naroff2007-04-241-18/+27
* Bug #:Steve Naroff2007-04-201-1/+3
* Bug #:Steve Naroff2007-04-191-2/+9
* Bug #:Steve Naroff2007-04-051-3/+3
* Bug #:Steve Naroff2007-04-021-2/+2
* Bug #:Steve Naroff2007-03-301-8/+13
* Bug #:Steve Naroff2007-03-301-0/+1
* Bug #:Steve Naroff2007-03-231-2/+5
* Bug #:Steve Naroff2007-03-211-1/+14
* Bug #:Steve Naroff2007-03-161-1/+1
* Bug #:Steve Naroff2007-03-141-15/+16
* Bug #:Steve Naroff2007-03-061-2/+4
* Go back to having the clang driver create ASTContext explicitly, passingSteve Naroff2007-02-281-3/+1
* Make Sema's use of the preprocessor explicit (rather than assumeSteve Naroff2007-02-281-3/+5
* Batch search/replace snafu (inadvertantly changed IntegerConstant->StringLite...Steve Naroff2007-02-211-3/+3
* rename IntegerConstant->IntegerLiteralSteve Naroff2007-02-211-2/+2
* Removed tabs.Bill Wendling2007-02-131-1/+1
* C++: Added support for bool types.Bill Wendling2007-02-131-0/+4
* Add support for target-independent builtin functions (like __builtin_abs),Chris Lattner2007-01-281-1/+4
* make LookupScopedDecl a method instead of a static functionChris Lattner2007-01-281-0/+1
* Refactor conflict handling code, no functionality change.Chris Lattner2007-01-271-3/+7
* Create EnumConstantDecl objects for each enum value, and fill them intoChris Lattner2007-01-251-0/+5
* create field decl objects for the members of a struct/union. Diagnose codeChris Lattner2007-01-231-1/+5
* simplify structure body parsing code. Reorganize how tags are processed.Chris Lattner2007-01-231-1/+1
* There is no need for the Action::TagType enum, use DeclSpec::TST instead.Chris Lattner2007-01-231-1/+1
* Finish tag processing. Since it can be shared with C++ Classes and enums,Chris Lattner2007-01-231-4/+4
* When parsing a struct/union tag, we need to know whether the tag is a useChris Lattner2007-01-231-1/+1
* Make name lookup properly obey C namespaces, simplify decl construction byeli...Chris Lattner2007-01-221-1/+5
* Next big step in function parsing: create decl objects for parameters,Chris Lattner2007-01-211-2/+5
* Add support for parsing and pretty printing const_cast, dynamic_cast,Chris Lattner2006-12-041-0/+7
* implement ParseParamDeclaratorType in the ast builderChris Lattner2006-12-021-0/+2
* split the ParseFunctionDefinition action into two actions, one which isChris Lattner2006-11-211-3/+9
* Add support for C90 implicitly defined functions, e.g.:Chris Lattner2006-11-201-2/+8
OpenPOWER on IntegriCloud