summaryrefslogtreecommitdiff
path: root/config_host/config_clang.h.in
blob: c19c0875ce868a3a96a58bf8b39936fd93b476db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*

Settings related to Clang compiler plugins.

*/

#ifndef CONFIG_CLANG_H
#define CONFIG_CLANG_H

#undef BUILDDIR
#undef SRCDIR
#undef WORKDIR

#undef CLANG_VERSION

/* This is actually unused, but it should change whenever Clang changes,
thus causing update of this .h file and triggering rebuild of our Clang plugin. */
#undef CLANG_FULL_VERSION

#endif
/td> 2018-01-24Natvis: update SfxItemSet visualizer (m_pItems is now unique_ptr)Mike Kaganski 2018-01-04remove SfxUsrAnyItem typedefNoel Grandin 2017-12-24Improve Natvis display of SwNodeMike Kaganski 2017-11-29Add SfxEnumItem to NatvisMike Kaganski 2017-11-27Add int pool items to NatvisMike Kaganski 2017-11-20LibreOffice.natvis: a small correctionMike Kaganski 2017-11-18Update LibreOffice.natvisMike Kaganski 2017-11-14LibreOffice.natvis: update visualizersMike Kaganski 2017-11-09LibreOffice.natvis: add SfxItemSet visualizerMike Kaganski 2017-11-07Augment LibreOffice.natvisMike Kaganski 2017-07-27LibreOffice.natvis: fix BigPrtArray visualiser.Mike Kaganski 2017-07-06LibreOffice.natvis: several new visualisersMike Kaganski 2017-07-05gbuild-to-ide: add VisualStudio visualizers file to solutionMike Kaganski