summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/AttributeList.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implementation of gcc mode attribute; this is significant because Eli Friedman2008-05-271-0/+1
| | | | | | | | | | it fixes PR2204. Not too much to say about the implementation; it works in a similar way to the vector size attribute. At some point, we need to modify the targets to provide information about the appropriate types. llvm-svn: 51577
* initial support for recognizing __transparent_union__ attributesNuno Lopes2008-04-251-0/+3
| | | | | | comments on the ML will follow llvm-svn: 50262
* OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman2008-04-181-1/+1
| | | | llvm-svn: 49942
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+98
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402
OpenPOWER on IntegriCloud