aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangcodemodel/symbol.h
Commit message (Collapse)AuthorAgeFilesLines
* Clang: Tests on MSVC2013: Fix file name clashesNikolai Kosjar2015-11-261-78/+0
| | | | | | | | | | | | | | | | The following files conflicted: src\tools\clangbackend\ipcsource\translationunit.cpp src\libs\3rdparty\cplusplus\TranslationUnit.cpp src\libs\3rdparty\cplusplus\Type.cpp src\tools\clangbackend\ipcsource\type.cpp src\libs\3rdparty\cplusplus\Symbol.cpp src\plugins\clangcodemodel\symbol.cpp Change-Id: If7865570cd70e39e25cc8d508f771c8023288f0c Reviewed-by: Marco Bubke <[email protected]>
* Update LicenseEike Ziller2015-01-161-6/+6
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <[email protected]>
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <[email protected]>
* Incremented year in copyright infoRobert Loehning2014-01-091-1/+1
| | | | | Change-Id: I6e25ba25aa2898b5382dae7f3751deebb6072efa Reviewed-by: Eike Ziller <[email protected]>
* Add experimental clang code-model plug-in.Erik Verbruggen2013-12-201-0/+77
Previously known as the wip/clang branch. Contributors (in alphabetical order): - Christian Kamm <[email protected]> - Erik Verbruggen <[email protected]> - Leandro Melo <[email protected]> - Peter Kuemmel <[email protected]> - Sergey Shambir <[email protected]> Change-Id: I4c3ff600a19b6732641c1d5ef28236bf2cc17737 Reviewed-by: hjk <[email protected]>