- Oct 22, 2010
-
-
Fariborz Jahanian authored
statement expressions, //rdar: //8540501 llvm-svn: 117146
-
Devang Patel authored
Delay record type's debug info emission, in -flimit-debug-info mode, if member expression's base is call expr. llvm-svn: 117127
-
Devang Patel authored
llvm-svn: 117120
-
Douglas Gregor authored
ambiguous name where none of the declarations found are actually templates. In this case, make sure we clear out the ambiguous-path data when recomputing the lookup result kind. Fixes PR8439. llvm-svn: 117112
-
Oscar Fuentes authored
See PR 8473. llvm-svn: 117110
-
Devang Patel authored
Tidy up MIPS_linkage name. Provide it only if it does not match regular name, otherwise it confuses debugger. This is tested by local.C in llvmgcc testsuite. llvm-svn: 117107
-
Benjamin Kramer authored
llvm-svn: 117106
-
Benjamin Kramer authored
llvm-svn: 117104
-
Douglas Gregor authored
the current context's redeclaration context, ignoring using directives. Fixes PR8430. llvm-svn: 117097
-
Douglas Gregor authored
protocol-qualified types such as id<Protocol>. llvm-svn: 117081
-
- Oct 21, 2010
-
-
Douglas Gregor authored
llvm-svn: 117063
-
Dan Gohman authored
llvm-svn: 117046
-
Ted Kremenek authored
Tweak diagnostics for redeclaration of a @property in a class extension where the redelcaration and original declaration have the 'readwrite' attribute. This is a common case, and we can issue a more lucid diagnostic. Fixes <rdar://problem/7629420>. llvm-svn: 117045
-
Ted Kremenek authored
llvm-svn: 117044
-
Dan Gohman authored
llvm-svn: 117043
-
Douglas Gregor authored
char32_t character types and enable built-in overloaded operator candidates for these types. Fixes PR8432. llvm-svn: 117038
-
Douglas Gregor authored
themselves have no template parameters. This is actually a restriction due to the grammar of template template parameters, but we choose to diagnose it in Sema to provide better recovery. llvm-svn: 117032
-
Douglas Gregor authored
redeclarations of main appropriately rather than allowing it to be overloaded. Also, disallowing declaring main as a template. Fixes GCC DejaGNU g++.old-deja/g++.other/main1.C. llvm-svn: 117029
-
Douglas Gregor authored
variable, handle conditional operators involving a throw-expression. Fixes GCC DejaGNU's g++.dg/template/cond4.C. llvm-svn: 117027
-
Francois Pichet authored
llvm-svn: 117026
-
Ted Kremenek authored
nil. Otherwise we can get false paths where a second @synchronized using the mutex can have a bogus warning. Fixes <rdar://problem/8578650>. llvm-svn: 117016
-
Francois Pichet authored
llvm-svn: 117005
-
Michael J. Spencer authored
llvm-svn: 117003
-
Douglas Gregor authored
entities in the preprocessing record. Previously, we would only end up getting the first token of a preprocessing record annotated correctly. For example, given #include "foo.h" we would only get the '#' annotated as an inclusion directive; the 'include' and '"foo.h"' tokens would be given the general 'processing directive' annotation. Now, we get proper annotations for entities in the preprocessing record. llvm-svn: 117001
-
Michael J. Spencer authored
llvm-svn: 117000
-
Michael J. Spencer authored
This adds an option to set the _MSC_VER macro without recompiling. This is very useful when testing compatibility with the Windows SDK and c++stdlib headers. -fmsc-version=<version> (defaults to VS2003 (1300)) llvm-svn: 116999
-
Ted Kremenek authored
or a 'short'. This fixes that and allows the hints to suggest 'h' modifiers for small ints. Patch by Justin Bogner! llvm-svn: 116996
-
Ted Kremenek authored
llvm-svn: 116995
-
Andrew Trick authored
llvm-svn: 116994
-
Michael J. Spencer authored
llvm-svn: 116990
-
Michael J. Spencer authored
Didn't realize this was on my branch ;/. llvm-svn: 116989
-
Michael J. Spencer authored
llvm-svn: 116988
-
Craig Silverstein authored
function decls. Reviewed by rjmccall and nlewycky. llvm-svn: 116979
-
Andrew Trick authored
llvm-svn: 116976
-
Argyrios Kyrtzidis authored
When implicit members are added to a C++ record, notify the serializer so that a chained PCH writes the definition again. Thanks to Doug for the hint! llvm-svn: 116975
-
Argyrios Kyrtzidis authored
if it's a template specialization pointing at the template. llvm-svn: 116974
-
Ted Kremenek authored
Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely subsumed by the Checker interface. llvm-svn: 116973
-
Ted Kremenek authored
llvm-svn: 116971
-
Douglas Gregor authored
inclusion directives, keeping track of every #include, #import, etc. in the translation unit. We keep track of the source location and kind of the inclusion, how the file name was spelled, and the underlying file to which the inclusion resolved. llvm-svn: 116952
-
- Oct 20, 2010
-
-
Ted Kremenek authored
llvm-svn: 116946
-