]> granicus.if.org Git - clang/commit
Teach libclang to enable multithreading in LLVM, since libclang clients are likely...
authorDouglas Gregor <dgregor@apple.com>
Fri, 24 Sep 2010 21:18:36 +0000 (21:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 24 Sep 2010 21:18:36 +0000 (21:18 +0000)
commit8c8d5412cddcc1c45beb0353d91d7894db74e585
tree875baff49348d3cf7a6222e7aa0ff4d5f2b686b5
parente94db4771856659c12e1f269141cbbc4e55b1c47
Teach libclang to enable multithreading in LLVM, since libclang clients are likely to be multithreaded. Also move the printing of timers to somewhere better for multithreaded libclang clients

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/ASTUnit.cpp
tools/libclang/CIndex.cpp