Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement first TD-based usage of attributes. | Alexis Hunt | 2010-06-16 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | Currently, there are two effective changes: - Attr::Kind has been changed to attr::Kind, in a separate namespace rather than the Attr class. This is because the enumerator needs to be visible to parse. - The class definitions for the C++0x attributes other than aligned are generated by TableGen. The specific classes generated by TableGen are controlled by an array in TableGen (see the accompanying commit to the LLVM repository). I will be expanding the amount of code generated as I develop the new attributes system while initially keeping it confined to these attributes. llvm-svn: 106172 | |||||
* | Add clang support for IBOutletCollection. | Ted Kremenek | 2010-05-19 | 1 | -0/+1 | |
| | | | | llvm-svn: 104135 | |||||
* | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -4/+4 | |
| | | | | llvm-svn: 103517 | |||||
* | Add CXCursor support for C++ namespaces. | Ted Kremenek | 2010-05-06 | 1 | -0/+1 | |
| | | | | llvm-svn: 103211 | |||||
* | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar | 2010-04-30 | 1 | -0/+370 | |
(C) API, and will likely grow further in this direction in the future. llvm-svn: 102779 |