aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/linux-mobile
diff options
context:
space:
mode:
authorPrzemyslaw Gorszkowski <[email protected]>2014-07-11 07:56:15 +0200
committerPrzemyslaw Gorszkowski <[email protected]>2014-09-09 13:49:31 +0200
commitc228b36ccf92f3a75d7687159d99da496cf5e241 (patch)
treea4222f1f5aa795903f6b16fd2a3d4fe2821b5c42 /doc/src/linux-mobile
parentbf0e0d80aa2cd8fc99c036f0a90c497cf7809520 (diff)
C++: add support for resolving typedefs for template arguments
Example: template <typename T> struct Base { T t; }; struct Foo { int foo; }; void fun() { typedef Foo TypedefedFoo; Base<TypedefedFoo> baseFoo; baseFoo.t.// no code completion } Change-Id: I4822693d3fa1ee2e9b0e4cdd28bb9a8d441fb313 Reviewed-by: Nikolai Kosjar <[email protected]>
Diffstat (limited to 'doc/src/linux-mobile')
0 files changed, 0 insertions, 0 deletions