- Nov 08, 2009
-
-
Daniel Dunbar authored
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
-
Daniel Dunbar authored
the 'build_config' value in at runtime using the new lit runtime user parameter feature. This simplifies things and drops a dependency on 'sed', FWIW. llvm-svn: 86421
-
Daniel Dunbar authored
llvm-svn: 86420
-
Anders Carlsson authored
llvm-svn: 86414
-
- Nov 07, 2009
-
-
Chris Lattner authored
llvm-svn: 86396
-
Douglas Gregor authored
llvm-svn: 86387
-
John McCall authored
core requirements. Fixes rdar://problem/6389954 llvm-svn: 86364
-
Anders Carlsson authored
llvm-svn: 86357
-
John McCall authored
type (or smaller) to stay "closed" within the type. llvm-svn: 86356
-
Anders Carlsson authored
llvm-svn: 86352
-
Anders Carlsson authored
llvm-svn: 86350
-
Anders Carlsson authored
When instantiating a field decl, make sure to clone its attributes. With this change FileCheck no longer crashes when it's run without any arguments. llvm-svn: 86344
-
Anders Carlsson authored
When looking up and adding substitutions to the substitution table, make sure to always use the canonical declaration. With tihs change, FileCheck compiles and links but crashes during startup. llvm-svn: 86339
-
John McCall authored
llvm-svn: 86327
-
John McCall authored
significant work left to be done to reduce the false-positive rate here. llvm-svn: 86326
-
Steve Naroff authored
Still a work in progress... llvm-svn: 86323
-
Devang Patel authored
llvm-svn: 86318
-
Eli Friedman authored
instead of all assignment operators. The mistake messes up IRGen because it ends up assuming that the assignment operator is actually the implicit copy assignment operator, and therefore tries to emit the RHS as an lvalue. llvm-svn: 86307
-
Douglas Gregor authored
- Introduce more code-completion string "chunk" kinds that describe symbols, the actual text that the user is expected to type, etc. - Make the generation of macro results optional, since it can be slow - Make code-completion accessible through the C API, marshalling the code-completion results through a temporary file (ick) to maintain process separation. The last doesn't have tests yet. llvm-svn: 86306
-
Mike Stump authored
adjustments of zero. llvm-svn: 86300
-
- Nov 06, 2009
-
-
Fariborz Jahanian authored
specification of 'assign' (no warning to be issued), when a continuation class makes a 'readonly' attribute 'readwrite' but also specifies the 'assign' attribute. (this matches gcc's behavior and prevents exessive warnings)/ llvm-svn: 86297
-
Fariborz Jahanian authored
llvm-svn: 86293
-
Fariborz Jahanian authored
(radar 7370882). llvm-svn: 86291
-
Fariborz Jahanian authored
llvm-svn: 86287
-
Ted Kremenek authored
llvm-svn: 86286
-
Ted Kremenek authored
Sentence-case bug type, and pull tests from region-only-test.c into misc-ps-region.store.m (removing an extra unneeded test file). Also add a bunch of FIXME comments for future enhancements. llvm-svn: 86282
-
Anders Carlsson authored
llvm-svn: 86277
-
Fariborz Jahanian authored
using elipsis conversion). llvm-svn: 86276
-
Anders Carlsson authored
llvm-svn: 86274
-
Nuno Lopes authored
llvm-svn: 86273
-
Zhongxing Xu authored
llvm-svn: 86252
-
John McCall authored
at it. llvm-svn: 86243
-
John McCall authored
* If the unsigned type is smaller than the signed type, never warn, because its value will not change when zero-extended to the larger type. * If we're testing for (in)equality, and the unsigned value is an integer constant whose sign bit is not set, never warn, because even though the signed value might change, it can't affect the result of the equality. Also make the comparison test cases much more rigorous, and have them expose the subtle differences between C and C++ here. llvm-svn: 86242
-
Douglas Gregor authored
get_origin->x where get_origin is actually a function and the user has forgotten the parentheses. Instead of giving a lame note for the fix-it, give a full-fledge error, early, then build the call expression to try to recover. llvm-svn: 86238
-
Douglas Gregor authored
llvm-svn: 86234
-
Douglas Gregor authored
llvm-svn: 86233
-
Anders Carlsson authored
If a member variable of reference type is bound to a temporary in its member initializer it needs to be destroyed at the end of the constructor. llvm-svn: 86230
-
Anders Carlsson authored
llvm-svn: 86225
-
Anders Carlsson authored
llvm-svn: 86218
-
Mike Stump authored
class that is overridden in a base that isn't morally virtual. llvm-svn: 86217
-