- Apr 02, 2009
-
-
Bill Wendling authored
llvm-svn: 68258
-
Douglas Gregor authored
Plus, reword a extension warnings to avoid talking about "ISO C" when the extension might also be available in C++ or C++0x. llvm-svn: 68257
-
Devang Patel authored
llvm-svn: 68254
-
Chris Lattner authored
llvm-svn: 68253
-
- Apr 01, 2009
-
-
Daniel Dunbar authored
- The code is silly, I'm just amusing myself. Rewrite to be efficient if you like. :) Also, if you wish to debate the proper names of the triple components I'm all ears. llvm-svn: 68252
-
Douglas Gregor authored
failures that involve malformed types, e.g., "typename X::foo" where "foo" isn't a type, or "std::vector<void>" that doens't instantiate properly. Similarly, be a bit smarter in our handling of ambiguities that occur in Sema::getTypeName, to eliminate duplicate error messages about ambiguous name lookup. This eliminates two XFAILs in test/SemaCXX, one of which was crying out to us, trying to tell us that we were producing repeated error messages. llvm-svn: 68251
-
Misha Brukman authored
llvm-svn: 68250
-
Misha Brukman authored
llvm-svn: 68249
-
Misha Brukman authored
llvm-svn: 68248
-
Steve Naroff authored
llvm-svn: 68247
-
Devang Patel authored
llvm-svn: 68246
-
Steve Naroff authored
- Finish up support for converting UTF8->UTF16 to support ObjC @"string" constants. Remove warning from CheckObjCString. As the FIXME in the test case indicates, I still have a bug to work out (apparently with \u handling). llvm-svn: 68245
-
Ted Kremenek authored
enclosing statement when jumping to a subexpression. llvm-svn: 68244
-
Chris Lattner authored
llvm-svn: 68243
-
Daniel Dunbar authored
- PR3922 - I have a clean solution for this in flight, but it may take a while to come to fruition so we'll take a quick fix for now. llvm-svn: 68241
-
Mike Stump authored
clang option code that is and two bug fixes. llvm-svn: 68240
-
Chris Lattner authored
Patch by Kevin Fan! llvm-svn: 68239
-
Fariborz Jahanian authored
runtime on 64-bit architectures. Patch by David Chisnall llvm-svn: 68238
-
Ted Kremenek authored
llvm-svn: 68236
-
Daniel Dunbar authored
llvm-svn: 68235
-
Fariborz Jahanian authored
class. llvm-svn: 68234
-
Daniel Dunbar authored
- Patch by Ed Schouten! llvm-svn: 68233
-
Ted Kremenek authored
llvm-svn: 68232
-
Daniel Dunbar authored
llvm-svn: 68231
-
Douglas Gregor authored
Clang's test suite. llvm-svn: 68230
-
Evan Cheng authored
llvm-svn: 68229
-
Ted Kremenek authored
- When processing BlockEdges with terminators, using the condition as the control-flow point for terminators that are expressions (e.g., '&&', '?') - When processing events, allow intra-compound statement "jumping" llvm-svn: 68228
-
Dan Gohman authored
is appropriate. This helps visually differentiate host-oriented calculations from target-oriented calculations. llvm-svn: 68227
-
Daniel Dunbar authored
llvm-svn: 68223
-
Ted Kremenek authored
llvm-svn: 68222
-
Mike Stump authored
clang option code that is. llvm-svn: 68221
-
Daniel Dunbar authored
llvm-svn: 68220
-
Dan Gohman authored
less ambiguous and less C-specific. llvm-svn: 68219
-
Bob Wilson authored
assembly. llvm-svn: 68218
-
Ted Kremenek authored
start of the function/method. llvm-svn: 68217
-
Ted Kremenek authored
intra-compound statement jumps unless they are between terminators (i.e., branches). llvm-svn: 68216
-
Daniel Dunbar authored
llvm-svn: 68215
-
Fariborz Jahanian authored
llvm-svn: 68214
-
Fariborz Jahanian authored
http://llvm.org/viewvc/llvm-project?view=rev&revision=68177 llvm-svn: 68213
-
Douglas Gregor authored
llvm-svn: 68212
-