Age | Commit message (Collapse) | Author |
|
Change-Id: I59a7490ec76b10fd31033d1ceccd1e3eae0ad398
|
|
Change-Id: I36e2b49bc615db0b12b03ffa755fa51acc6830a0
|
|
Change-Id: I12e98ac9fc49ef2007914324006a396d183b778c
|
|
Change-Id: I95bd78340519bc1457385561b64c74e938b40bb2
|
|
Change-Id: I72d25ec9a1acafa2bc451e620d5dc5721d849c42
|
|
Change-Id: I719ce8870320f3bddd68fe26cf2c2b941e0a9403
|
|
Some of the areas are guesses I've added after seeing them, whoever feels reponsible
for whichever part of the code feel free to adjust them.
Change-Id: I2192de84d51cc2bc7c28fa84019d38b465985d15
|
|
And this causes at least some problems with extern variables in headers,
maybe that could be handled, but it probably wouldn't be trivial to
get it exactly right about which location to warn and which ones not.
Change-Id: I8974c9ba9493d09165b026ee7a451238f6d90a30
|
|
It usually points to the declaration name rather than its start.
Change-Id: Idcb068ed88a783c177ae9dc255595afa0a163a7e
|
|
Change-Id: Ia312533381260a7c506dfd75b9f88c74a8329958
|
|
Change-Id: Ia4192224d0b217ba2393dc457250cf12febe9306
|
|
Clang's dyn_cast<> crashes on NULL, and getParentFunctionOrMethod() is NULL
if the parameter is a part of a pointer-to-function declaration.
Change-Id: Iee9eef488746f9a46bc090df8d318f27ad65f0ef
|
|
Change-Id: I0cc44354085fbee15aa94d23c29830fd40e8d939
|
|
Change-Id: I628e3b99b69d238abc9df3e62e77b30eb85f1a0d
|
|
Change-Id: I04265acd821187f529562691f35ede93b84368fa
|
|
Change-Id: Ie37b83fef1279a0a953de27941e3b342437c81d1
|
|
Change-Id: Ica1e233b45cc778bfdc86cfd608ada7fc261c6c2
|
|
Change-Id: I87585fce44e803513d5345709d9723075b9429a1
|
|
Change-Id: Ife306c69054dfcc20b1339b88a4e14e5333ced71
|
|
Change-Id: Ia84c70006b0b8a039b6fea27f3c5cde796f25d03
|
|
This is for variables that the compiler itself cannot figure out
(e.g. non-trivial ctors). The classes need to be marked manually.
Change-Id: I0109972e11e20578b1adc32065f701a871ee21aa
|
|
The plugin is intentionally built using a custom Makefile,
because it's used by gbuild, so I don't want to build the plugin
using gbuild too. It is also intentionally not placed under workdir/,
as that is cleaned by 'make clean', the plugin is cleaned only
by 'make distclean', so that cleaning it doesn't cause ccache misses.
No actual functionality in the plugin itself yet.
Change-Id: Ic05eba8d6260eec123c9e699eb5385abfe1b832f
|