Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Some cleanups to the declaration/checking of overloaded operators in C++. ↵ | Douglas Gregor | 2008-11-10 | 1 | -1/+1 | |
| | | | | | | Thanks to Sebastian for the review llvm-svn: 58986 | |||||
* | Parsing, ASTs, and semantic analysis for the declaration of overloaded | Douglas Gregor | 2008-11-06 | 1 | -0/+11 | |
| | | | | | | | | | operators in C++. Overloaded operators can be called directly via their operator-function-ids, e.g., "operator+(foo, bar)", but we don't yet implement the semantics of operator overloading to handle, e.g., "foo + bar". llvm-svn: 58817 | |||||
* | Reclaim some bits in IdentifierInfo, for later use as overloaded operator names. | Douglas Gregor | 2008-11-06 | 1 | -2/+1 | |
| | | | | llvm-svn: 58806 | |||||
* | bool is not an extension in C++ | Douglas Gregor | 2008-09-11 | 1 | -1/+1 | |
| | | | | llvm-svn: 56103 | |||||
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+551 | |
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 |