Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generalize matching of add_executable to add_XXX_executable. | Ted Kremenek | 2012-11-22 | 1 | -1/+1 |
| | | | | llvm-svn: 168490 | ||||
* | Use regex instead of special casing clang and llvm libraries. | Ted Kremenek | 2012-07-31 | 1 | -2/+1 |
| | | | | llvm-svn: 161065 | ||||
* | Recognize 'add_executable' when analyzing CMake files. | Ted Kremenek | 2010-01-29 | 1 | -1/+2 |
| | | | | llvm-svn: 94777 | ||||
* | Support updating 'llvm_add_target' lists as well. | Ted Kremenek | 2009-11-03 | 1 | -1/+1 |
| | | | | llvm-svn: 85860 | ||||
* | Use string comparison instead of numeric comparison when comparing digests. | Ted Kremenek | 2009-07-21 | 1 | -1/+1 |
| | | | | llvm-svn: 76594 | ||||
* | Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to update | Ted Kremenek | 2009-07-15 | 1 | -0/+118 |
the list of files in the CMakeLists.txt files. It works by scanning (starting from the working directory from which it is run) all subdirectories containing CMakeLists.txt files. It then updates the list of C and C++ files in the 'add_llvm_library' and 'add_clang_library' lists. Sources file lists are emitted in lexical order. llvm-svn: 75833 |