summaryrefslogtreecommitdiffstats
path: root/clang/win32/clangAnalysis
Commit message (Collapse)AuthorAgeFilesLines
* Kill off clang/win32 which contains the hand generated Visual Studio project ↵Kovarththanan Rajaratnam2009-11-291-351/+0
| | | | | | files. These files are severely out of date and have been superseded by the CMake build system. RIP. llvm-svn: 90081
* Yet another update to the VC++ proj.Steve Naroff2008-10-241-0/+4
| | | | llvm-svn: 58091
* Update VC++ project files.Steve Naroff2008-10-211-1/+1
| | | | llvm-svn: 57902
* Add MemRegion.cpp to VS project.Ted Kremenek2008-10-041-0/+4
| | | | llvm-svn: 57055
* Update VS projects.Cedric Venet2008-09-201-5/+5
| | | | llvm-svn: 56390
* Update VC++ project files.Argyrios Kyrtzidis2008-09-091-1/+13
| | | | llvm-svn: 55986
* Remove Regions.cpp from VS project file.Ted Kremenek2008-08-281-4/+0
| | | | llvm-svn: 55517
* Update VS project.Cedric Venet2008-08-261-4/+8
| | | | llvm-svn: 55379
* Update VS project file.Ted Kremenek2008-08-131-1/+1
| | | | llvm-svn: 54723
* Update VS project.Ted Kremenek2008-07-241-0/+4
| | | | llvm-svn: 53995
* Update VS project.Ted Kremenek2008-07-221-3/+3
| | | | llvm-svn: 53921
* Update VS project.Ted Kremenek2008-07-221-0/+4
| | | | llvm-svn: 53913
* Added two new files to VC++ project.Cedric Venet2008-07-121-0/+8
| | | | llvm-svn: 53518
* Add Environment.cpp to the clangAnalysis Visual Studio project.Ted Kremenek2008-07-081-0/+4
| | | | llvm-svn: 53258
* Add new file to VS projects.Cedric Venet2008-07-061-0/+4
| | | | llvm-svn: 53160
* Update VS project files. Patch by Cedric Venet!Ted Kremenek2008-06-231-0/+2
| | | | llvm-svn: 52625
* Revert...Steve Naroff2008-05-151-1/+1
| | | | | | | | | | | | | 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. llvm-svn: 51158
* Upgrading VC++ projects to VC++ 2008.Argyrios Kyrtzidis2008-05-141-1/+1
| | | | llvm-svn: 51101
* Update VC++ project files.Steve Naroff2008-04-171-0/+4
| | | | llvm-svn: 49881
* Add BugReporter.cpp to VC++ project file.Steve Naroff2008-04-041-0/+4
| | | | llvm-svn: 49233
* Add some of Ted's recent work to the VC++ project file.Steve Naroff2008-03-271-0/+8
| | | | | | Fix a couple bozo bugs in the rewriter. llvm-svn: 48903
* Update project files.Steve Naroff2008-03-181-4/+8
| | | | llvm-svn: 48500
* Updated VS project files to reference all libraries in the "lib" subdirectory.Ted Kremenek2008-03-171-13/+13
| | | | llvm-svn: 48467
* Update vcproj files.Steve Naroff2008-03-051-0/+40
| | | | llvm-svn: 47967
* Updated VC++ build systemHartmut Kaiser2007-11-071-1/+1
| | | | llvm-svn: 43838
* Updated VC++ build system.Hartmut Kaiser2007-10-101-12/+4
| | | | llvm-svn: 42836
* Updated VC++ build system.Hartmut Kaiser2007-10-011-0/+12
| | | | llvm-svn: 42512
* Updated VC++ build system.Hartmut Kaiser2007-09-251-8/+12
| | | | llvm-svn: 42330
* Updated VC++ build systemHartmut Kaiser2007-09-251-0/+16
| | | | llvm-svn: 42295
* Updated VC++ project filesHartmut Kaiser2007-09-201-20/+24
| | | | llvm-svn: 42177
* Updated VC++ project files.Hartmut Kaiser2007-09-201-0/+8
| | | | | | Disambiguated a variable. llvm-svn: 42161
* Updated VC++ project files after file rename.Hartmut Kaiser2007-09-171-1/+1
| | | | llvm-svn: 42072
* Updated VC++ build system.Hartmut Kaiser2007-09-161-0/+28
| | | | | | Silenced a couple of VC++ warnings. llvm-svn: 41994
* Removed clang solution file for VC++, which didn't work properly because of ↵Hartmut Kaiser2007-09-121-2/+4
| | | | | | | | hard coded paths in the llvm project files. Changed windows detection to use LLVM pp constant. llvm-svn: 41878
* Fixed compilation on Windows. Hartmut Kaiser2007-09-071-0/+179
Silenced a couple of warnings. Added *.vcproj file for new clangAnalysis library. Renamed Basic to clangBasic projects. llvm-svn: 41767
OpenPOWER on IntegriCloud