- Sep 26, 2007
-
-
Gordon Henriksen authored
instruction creation. No support yet for instruction introspection. Also eliminated allocas from the Ocaml bindings for portability, and avoided unnecessary casts. llvm-svn: 42367
-
Ted Kremenek authored
using "-parse-ast -verify". Updated all test cases (using a sed script) that invoked -parse-ast-check to now use -parse-ast -verify. Fixed a bug where using "-verify" instead of "-parse-ast-check" would not correctly create the DiagClient needed to accumulate diagnostics. llvm-svn: 42365
-
Ted Kremenek authored
declaration. This is because this option is logically tightly connected to the actions defined in ProgAction. llvm-svn: 42364
-
Ted Kremenek authored
aren't used auto_ptr's anymore. llvm-svn: 42363
-
Ted Kremenek authored
ASTConsumer can also be verified using the diagnostics checker. From the command line, users may activate diagnostic checking using the "-verify" option. For example, "clang -verify -warn-dead-stores" checks if the warnings flagged by the dead store checker match those in the comments. Note that we still have the option "-parse-ast-check" for backwards comptability with existing test cases. This option is now equivalent to "-parse-ast -verify". llvm-svn: 42362
-
Fariborz Jahanian authored
that they conform(in type, name and numbers) to those declared in @interface. Test case highlights kind of checking we do here. llvm-svn: 42360
-
Dale Johannesen authored
llvm-svn: 42359
-
Fariborz Jahanian authored
llvm-svn: 42358
-
Duncan Sands authored
llvm-svn: 42357
-
Duncan Sands authored
llvm-svn: 42356
-
Chris Lattner authored
llvm-svn: 42355
-
Chris Lattner authored
llvm-svn: 42354
-
Duncan Sands authored
llvm-svn: 42350
-
Chris Lattner authored
llvm-svn: 42349
-
Evan Cheng authored
llvm-svn: 42348
-
Chris Lattner authored
llvm-svn: 42347
-
Evan Cheng authored
Tested with "make check"! llvm-svn: 42346
-
Chris Lattner authored
llvm-svn: 42345
-
Chris Lattner authored
llvm-svn: 42344
-
Chris Lattner authored
llvm-svn: 42343
-
Chris Lattner authored
llvm-svn: 42342
-
Chris Lattner authored
llvm-svn: 42341
-
Duncan Sands authored
llvm-svn: 42338
-
Evan Cheng authored
llvm-svn: 42335
-
Chris Lattner authored
llvm-svn: 42334
-
Evan Cheng authored
llvm-svn: 42333
-
Anton Korobeynikov authored
llvm-svn: 42332
-
Daniel Berlin authored
llvm-svn: 42331
-
Hartmut Kaiser authored
llvm-svn: 42330
-
Dale Johannesen authored
llvm-svn: 42329
-
Dale Johannesen authored
cases with undefined behavior. llvm-svn: 42328
-
Ted Kremenek authored
moved to include/clang/Analysis/FlowSensitive. llvm-svn: 42327
-
Chris Lattner authored
llvm-svn: 42324
-
Evan Cheng authored
llvm-svn: 42323
-
- Sep 25, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 42322
-
Ted Kremenek authored
code that uses the solver to reflect the new location. Created "FlowSensitive" subdirectory in include/clang/Analysis to hold header files relating to flow-sensitive analyses. Moved "DataflowValues.h" into this subdirectory. llvm-svn: 42320
-
Fariborz Jahanian authored
objective-c code with no @interface declaration. llvm-svn: 42319
-
Bill Wendling authored
llvm-svn: 42318
-
Ted Kremenek authored
llvm-svn: 42317
-
Dan Gohman authored
llvm-svn: 42316
-