summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/clangxx.py
Commit message (Collapse)AuthorAgeFilesLines
* [PY 3.8] file closes in tools and othersMats Wichmann2019-04-251-1/+2
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* rename clang command package to clangCommon as it was breaking imports test.William Deegan2018-03-251-1/+1
|
* Update default paths for clang compilers. This should hopefully fix some ↵William Deegan2018-02-141-1/+3
| | | | appveyor failures.
* Added find_program_path() to SCons.Tool. Logic was in mingw. Use this to ↵William Deegan2018-01-181-1/+10
| | | | allow tools to search for normal SCOns paths, and then specify alternative default install paths for such tools. This should resolve clang failing on appveyor on windows
* Remove inappropriate comment. Correct encoding lines.Russel Winder2017-07-021-1/+1
|
* Change the name of the tool to avoid + in filename. Add alias so clang++ ↵Russel Winder2017-06-211-0/+91
still works as a tool name.