LLVM Debian/Ubuntu nightly packages - The LLVM Compiler Infrastructure Project
To retrieve the archive signature: wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add - To install just clang and lldb (3.5 release): apt-get install clang-3.5 lldb-3.5 To install all packages: apt-get install clang-3.5 clang-3.5-doc lib...