| Commit message (Expand) | Author | Age | Files | Lines |
* | add parser and sema support for the funny ObjC '@defs' thing. | Chris Lattner | 2008-06-21 | 1 | -0/+29 |
* | Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. | Chris Lattner | 2008-06-17 | 1 | -3/+3 |
* | Don't crash if we can't find FileEntry info for a typedef, since one | Eli Friedman | 2008-06-11 | 1 | -14/+17 |
* | -Add DeclChain member to DeclContext. | Argyrios Kyrtzidis | 2008-06-10 | 1 | -20/+14 |
* | -Changes to TagDecl: | Argyrios Kyrtzidis | 2008-06-09 | 1 | -16/+12 |
* | Add code to make test/CodeGen/struct-init.c work correctly without the | Eli Friedman | 2008-06-09 | 1 | -0/+105 |
* | implement the alias attirbute (in both Sema and Codegen) | Nuno Lopes | 2008-06-08 | 1 | -0/+29 |
* | Clean up dead code from SemaInit landing. | Eli Friedman | 2008-06-06 | 1 | -210/+1 |
* | Re-fix r51907 in a way which doesn't affect valid code. This essentially | Eli Friedman | 2008-06-03 | 1 | -3/+55 |
* | fix decl attributes cleaning | Nuno Lopes | 2008-06-01 | 1 | -1/+2 |
* | Allow a pointer implicitly cast to a bool as a constant expression, as | Eli Friedman | 2008-05-30 | 1 | -17/+34 |
* | Don't swap function decls, and add them to the scope as they are | Eli Friedman | 2008-05-27 | 1 | -7/+1 |
* | Implementation of gcc mode attribute; this is significant because | Eli Friedman | 2008-05-27 | 1 | -0/+11 |
* | Revert r51498: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDec... | Ted Kremenek | 2008-05-23 | 1 | -4/+2 |
* | Remove a diagnostic (temporary hack that will be removed next week). | Steve Naroff | 2008-05-23 | 1 | -2/+4 |
* | Patch for PR2350; the issue was tnat we were allowing (with an error) | Eli Friedman | 2008-05-22 | 1 | -2/+3 |
* | Move getAccessedFieldNo out of lib/AST/Expr.cpp into | Dan Gohman | 2008-05-22 | 1 | -5/+5 |
* | Fix a couple of bugs found by Neil Booth in the const-ness checking. | Eli Friedman | 2008-05-21 | 1 | -3/+8 |
* | initialize variable and fix a bunch of test failures | Nuno Lopes | 2008-05-20 | 1 | -1/+1 |
* | Perform stricter/more accurate checking for C99 constant expressions | Eli Friedman | 2008-05-20 | 1 | -7/+344 |
* | Switch on SemaInit; this makes some code in SemaDecl dead, but I'll give | Eli Friedman | 2008-05-19 | 1 | -1/+1 |
* | Fix <rdar://problem/5924576> clang -fsyntax-only generates "redefinition" err... | Steve Naroff | 2008-05-12 | 1 | -1/+4 |
* | -Implement proper name lookup for namespaces. | Argyrios Kyrtzidis | 2008-05-09 | 1 | -21/+51 |
* | Add attribute "format" support for typedefs of function pointers. | Ted Kremenek | 2008-05-09 | 1 | -0/+2 |
* | Handle all attributes on a parameter | Nate Begeman | 2008-05-09 | 1 | -1/+2 |
* | Fix rdar://5921025 a crash on the included testcase. | Chris Lattner | 2008-05-09 | 1 | -1/+2 |
* | Added initial support for supporting __NSString__ in attribute "format". | Ted Kremenek | 2008-05-08 | 1 | -8/+58 |
* | Diagnose attempts to use C++ default arguments outside of a function declaration | Douglas Gregor | 2008-05-07 | 1 | -1/+13 |
* | Fix rdar://5905347 a crash on invalid builtin, due to the | Chris Lattner | 2008-05-05 | 1 | -4/+16 |
* | Add support for -Wimplicit-function-declaration, rdar://5907433 | Chris Lattner | 2008-05-05 | 1 | -2/+3 |
* | Replace Sema::CheckInitializerListTypes() with a helper class (InitListChecke... | Steve Naroff | 2008-05-01 | 1 | -0/+5 |
* | Implicitly defined functions were getting the DeclContext of the function whe... | Argyrios Kyrtzidis | 2008-05-01 | 1 | -7/+9 |
* | fix 'var unused' warning. | Chris Lattner | 2008-04-30 | 1 | -2/+2 |
* | Parsing of namespaces: | Argyrios Kyrtzidis | 2008-04-27 | 1 | -35/+46 |
* | initial support for recognizing __transparent_union__ attributes | Nuno Lopes | 2008-04-25 | 1 | -0/+26 |
* | "This patch renames | Chris Lattner | 2008-04-22 | 1 | -4/+4 |
* | Clean up handling of function redeclarations | Douglas Gregor | 2008-04-21 | 1 | -9/+25 |
* | OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. | Nate Begeman | 2008-04-18 | 1 | -7/+7 |
* | fix __attribute__(format) for struct function pointer fields | Nuno Lopes | 2008-04-18 | 1 | -3/+7 |
* | Use TranslationUnitDecl as DeclContext of builtin functions. | Argyrios Kyrtzidis | 2008-04-17 | 1 | -1/+2 |
* | Addition of TranslationUnitDecl to the AST: | Argyrios Kyrtzidis | 2008-04-17 | 1 | -2/+6 |
* | Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar... | Steve Naroff | 2008-04-15 | 1 | -31/+27 |
* | Introduce support for finding class and enum names via ordinary name lookup i... | Douglas Gregor | 2008-04-13 | 1 | -4/+14 |
* | This patch is just the easy part of the class names patch, which | Chris Lattner | 2008-04-13 | 1 | -1/+1 |
* | Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolv... | Argyrios Kyrtzidis | 2008-04-12 | 1 | -20/+16 |
* | Minor changes per Chris L's review. | Fariborz Jahanian | 2008-04-11 | 1 | -12/+9 |
* | Switch sema to maintaining its own scope chain information for variable | Chris Lattner | 2008-04-11 | 1 | -50/+18 |
* | Patch for: | Fariborz Jahanian | 2008-04-10 | 1 | -22/+59 |
* | typedef void T; | Chris Lattner | 2008-04-10 | 1 | -3/+3 |
* | Several improvements from Doug Gregor related to default | Chris Lattner | 2008-04-10 | 1 | -6/+10 |