This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6b16b5e741
llvm-project
/
clang
/
tools
History
Daniel Dunbar
431895f748
clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4.
...
llvm-svn: 85132
2009-10-26 17:52:49 +00:00
..
CIndex
Always emit error diagnostics when an error occurs within clang_createTranslationUnit() and clang_createTranslationUnitFromSource(). These kind of errors are ones that shouldn't be missed.
2009-10-22 22:19:00 +00:00
c-index-test
Fixes a warning.
2009-10-22 22:49:47 +00:00
clang-cc
clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4.
2009-10-26 17:52:49 +00:00
driver
Push "clang-is-production" logic up to tools/driver, and make it hittable by
2009-09-22 22:31:13 +00:00
index-test
Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.
2009-10-19 14:34:22 +00:00
scan-view
Increase scan-view max timeout to 1 minute.
2009-05-04 19:02:41 +00:00
wpa
Change ASTUnit to take the Diagnostic as an argument, the client should have control of this.
2009-09-21 03:03:39 +00:00
CMakeLists.txt
Disable c-index-test on MSVC until someone figures out the real problem.
2009-09-26 01:21:38 +00:00
Makefile
wpa is an experiment, don't build it by default, it adds to build times due to everything it links in.
2009-09-24 19:45:12 +00:00