- bb280a4 make sizeof/alignof diagnostics highlight their operand with a sourcerange. by Chris Lattner · 16 years ago
- b6ccaac Move isObjCObjectPointerType() from Sema to ASTContext. by Ted Kremenek · 16 years ago
- 4493f79 Implement nans, prefetch, and trap builtins. by Daniel Dunbar · 16 years ago
- 7caeabd minor cleanup to the actions interface to pass around SmallVectorImpl instead by Chris Lattner · 16 years ago
- b49b572 improve comments yet again, now I know what this does :) by Chris Lattner · 16 years ago
- be2341d http://llvm.org/bugs/show_bug.cgi?id=2523 by Nate Begeman · 16 years ago
- 0795232 Add Sema support for C++ classes. by Argyrios Kyrtzidis · 16 years ago
- c9b346d make type attribute processing static instead of methods on Sema. by Chris Lattner · 16 years ago
- 803d080 make the rest of the decl attribute processing methods be by Chris Lattner · 16 years ago
- 0b2f4da make most of Sema public. Sema is a class private to the Sema library by Chris Lattner · 16 years ago
- e5c5ee1 Make ProcessDeclAttributes walk the declarator structure pulling by Chris Lattner · 16 years ago
- 3ff30c8 move some code from all callers of ProcessDeclAttributes into by Chris Lattner · 16 years ago
- f2e4bd5 more attribute refactoring/renaming, no functionality change. by Chris Lattner · 16 years ago
- 065c5a8 more cleanups, refactor HandleVectorTypeAttribute by Chris Lattner · 16 years ago
- 545dd34 adjust the prototypes of a bunch of decl processing methods to take by Chris Lattner · 16 years ago
- 53d0ea5 Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() and getCurMethodDecl() that return the appropriate Decl through CurContext. by Argyrios Kyrtzidis · 16 years ago
- fbf1347 the 'mode' attribute is a decl attribute, not a type attribute. Move it to by Chris Lattner · 16 years ago
- 985abd9 Make Declarator::getDeclSpec() return a const reference to avoid by Chris Lattner · 16 years ago
- fca0ddd fix a bug handling type attributes in the declspec. declspec processing by Chris Lattner · 16 years ago
- 4cc18a4 Add parsing support for C++ classes. by Argyrios Kyrtzidis · 16 years ago
- 5a6ddbf add parser and sema support for the funny ObjC '@defs' thing. by Chris Lattner · 16 years ago
- 4111024 Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. by Chris Lattner · 16 years ago
- 7ff22b2 Introduce preliminary support for NSString format-string checking. by Ted Kremenek · 16 years ago
- d4cbda6 implement the alias attirbute (in both Sema and Codegen) by Nuno Lopes · 16 years ago
- e6f058f Clean up dead code from SemaInit landing. by Eli Friedman · 16 years ago
- 1b76ada Re-fix r51907 in a way which doesn't affect valid code. This essentially by Eli Friedman · 16 years ago
- 3c0eb16 Implementation of gcc mode attribute; this is significant because by Eli Friedman · 16 years ago
- c594b32 Perform stricter/more accurate checking for C99 constant expressions by Eli Friedman · 16 years ago
- 6cfda23 Add __builtin_frame_address and __builtin_return_address gcc builtins to by Eli Friedman · 16 years ago
- b85f707 Various fixes; solves (almost) all of the test regressions that would be by Eli Friedman · 16 years ago
- d38617c Implementation of __builtin_shufflevector, a portable builtin capable of by Eli Friedman · 16 years ago
- 6d6eb57 Diagnose attempts to use C++ default arguments outside of a function declaration by Douglas Gregor · 17 years ago
- 5251e13 Patch to refactor setter/getter names of property attributes into Selector by Fariborz Jahanian · 17 years ago
- a647caa Several fixes to SemaInit.cpp. It's still not enabled (since it fails a few tests). Expect to enable it very soon. by Steve Naroff · 17 years ago
- 46b55e5 percolate @optional/@required protocols down to ASTs for by Fariborz Jahanian · 17 years ago
- aebf0cb This patch is about merging ObjC2's properties declared in class by Fariborz Jahanian · 17 years ago
- 0cca749 Replace Sema::CheckInitializerListTypes() with a helper class (InitListChecker) that synthesizes implicit InitListExpr's when appropriate (see InitListExpr comments in Expr.h for more details). I also moved the code to SemaInit.cpp, to help reduce clutter in SemaDecl.cpp. by Steve Naroff · 17 years ago
- 02edb98 More ObjC2 property semantics work. Work in progress. by Fariborz Jahanian · 17 years ago
- 2d1c5d3 Parsing of namespaces: by Argyrios Kyrtzidis · 17 years ago
- 27ae6c6 initial support for recognizing __transparent_union__ attributes by Nuno Lopes · 17 years ago
- b5e0224 Patch to diagnose inconsistancies between properties declared in current and by Fariborz Jahanian · 17 years ago
- 9fdf9c6 "This patch renames by Chris Lattner · 17 years ago
- f009795 Clean up handling of function redeclarations by Douglas Gregor · 17 years ago
- 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 17 years ago
- f624f81 Initial work for property implementation declarations. by Fariborz Jahanian · 17 years ago
- 1de1e74 New AST representation for each objc2's property declaration. by Fariborz Jahanian · 17 years ago
- e37ac4f This patch adds very basic support for parsing and type-checking class by Douglas Gregor · 17 years ago
- 87f3ff0 Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolver and the Scope. by Argyrios Kyrtzidis · 17 years ago
- dae1a1a AST generation for objc2's property declarations. by Fariborz Jahanian · 17 years ago
- 45bc03f Minor changes per Chris L's review. by Fariborz Jahanian · 17 years ago
- 7f925cc Switch sema to maintaining its own scope chain information for variable by Chris Lattner · 17 years ago
- 1d78cc4 Patch for: by Fariborz Jahanian · 17 years ago
- 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 17 years ago
- eca7be6 move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. by Chris Lattner · 17 years ago
- b048c98 This patch contains these changes: by Chris Lattner · 17 years ago
- 0ed844b Introduce ContextDecl, patch by Argiris Kirtzidis! by Chris Lattner · 17 years ago
- 3110251 Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjCInterfaceDecl is arguably a TypeDecl, it isn't a ScopedDecl. Since TypeDecl's are scoped, it makes sense to simply treat them as NamedDecl's. I could have fiddled a bit more with the hierarchy (in terms of creating a non-scoped TypeDecl), however this probably isn't worth the effort. by Steve Naroff · 17 years ago
- b327ce0 by Steve Naroff · 17 years ago
- c822ff4 Fix a comment typo and add a couple suggestions from Chris. by Steve Naroff · 17 years ago
- e8043c3 Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass (to inherit from NamedDecl, instead of ScopedDecl). by Steve Naroff · 17 years ago
- bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Sema/Sema.h]
- 81c018d improve DeclStmt to be able to store SourceRange info correctly. by Chris Lattner · 17 years ago
- 440b456 Add fastcall/stdcall attribute support by Nate Begeman · 17 years ago
- ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 17 years ago
- aecb383 Added support for attribute "noreturn." by Ted Kremenek · 17 years ago
- 50dd289 add parsing, ast building and pretty printing support for C++ throw expressions. by Chris Lattner · 17 years ago
- c398f0b Handle __attribute__((annotate("string"))) by Nate Begeman · 17 years ago
- f1d705c move type attribute processing into the creatively named ProcessTypeAttributes method. by Chris Lattner · 17 years ago
- fab5b45 move ConvertDeclSpecToType into Sema by Chris Lattner · 17 years ago
- 1abc7f6 Tabs are the enemy by Nate Begeman · 17 years ago
- ad14806 Handle packed attribute correctly by Anders Carlsson · 17 years ago
- 3c2eb66 by Steve Naroff · 17 years ago
- efe7f36 by Steve Naroff · 17 years ago
- dfab6cb Put back the top-level asm code; all tests pass now. by Anders Carlsson · 17 years ago
- 3f9424f Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 17 years ago
- 61900f0 Handle top-level asm declarations. by Anders Carlsson · 17 years ago
- 2ae34ed pass the astconsumer into Sema's ctor, clean up some stuff in by Chris Lattner · 17 years ago
- dfab34a Handle simple asm statements correctly. by Anders Carlsson · 17 years ago
- ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 17 years ago
- fa3ee8e AST for @synchronized. by Fariborz Jahanian · 17 years ago
- a996033 by Steve Naroff · 17 years ago
- a49e1fa by Steve Naroff · 17 years ago
- e2ce1d9 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
- 1e0a390 Move promoteExprToType from being a static method in SemaExpr.cpp to being by Chris Lattner · 17 years ago
- c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
- d0091aa by Steve Naroff · 17 years ago
- a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
- a517e40 Minor refactoring of foreach's semantics code per Chris's suggetion. by Fariborz Jahanian · 17 years ago
- b7b6115 add comments for the various AssignConvertType's, and split int->pointer from pointer->int. by Chris Lattner · 17 years ago
- 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
- 1f990d6 Patch to add semantics check for ObjC2's foreacn statement. by Fariborz Jahanian · 17 years ago
- 4667ac3 generalize some of the conversion warnings. by Chris Lattner · 17 years ago
- bfe639e give better diagnostics for converting between function pointer and void*. by Chris Lattner · 17 years ago
- 3ba5a0f Patch to parse/build AST ObjC2's foreach statement. by Fariborz Jahanian · 17 years ago
- 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
- 925e60d Change Sema::ActOnCallExpr to construct the CallExpr early and put it into by Chris Lattner · 17 years ago
- 1b9a079 implement semantic analysis for __builtin_islessequal and friends. by Chris Lattner · 17 years ago
- 30ce344 refactor some code that handles sema of direct function calls. by Chris Lattner · 17 years ago
- 78aaae9 Fix an embarassing typo and add some very limited support for the aligned attribute. by Anders Carlsson · 17 years ago
- ca5eede implement correct semantic analysis for shifts. For: by Chris Lattner · 17 years ago