summaryrefslogtreecommitdiffstats
path: root/clang/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement capturing of enum values and chaining of enums together.Chris Lattner2007-06-111-17/+46
* Bug #:Steve Naroff2007-06-111-2/+75
* GCC accepts code like this as an extension:Chris Lattner2007-06-101-1/+1
* fix a crash parsing spassChris Lattner2007-06-091-1/+1
* add another exampleChris Lattner2007-06-091-0/+3
* Bug #:Steve Naroff2007-06-091-15/+1
* Finally break down and chain together decls that are defined with common decl...Chris Lattner2007-06-091-19/+47
* Rename Sema::isConstantArrayType -> VerifyConstantArrayType. Make sure toChris Lattner2007-06-051-22/+47
* fix two checks that should be integer-constant-exprs not just c-e's.Chris Lattner2007-06-051-1/+1
* Submitted by: Bill WendlingBill Wendling2007-06-021-1/+2
* Modify Expr::isConstantExpr and friends take a pointer to a SourceLoc insteadChris Lattner2007-06-021-2/+2
* Bug #:Steve Naroff2007-06-011-5/+6
* Bug #:Steve Naroff2007-06-011-0/+14
* implement full sema support for the GCC address-of-label extension.Chris Lattner2007-05-281-2/+1
* Change GotoStmt's to have a pointer to the LabelStmt instead of a pointer toChris Lattner2007-05-281-0/+24
* Bug #:Steve Naroff2007-05-231-1/+1
* Bug #:Steve Naroff2007-05-181-5/+8
* Remove the Sema::Diag helper that takes a type. Convert clients to useChris Lattner2007-05-161-5/+9
* Bug #:Steve Naroff2007-05-081-1/+47
* Bug #:Steve Naroff2007-05-071-2/+6
* Bug #:Steve Naroff2007-04-051-7/+7
* Bug #:Steve Naroff2007-04-051-1/+2
* Bug #:Steve Naroff2007-04-031-17/+31
* Bug #:Steve Naroff2007-04-021-6/+8
* Bug #:Steve Naroff2007-04-011-10/+27
* Bug #:Steve Naroff2007-04-011-7/+18
* Bug #:Steve Naroff2007-03-261-1/+1
* Bug #:Steve Naroff2007-03-211-4/+11
* Bug #:Steve Naroff2007-03-161-11/+29
* switch to using iterators instead of stringmap visitors.Chris Lattner2007-02-111-0/+1
* Add support for target-specific builtins, including detecting nonportabilityChris Lattner2007-01-291-1/+1
* Add support for target-independent builtin functions (like __builtin_abs),Chris Lattner2007-01-281-5/+57
* make LookupScopedDecl a method instead of a static functionChris Lattner2007-01-281-11/+14
* When injecting a definition for implicitly defined functions, do so atChris Lattner2007-01-281-4/+8
* Start doing trivial merging of function prototypes. If we have a functionChris Lattner2007-01-271-2/+6
* Add some better diagnostics for things like:Chris Lattner2007-01-271-3/+33
* Refactor conflict handling code, no functionality change.Chris Lattner2007-01-271-19/+71
* Fix test/Parser/argument_qualified.cChris Lattner2007-01-271-1/+3
* adjust to change in SmallSet interfaceChris Lattner2007-01-271-2/+1
* rename some classes, no functionality changes.Chris Lattner2007-01-261-1/+1
* Don't crash if GetTypeForDeclarator can't grok a type.Chris Lattner2007-01-251-9/+16
* Reject:Chris Lattner2007-01-251-1/+20
* Register enumconstantdecls in their appropriate scope and check for conflicts.Chris Lattner2007-01-251-1/+22
* Create EnumConstantDecl objects for each enum value, and fill them intoChris Lattner2007-01-251-4/+27
* Add EnumDecl, warn about forward references to enums:Chris Lattner2007-01-251-4/+6
* Save the member list of a struct/union in the RecordDecl for the struct.Chris Lattner2007-01-251-7/+9
* Enforce the rest of C99 6.7.2.1p2, emitting diagnostics like:Chris Lattner2007-01-251-10/+48
* Compile:Chris Lattner2007-01-241-6/+25
* Enforce C99 6.7.2.1p2:Chris Lattner2007-01-241-2/+24
* create field decl objects for the members of a struct/union. Diagnose codeChris Lattner2007-01-231-7/+55
OpenPOWER on IntegriCloud