Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unittests/Basic/FileManagerTest.cpp: Suppress warnings on gcc. | NAKAMURA Takumi | 2011-09-23 | 1 | -1/+2 |
| | | | | llvm-svn: 140364 | ||||
* | unittests/Basic/FileManagerTest.cpp: Unbreak Win32, mingw and msvc. | NAKAMURA Takumi | 2011-06-24 | 1 | -3/+3 |
| | | | | | | | LLVM_ON_WIN32 is defined in llvm/Config/config.h. IMO, it might be enough with _WIN32 in most cases, LLVM_ON_xxx could be deprecated. llvm-svn: 133794 | ||||
* | Moves FileManagerTest.cpp to unittests/Basic such that the unit test | Zhanyong Wan | 2011-02-15 | 1 | -0/+222 |
directory structure matches the library structure. Reviewed by jyasskin. llvm-svn: 125600 |