Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken unit test | Douglas Gregor | 2012-01-20 | 1 | -2/+2 |
| | | | | llvm-svn: 148547 | ||||
* | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne | 2011-02-19 | 1 | -2/+0 |
| | | | | llvm-svn: 126060 | ||||
* | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola | 2011-02-19 | 1 | -0/+2 |
| | | | | llvm-svn: 126050 | ||||
* | Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction | Peter Collingbourne | 2011-02-18 | 1 | -2/+0 |
| | | | | | | | | | This removes the final dependency edge from any lib outside of CodeGen to core. As a result we can, and do, trim the dependency on core from libclang, PrintFunctionNames, the unit tests and c-index-test. While at it, review and trim other unneeded dependencies. llvm-svn: 125820 | ||||
* | Add gTest unittests to clang, and write the first one. | Jeffrey Yasskin | 2011-02-03 | 1 | -0/+76 |
This is the Makefile version only; the cmake implementation is coming soon. llvm-svn: 124777 |