- Nov 07, 2009
-
-
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: 86351
-
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
-
Ted Kremenek authored
Use SaveAndRestore to simplify logic in LiveVariables::runOnAllBlocks(). Patch by Kovarththanan Rajaratnam! llvm-svn: 86343
-
Daniel Dunbar authored
llvm-svn: 86341
-
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
-
Daniel Dunbar authored
initialize HeaderSearch. Not used yet. llvm-svn: 86338
-
Daniel Dunbar authored
llvm-svn: 86337
-
Daniel Dunbar authored
llvm-svn: 86336
-
Daniel Dunbar authored
filenames. Also, move InitializePreprocessor to Utils.h. llvm-svn: 86335
-
Daniel Dunbar authored
llvm-svn: 86334
-
Ted Kremenek authored
Remove Checker::CheckType() (and instead using CheckerVisitor::PreVisitDeclStmt()), and refactor VLASizeChecker to have only one Checker subclass (not two) and to not use the node builders directly (and instead use the newer CheckerContext). llvm-svn: 86329
-
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
-
Anders Carlsson authored
llvm-svn: 86320
-
Devang Patel authored
llvm-svn: 86318
-
Devang Patel authored
llvm-svn: 86315
-
Devang Patel authored
Do not emit linkage name for global variables. It confuses gdb, because it picks up AT_MIPS_linkage_name and ignores AT_name. llvm-svn: 86308
-
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
-
Ted Kremenek authored
Make the VLASizeChecker implementation private, and its creation only known to GRExprEngineInternalChecks.cpp. llvm-svn: 86292
-
Fariborz Jahanian authored
(radar 7370882). llvm-svn: 86291
-
Ted Kremenek authored
llvm-svn: 86288
-
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
-
Anders Carlsson authored
Don't assert when trying to generate debug info for vector types. This needs to be fixed eventually... llvm-svn: 86268
-
John McCall authored
a typo pointed out by Fariborz. llvm-svn: 86265
-