- Nov 30, 2009
-
-
John McCall authored
those associated with TemplateNames. llvm-svn: 90162
-
John McCall authored
Create a new UnresolvedMemberExpr for these lookups. Assorted hackery around qualified member expressions; this will all go away when we implement the correct (i.e. extremely delayed) implicit-member semantics. llvm-svn: 90161
-
Fariborz Jahanian authored
llvm-svn: 90159
-
Fariborz Jahanian authored
Fixes pr5619 llvm-svn: 90158
-
Anders Carlsson authored
When we're trying to define an implicit virtual destructor, make sure that we have a valid delete operator. llvm-svn: 90156
-
Daniel Dunbar authored
llvm-svn: 90155
-
Daniel Dunbar authored
llvm-svn: 90154
-
Mike Stump authored
llvm-svn: 90153
-
Mike Stump authored
llvm-svn: 90152
-
Daniel Dunbar authored
loops (including temporaries inside the initializers). llvm-svn: 90151
-
Anders Carlsson authored
llvm-svn: 90149
-
Fariborz Jahanian authored
recent change to make SEL a builtin type (fixes radar 7425510). llvm-svn: 90145
-
Daniel Dunbar authored
feel free to extend! llvm-svn: 90143
-
Benjamin Kramer authored
llvm-svn: 90140
-
Douglas Gregor authored
llvm-svn: 90139
-
Tobias Grosser authored
llvm-svn: 90137
-
Daniel Dunbar authored
clang-cc: Add code (currently disabled) for parsing arguments using clang -cc1 functionality instead of LLVM's CommandLine. - It works and passes test suite, but I want to polish and test a wee bit more before making the switch. llvm-svn: 90128
-
Daniel Dunbar authored
Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too many) places to use this instead of using the backend -soft-float and -float-abi= options. llvm-svn: 90127
-
Daniel Dunbar authored
llvm-svn: 90126
-
Daniel Dunbar authored
Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered diagnostics to a different diagnostics engine. llvm-svn: 90125
-
Daniel Dunbar authored
llvm-svn: 90124
-
Daniel Dunbar authored
llvm-svn: 90123
-
Daniel Dunbar authored
llvm-svn: 90122
-
Daniel Dunbar authored
llvm-svn: 90121
-
Daniel Dunbar authored
llvm-svn: 90120
-
Daniel Dunbar authored
Don't try to generate common globals for C++ files, instead of depending on the FE to set NoCommon, and simplify CodeGenOptions initialization. llvm-svn: 90119
-
Daniel Dunbar authored
llvm-svn: 90118
-
Daniel Dunbar authored
llvm-svn: 90117
-
Daniel Dunbar authored
llvm-svn: 90115
-
Daniel Dunbar authored
Put CompilerInvocation testing code in clang-cc instead of clang for now, I can't bear to link all of clang into 'clang' yet. :) - Still triggered by a magic leading -cc1 argument, as before. llvm-svn: 90114
-
Chris Lattner authored
stat a file but where mmaping it fails. In this case, we emit an error like: t.c:1:10: fatal error: error opening file '../../foo.h' instead of "cannot find file". llvm-svn: 90110
-
Eli Friedman authored
llvm-svn: 90105
-
- Nov 29, 2009
-
-
Daniel Dunbar authored
llvm-svn: 90100
-
Daniel Dunbar authored
llvm-svn: 90098
-
Daniel Dunbar authored
llvm-svn: 90095
-
Daniel Dunbar authored
llvm-svn: 90094
-
Daniel Dunbar authored
- Clients that care about having the diagnostics output honor the user-controllable diagnostic options can buffer the diagnostics and issue them later. llvm-svn: 90092
-
Daniel Dunbar authored
llvm-svn: 90091
-
Daniel Dunbar authored
Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of main (or something in the main executable) so it can find the builtin compiler files. llvm-svn: 90090
-
Benjamin Kramer authored
llvm-svn: 90088
-