teak-llvm/clang/test/CodeCompletion/Inputs/reserved.h
Douglas Gregor 9f1570d993 Only filter out names reserved for the implementation (e.g., __blah or
_Foo) from code-completion results when they come from a system
header.

llvm-svn: 108338
2010-07-14 17:44:04 +00:00

3 lines
56 B
C

typedef int _INTEGER_TYPE;
typedef float FLOATING_TYPE;