summaryrefslogtreecommitdiffstats
path: root/clang/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-2297/+0
* move the ASTContext argument to be first in the argument list of Chris Lattner2008-03-151-12/+12
* Switch over functiondecl. This makes it obvious that the ASTContextChris Lattner2008-03-151-5/+6
* switch the VarDecl allocation model to go through ASTContext.Chris Lattner2008-03-151-11/+13
* start switching decls over to using an allocator controlled by ASTContext. Chris Lattner2008-03-151-6/+8
* Correctly error on arrays with automatic storage full of objects with Nate Begeman2008-03-141-6/+13
* ISO/IEC TR 18037 Nate Begeman2008-03-141-2/+7
* Add fastcall/stdcall attribute supportNate Begeman2008-03-071-0/+28
* Patch by Nuno Lopes:Ted Kremenek2008-03-071-6/+40
* remove the source location arguments to various target query methods.Chris Lattner2008-03-051-19/+9
* Remove the first layer of support for "portability" warnings. This is Chris Lattner2008-03-051-9/+0
* The operand to the visibility attribute is required to be a quoted string, no...Chris Lattner2008-03-041-9/+14
* Only allow a "noreturn" attribute to be affixed to a FunctionDecl.Ted Kremenek2008-03-031-0/+8
* Add a bunch of attributes, patch by Nuno Lopes.Chris Lattner2008-03-031-2/+222
* Add support for attribute(deprecated), patch by Nuno Lopes!Chris Lattner2008-02-291-1/+10
* Added parsing of attributes for functions.Ted Kremenek2008-02-271-2/+4
* Added support for attribute "noreturn."Ted Kremenek2008-02-271-0/+14
* Fix PR2092 by making sure the sign of the enum value follows the Chris Lattner2008-02-261-6/+11
* convert tabs to spaces, patch by Mike Stump!Chris Lattner2008-02-251-5/+5
* Handle __attribute__((annotate("string")))Nate Begeman2008-02-211-3/+25
* Collect and build and process type attributes on pointers. For Chris Lattner2008-02-211-2/+2
* Correctly handle address space qualifiers in declspecs. This Chris Lattner2008-02-211-41/+13
* rename some methods.Chris Lattner2008-02-201-23/+21
* Use getKind() in HandleDeclAttribute instead of decoding the string inline.Chris Lattner2008-02-201-17/+17
* Alternate address spaces work:Chris Lattner2008-02-201-4/+3
* Turn handling of parameter attributes back on, fixing the ObjC breakageNate Begeman2008-02-171-2/+2
* Revert this temporarily, it's breaking objc :/Nate Begeman2008-02-171-2/+2
* Handle parameter attributesNate Begeman2008-02-171-3/+3
* Fix PR2042. One remaining issue: we don't currently diagnoseChris Lattner2008-02-171-2/+3
* Better handling of the aligned attribute.Anders Carlsson2008-02-161-13/+22
* Fix CheckEndOfDirective to diagnose lines that contain macros that expand to Chris Lattner2008-02-161-2/+1
* Fix typoAnders Carlsson2008-02-161-1/+1
* Handle packed attribute correctlyAnders Carlsson2008-02-161-4/+35
* Don't call non-existent method... sorry about the spam; the fix seemed Eli Friedman2008-02-151-1/+1
* Get rid of unused variable warning.Eli Friedman2008-02-151-1/+1
* Split out incomplete arrays from VariableArrayType into Eli Friedman2008-02-151-13/+12
* Part of clearing up the whole VariableArrayType + incomplete arrays Eli Friedman2008-02-151-20/+9
* Get rid of AttributeList in the AST and use the new Attr class insteadAnders Carlsson2008-02-151-5/+6
* Get rid of outdated code that masks type errors. Fixes PR2036.Eli Friedman2008-02-151-10/+0
* Fix unsafe static cast...Steve Naroff2008-02-121-2/+2
* After yesterday's discussion (http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008...Steve Naroff2008-02-111-5/+2
* Add a comment/FIXME to an earlier change.Steve Naroff2008-02-111-1/+5
* Fix http://llvm.org/bugs/show_bug.cgi?id=1988.Steve Naroff2008-02-111-0/+5
* Improve diagnostic for illegal array initialization.Eli Friedman2008-02-081-0/+6
* Put back the top-level asm code; all tests pass now.Anders Carlsson2008-02-081-0/+7
* Back out 46855 for now, it causes test failures on Darwin.Anders Carlsson2008-02-081-7/+0
* Handle top-level asm declarations.Anders Carlsson2008-02-071-0/+7
* Implement -fms-extensions. This allows us to fuzzy parse non-standard MS cons...Steve Naroff2008-02-071-2/+3
* inform astconsumer about tagdecls as they are defined.Chris Lattner2008-02-061-4/+7
* simplify some code.Chris Lattner2008-02-051-8/+5
OpenPOWER on IntegriCloud