summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDecl.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* remove the Decl::getCanonicalType() method.Chris Lattner2008-04-061-4/+3
| | | | llvm-svn: 49295
* Since isComplexType() no longer returns true for _Complex integers, the codeChris Lattner2008-04-041-1/+1
| | | | | | generator needs to call isAnyComplexType(). This fixes PR1960. llvm-svn: 49220
* Codegen assignment to self correctly, patch by David Chisnall!Chris Lattner2008-04-041-2/+2
| | | | llvm-svn: 49201
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+163
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