Граф коммитов

54 Коммитов

Автор SHA1 Сообщение Дата
Cedric Venet 5977110055 Update VS projects.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56390 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-20 18:03:16 +00:00
Argyrios Kyrtzidis 60da102982 Update VC++ project files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55986 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-09 11:39:45 +00:00
Ted Kremenek a3206b4f8c Remove Regions.cpp from VS project file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55517 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-28 23:34:54 +00:00
Cedric Venet ef739970c9 Update VS project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55379 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-26 19:46:30 +00:00
Cedric Venet 348824f780 Update VS projects.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55280 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-24 11:59:26 +00:00
Ted Kremenek 298419aad5 Update VS project file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54723 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-13 04:45:09 +00:00
Ted Kremenek 2aa7095baf Update VS project files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54701 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-12 21:05:43 +00:00
Ted Kremenek 8772e3c83a Added VCProj file for libDriver.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54423 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-06 20:50:20 +00:00
Ted Kremenek ffceb4ce42 Update VS project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53995 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-24 22:20:01 +00:00
Ted Kremenek b3270e8ace Update VS project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53921 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-22 17:13:59 +00:00
Ted Kremenek a6eef8edfb Update VS project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53913 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-22 16:47:06 +00:00
Cedric Venet a31bfc24fc Added two new files to VC++ project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53518 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-12 19:24:14 +00:00
Ted Kremenek 3929f987f0 Add Environment.cpp to the clangAnalysis Visual Studio project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53258 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-08 23:30:43 +00:00
Cedric Venet cdfc641a6a Add new file to VS projects.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53160 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-06 14:45:13 +00:00
Ted Kremenek 7a85d1cb5d Add DeclCXX.[h.cpp] to clangAST.vcproj
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53004 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-02 00:57:42 +00:00
Ted Kremenek d478a5b83c Added AnalysisConsumer.[cpp,h] to clangDriver.vcproj.
Added CXXFieldCollector.h to clangSema.vcproj.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52999 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-02 00:16:24 +00:00
Cedric Venet 58cbd06887 Add missing include file (due to a file splitting in llvm).
Add new file to Sema Project for VS.
this unbreak the build for VS2005 (with the associated patch on llvm).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52830 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-27 17:53:02 +00:00
Ted Kremenek 74de8d9486 Update VS project files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52732 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-25 17:14:52 +00:00
Ted Kremenek 656ff8cd35 Update VS project files. Patch by Cedric Venet!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52625 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-23 16:18:59 +00:00
Eli Friedman f401bc1226 Fix Visual Studio project files; patch by Cédric Venet.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52074 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-07 16:34:27 +00:00
Steve Naroff 7d83698319 Add SemaInit.cpp to VC++ proj.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51330 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-20 20:39:37 +00:00
Steve Naroff cf6223c52a Revert...
Author: akirtzidis
Date: Wed May 14 05:00:15 2008
New Revision: 51101

URL: http://llvm.org/viewvc/llvm-project?rev=51101&view=rev
Log: Upgrading VC++ projects to VC++ 2008.

I really need to build with VC++ 2005.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51158 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-15 19:53:06 +00:00
Argyrios Kyrtzidis 1427abd15d Update the clangSema VC++ project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51104 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-14 10:50:44 +00:00
Argyrios Kyrtzidis e5baccedc0 Upgrading VC++ projects to VC++ 2008.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51101 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-14 10:00:15 +00:00
Steve Naroff 618916e05b More VC++ project file updates.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50909 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-09 19:10:27 +00:00
Steve Naroff 962d326db0 Update VC++ project files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49881 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-17 23:51:38 +00:00
Steve Naroff d98aab5a7e Add BugReporter.cpp to VC++ project file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49233 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-04 21:24:02 +00:00
Steve Naroff 9630ec5b67 Add some of Ted's recent work to the VC++ project file.
Fix a couple bozo bugs in the rewriter.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48903 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-27 22:59:54 +00:00
Steve Naroff 4fdd29b13e Add a couple files to VC++ project and cleanup an "#if 0".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48748 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-24 22:03:25 +00:00
Steve Naroff ea9e170437 Update project files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48500 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-18 20:05:40 +00:00
Ted Kremenek f81eac6c11 Updated VS project files to reference all libraries in the "lib" subdirectory.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48467 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-17 21:21:04 +00:00
Steve Naroff f34729ae75 Update vcproj files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47967 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-05 22:16:33 +00:00
Hartmut Kaiser 7964c9f61e Updated VC++ build system
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43958 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-09 19:53:21 +00:00
Hartmut Kaiser 1c93c4e27b Updated VC++ build system
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43838 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-07 19:34:40 +00:00
Hartmut Kaiser 524233cc26 Updated VC++ build system
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43632 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-02 01:44:32 +00:00
Hartmut Kaiser 10b945c9ee Updated VC++ build system
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43478 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-29 21:54:46 +00:00
Hartmut Kaiser d22b492e28 Updated VC++ build system
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43370 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-25 22:58:31 +00:00
Hartmut Kaiser 19f092a3b9 Updated VC++ build system
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43124 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-18 12:32:10 +00:00
Hartmut Kaiser 7b66000bdf Updated VC++ build system.
Silenced some VC++ warnings.
Had to rephrase a partial specialization of the IntrospectionTrait struct in SerializationTest.cpp, please review.
Added a compiler specific workaround in IdentifierTable.h. Is that the way to fix this kind of issues?


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43074 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-17 15:00:17 +00:00
Hartmut Kaiser ba0f43571a Updated VC++ build system.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42836 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-10 19:50:45 +00:00
Hartmut Kaiser 816bd5c721 Updated VC++ build system.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42512 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-01 23:57:52 +00:00
Hartmut Kaiser 27fd388f56 Updated VC++ build system.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42330 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-25 23:32:45 +00:00
Hartmut Kaiser 2c9334d3f0 Updated VC++ build system
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42295 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-25 13:08:03 +00:00
Hartmut Kaiser 763051df06 Updated VC++ project files
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42177 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-20 21:54:10 +00:00
Hartmut Kaiser 2367e638d8 Updated VC++ project files.
Disambiguated a variable.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42161 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-20 13:35:09 +00:00
Hartmut Kaiser efb65ec474 Updated VC++ project files after file rename.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42072 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-17 23:33:12 +00:00
Hartmut Kaiser 86fd355dfc Silenced a VC++ warning.
Updated VC++ project files.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42015 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-16 21:35:35 +00:00
Hartmut Kaiser 1ff4f0cc79 Updated VC++ build system.
Silenced a couple of VC++ warnings.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41994 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-16 00:04:22 +00:00
Hartmut Kaiser 34947250ce Removed clang solution file for VC++, which didn't work properly because of hard coded paths in the llvm project files.
Changed windows detection to use LLVM pp constant.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41878 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-12 15:39:04 +00:00
Hartmut Kaiser 124dd7b577 Fixed compilation on Windows.
Silenced a couple of warnings.
Added *.vcproj file for new clangAnalysis library.
Renamed Basic to clangBasic projects.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41767 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-07 14:34:20 +00:00