- Oct 11, 2010
-
-
Daniel Dunbar authored
llvm-svn: 116225
-
Daniel Dunbar authored
llvm-svn: 116224
-
Douglas Gregor authored
improvements to the compiler and the introduction of crash recovery, it no longer makes sense to allow this mode. Moreover, this eliminates one use of the "clang" executable from within libclang; we'd like them all to go away. llvm-svn: 116207
-
Francois Pichet authored
Add parsing support for Microsoft attributes. MS attributes will just be skipped and not inserted into the AST for now. llvm-svn: 116203
-
Francois Pichet authored
__assume __noop llvm-svn: 116202
-
Axel Naumann authored
Declare argv parameters as const char* const* instead of to char** to clarify that they are not modified, and to allow for string literals as arguments. llvm-svn: 116200
-
Axel Naumann authored
Tighten up constness of argv parameters to allow for string literals as argumants and to reflect actual (non-modifying) use. llvm-svn: 116199
-
Chris Lattner authored
it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. llvm-svn: 116191
-
Chris Lattner authored
llvm-svn: 116189
-
Chris Lattner authored
llvm-svn: 116187
-
Argyrios Kyrtzidis authored
Make sure the VTables for template instantiations are emitted even if the key function doesn't have a body. llvm-svn: 116186
-
Argyrios Kyrtzidis authored
with similarly named classes in anonymous namespaces. llvm-svn: 116185
-
NAKAMURA Takumi authored
It enables clang to compile Mingw's headers. llvm-svn: 116184
-
NAKAMURA Takumi authored
llvm-svn: 116183
-
NAKAMURA Takumi authored
- lib/gcc/include should not be included. Clang oughta have alternatives. (PR7956) - Cygwin: /usr/include/w32api should be included. gcc/cygwin does. - gcc/cygwin uses gcc paths as /usr/lib not /lib. They are same on Cygwin environment, though, We have to take what gcc/cygwin does. - Cygwin-1.7: Use 4.3.4. - Cygwin-1.5: Use 4.3.2 for gcc-4. llvm-svn: 116182
-
- Oct 10, 2010
-
-
Chris Lattner authored
llvm-svn: 116166
-
Chris Lattner authored
by Pierre Habouzit! llvm-svn: 116165
-
Francois Pichet authored
llvm-svn: 116164
-
Zhongxing Xu authored
Lei Zhang. llvm-svn: 116163
-
Argyrios Kyrtzidis authored
llvm-svn: 116162
-
NAKAMURA Takumi authored
llvm-svn: 116161
-
- Oct 09, 2010
-
-
Benjamin Kramer authored
Store pointer and length of the message in DelayedDiagnostic and hide the gory union details. llvm-svn: 116153
-
Bill Wendling authored
__builtin_ia32_vec_init_v8qi __builtin_ia32_vec_init_v4hi __builtin_ia32_vec_init_v2si They are lowered to bitcasts. (These are all ready tested by the gcc testsuite.) <rdar://problem/8529957> llvm-svn: 116147
-
Abramo Bagnara authored
llvm-svn: 116145
-
-
John McCall authored
llvm-svn: 116141
-
John McCall authored
constant initializers. llvm-svn: 116138
-
Nico Weber authored
llvm-svn: 116129
-
Douglas Gregor authored
bit by me). llvm-svn: 116122
-
Fariborz Jahanian authored
llvm-svn: 116120
-
Fariborz Jahanian authored
one declared in class's extension and not one declared in class's superclass. This supresses a bogus warning on method type mismatch. Fixes //rdar: // 8530080 llvm-svn: 116118
-
- Oct 08, 2010
-
-
Fariborz Jahanian authored
expression, the entire assignment tree is rewritten into a property setter messaging. This includes rewriting the RHS. Do not attempt to rewrite RHS again. Never rewrite a rewritten text! Fixes //rdar: //8527018. llvm-svn: 116104
-
Douglas Gregor authored
llvm-svn: 116103
-
Douglas Gregor authored
llvm-svn: 116102
-
Douglas Gregor authored
brokenness in the designated-initializer ASTs. The ASTs were fixed by Alp Toker's patch (r116098) for PR6955. Fixes PR6537. llvm-svn: 116101
-
Douglas Gregor authored
completes support for C1X anonymous struct/union init features: * Indexed anonymous member initializers should not be expanded. Doing so makes little sense and would cause unresolvable semantic ambiguity in valid code (regression introduced by r69153). * Subobject initialization of (possibly nested) anonymous members are now referred to with paths relative to the naming record context, eliminating the synthesis of incorrect implicit InitListExprs that caused CodeGen to assert. * Field lookup was missing a null check in IdentifierInfo comparison which caused lookup for a known (already resolved) field to match the first unnamed data member it encountered leading to silent miscompilation. * Subobject paths are no longer built using the general purpose Sema::BuildAnonymousStructUnionMemberPath(). If any corner cases crop up, we will now assert earlier in Sema instead of passing invalid InitListExprs through to CodeGen. Fixes PR6955, from Alp Toker! llvm-svn: 116098
-
Douglas Gregor authored
rather than a space. llvm-svn: 116097
-
Eric Christopher authored
llvm-svn: 116094
-
Daniel Dunbar authored
sets up signal handlers it shouldn't when we are being used a shared library. llvm-svn: 116084
-
Eric Christopher authored
llvm-svn: 116082
-