- Oct 19, 2010
-
-
Fariborz Jahanian authored
PR6056, //rdar: //8564463 llvm-svn: 116819
-
Douglas Gregor authored
within a default argument), recurse into default arguments. Fixes PR8401, a regression I introduced in r113700 while refactoring our handling of "used" declarations in default arguments. llvm-svn: 116817
-
Chandler Carruth authored
'../lib/clang/<version>'. Actually use '..' rather than removing the trailing component to correctly handle paths containing '.' or symlinks in the presence of -no-canonical-prefixes, etc. This shouldn't change any existing behavior. llvm-svn: 116803
-
Michael J. Spencer authored
llvm-svn: 116799
-
Michael J. Spencer authored
llvm-svn: 116798
-
John McCall authored
llvm-svn: 116797
-
John McCall authored
Petty time optimization in TemplateTypeParmType. llvm-svn: 116796
-
John McCall authored
we may need to complete the type before looking into it. llvm-svn: 116795
-
NAKAMURA Takumi authored
llvm-svn: 116794
-
NAKAMURA Takumi authored
MSYS cat(1) does not expand wildcards. llvm-svn: 116793
-
John McCall authored
llvm-svn: 116789
-
John McCall authored
llvm-svn: 116787
-
John McCall authored
construct an unsupported friend when there's a friend with a templated scope specifier. Fixes a consistency crash, rdar://problem/8540527 llvm-svn: 116786
-
NAKAMURA Takumi authored
Although Cygwin-1.7 has _longjmp(), it would not be essential for this to distinguish Cygwin's version with <cygwin/version.h>. llvm-svn: 116783
-
NAKAMURA Takumi authored
test/Coverage/html-diagnostics.c: Do not make hit "CHECK: Dereference of null pointer" to the output itself! llvm-svn: 116782
-
Douglas Gregor authored
type matches have a bigger impact. The impetus for this change was that, when initializing an enumeration value, we want enumerators of that enumeration type to have a higher priority than, e.g., unrelated local variables. llvm-svn: 116774
-
Bill Wendling authored
registers needed. llvm-svn: 116772
-
Eric Christopher authored
Patch by Matthew Beaumont-Gay! llvm-svn: 116771
-
Daniel Dunbar authored
llvm-svn: 116770
-
Ted Kremenek authored
"Fix" bogus idempotent operations warning due to loop unrolling not unrolling enough loops to show that an invariant doesn't hold. This fix is to increase the loop unrolling count to 4, which experiments show doesn't typically impact analysis time. The real fix is to modify the IdempotentOperationsChecker to suppress warnings where an analysis point could be preceded by a point where we gave up due to loop unrolling. llvm-svn: 116769
-
Daniel Dunbar authored
passing it is very prevalent in some circles). llvm-svn: 116761
-
Daniel Dunbar authored
-Wa,-force_cpusubtype_ALL t.c'. - Tweaks -Wa, and -Xassembler handling to only accept an explicit short list of arguments and give an obvious unsupported error on others. llvm-svn: 116759
-
Daniel Dunbar authored
libraries with Objective-C code. llvm-svn: 116758
-
Douglas Gregor authored
C++/C99/Objective-C, so that we properly include types. This fix affects global caching of code-completion results; without caching, the behavior was already correct. llvm-svn: 116757
-
- Oct 18, 2010
-
-
Douglas Gregor authored
literal. llvm-svn: 116754
-
John McCall authored
Patch by Richard Smith! llvm-svn: 116752
-
Douglas Gregor authored
declaring methods and when sending messages to them, by bringing all of the selector into TypedCheck chunks in the completion result. This way, we can improve the sorting of these results to account for the full selector name rather than just the first chunk. llvm-svn: 116746
-
Argyrios Kyrtzidis authored
Read/write declaration attributes from/to PCH properly. Embed them in the declaration block instead of trying to create another block. The new block was messing with the assumption that after decls block comes the stmts block. Fixes http://llvm.org/PR8406 llvm-svn: 116737
-
Argyrios Kyrtzidis authored
llvm-svn: 116736
-
Douglas Gregor authored
(after - or +), always traverse superclasses and all categories. The programmer may want to complete a method from *anywhere*. llvm-svn: 116723
-
Fariborz Jahanian authored
synthesized property. // rdar: //8498026 llvm-svn: 116717
-
Anders Carlsson authored
llvm-svn: 116709
-
Francois Pichet authored
1. enum underlying type is int by default. 2. Error "enumerator value is not representable in the underlying type"is a ExtWarning llvm-svn: 116704
-
Douglas Gregor authored
llvm-svn: 116703
-
Douglas Gregor authored
-ast-print-xml, from Martin Vejnar! llvm-svn: 116702
-
Michael J. Spencer authored
llvm-svn: 116700
-
Michael J. Spencer authored
llvm-svn: 116699
-
Bill Wendling authored
llvm-svn: 116696
-
Oscar Fuentes authored
Based on a patch by Ryuta Suzuki! llvm-svn: 116695
-
Anders Carlsson authored
llvm-svn: 116692
-