CDT Commit Report for - October 6, 2004

amagloire

2004-09-06 Alex Chapiro

Fix for PR 75677
* os/win32/x86/spawner.dll
* library/Win32ProcessEx.c

aniefer

add line and offset info to problems during a lookup

remove unused import

bug 73954: [Parser] GCC built_in symbols
added
- __builtin_types_compatible_p
- __builtin_constant_p
- __builtin_choose_expr

added a new DynamicFunctionStyleMacro to implement the __builtin_choose_expr
also fixed the typeSpec and typeId caches in the factory

use the canonical path when creating code readers so that the name
in the code reader matches the file on disk (makes a difference on
non-case-sensitive OSs)

dinglis

added missing strings for content type

mkhodjai

Use the same approach to generate expressions and variables labels.

Added the "getType" method to ICValue.

vhirsl

Fix for PR 75728 [ParserSymbolTable] NPE in TypeInfoProvider.newTypeInfo.
Corrected mappings added to to TemplateSymbol._defnParameterMap.