- Oct 23, 2009
-
-
Mike Stump authored
llvm-svn: 84922
-
John McCall authored
one was PCH'ed without any. llvm-svn: 84920
-
John McCall authored
Just r84734 now that some fundamental work has been completed. llvm-svn: 84914
-
John McCall authored
llvm-svn: 84913
-
Fariborz Jahanian authored
both scalar and aggregates. llvm-svn: 84910
-
John McCall authored
the DeclaratorInfo, one for semantic analysis), just build a single type whose canonical type will reflect the semantic analysis (assuming the type is well-formed, of course). To make that work, make a few changes to the type system: * allow the nominal pointee type of a reference type to be a (possibly sugared) reference type. Also, preserve the original spelling of the reference type. Both of these can be ignored on canonical reference types. * Remove ObjCProtocolListType and preserve the associated source information on the various ObjC TypeLocs. Preserve the spelling of protocol lists except in the canonical form. * Preserve some level of source type structure on parameter types, but canonicalize on the canonical function type. This is still a WIP. Drops code size, makes strides towards accurate source location representation, slight (~1.7%) progression on Cocoa.h because of complexity drop. llvm-svn: 84907
-
- Oct 22, 2009
-
-
John McCall authored
llvm-svn: 84891
-
Douglas Gregor authored
When replacing a template-id expression with a declaration reference expression after overloading completes, make sure to keep the qualifier. Still not ready with that test-case... llvm-svn: 84880
-
Douglas Gregor authored
N::f<int> keep track of the full nested-name-specifier. This is mainly QoI and relatively hard to test; will try to come up with a printing-based test once we also retain the explicit template arguments past overload resolution. llvm-svn: 84869
-
Sebastian Redl authored
llvm-svn: 84860
-
Douglas Gregor authored
When a template-id expression refers to a member function template, turn it into an (implicit) member access expression. Fixes PR5220 llvm-svn: 84848
-
Douglas Gregor authored
Refactor our handling of implicit member reference expressions to get most of the logic out of BuildDeclarationNameExpr llvm-svn: 84847
-
Chris Lattner authored
This ensures that arrays of float3 are correctly padded. llvm-svn: 84833
-
Zhongxing Xu authored
llvm-svn: 84824
-
Mike Stump authored
llvm-svn: 84823
-
Mike Stump authored
the copy/dispose helpers as appropriate. llvm-svn: 84817
-
Daniel Dunbar authored
llvm-svn: 84805
-
Fariborz Jahanian authored
llvm-svn: 84800
-
Douglas Gregor authored
llvm-svn: 84793
-
Mike Stump authored
llvm-svn: 84789
-
Douglas Gregor authored
conversion types for builtin overloaded operator candidates; I misread this section in the standard the first time around. llvm-svn: 84788
-
Mike Stump authored
llvm-svn: 84787
-
- Oct 21, 2009
-
-
Benjamin Kramer authored
llvm-svn: 84781
-
Fariborz Jahanian authored
for base classe members as well. Test case enhanced for this. llvm-svn: 84780
-
Fariborz Jahanian authored
llvm-svn: 84771
-
Mike Stump authored
llvm-svn: 84770
-
Mike Stump authored
llvm-svn: 84769
-
Mike Stump authored
llvm-svn: 84768
-
Anders Carlsson authored
Change FixOverloadedFunctionReference to return a (possibly new) expression. Substitute TemplateIdRefExprs with DeclRefExprs. Doug, plz review :) llvm-svn: 84763
-
Steve Naroff authored
Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searching). Without a 'relativeDecl', the algorithm is n-squared. For example, running the following command on 'Large.m' takes hours without a 'relatvieDecl'. snaroff% time ../../Debug/bin/c-index-test Large.ast all > Large.out snaroff% cat Large.m #import <Cocoa/Cocoa.h> #import <QuickTime/QuickTime.h> #import <OpenGL/OpenGL.h> With a 'relativeDecl', it takes <30 seconds:-) llvm-svn: 84760
-
Edward O'Callaghan authored
llvm-svn: 84758
-
Zhongxing Xu authored
llvm-svn: 84757
-
Chris Lattner authored
patch by Ken Dyck! llvm-svn: 84746
-
Douglas Gregor authored
an overloaded function call operator. llvm-svn: 84745
-
Chris Lattner authored
llvm-svn: 84740
-
Mike Stump authored
generate the debug information for the first parameter to the block invoke functions. WIP. llvm-svn: 84737
-
John McCall authored
llvm-svn: 84736
-
John McCall authored
Apparently I'm grinding my commit count. llvm-svn: 84735
-
John McCall authored
llvm-svn: 84734
-
John McCall authored
llvm-svn: 84733
-