Ted Kremenek
6395f4918d
Update VS project.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68130 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-31 18:57:19 +00:00
Ted Kremenek
1a4d34fea7
update post-build step
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58878 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-08 01:02:26 +00:00
Steve Naroff
1394af716a
Update VC++ proj.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58797 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-06 06:24:22 +00:00
Daniel Dunbar
750c358049
Add initial dependency file generation support. Patch by Kovarththanan
...
Rajaratnam, with some updates and formatting changes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58122 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-24 22:12:41 +00:00
Steve Naroff
d9c179d97f
Add some files to VC++ project.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58047 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-23 23:20:50 +00:00
Steve Naroff
abacf9176f
Update VC++ project files.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57902 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-21 13:04:43 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
fe0a8ebac4
Updated VC8 project files.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41707 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-04 19:06:30 +00:00
Chris Lattner
8c2944ee33
updates (?) to the vc++ files, patch by Hartmut Kaiser
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41695 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-04 02:46:31 +00:00
Chris Lattner
0b6f0ee3a4
initial checkin of vc++ project files, contributed by
...
Hartmut Kaiser!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41683 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-03 18:21:31 +00:00