- Feb 18, 2010
-
-
Daniel Dunbar authored
llvm-svn: 96593
-
Douglas Gregor authored
we attach diagnostics to translation units and code-completion results, so they can be queried at any time. To facilitate this, the new StoredDiagnostic class stores a diagnostic in a serializable/deserializable form, and ASTUnit knows how to capture diagnostics in this stored form. CIndex's CXDiagnostic is a thin wrapper around StoredDiagnostic, providing a C interface to stored or de-serialized diagnostics. I've XFAIL'd one test case temporarily, because currently we end up storing diagnostics in an ASTUnit that's never returned to the user (because it contains errors). I'll introduce a temporary fix for this soon; the real fix will be to allow us to return and query invalid ASTs. llvm-svn: 96592
-
Anders Carlsson authored
llvm-svn: 96590
-
Anders Carlsson authored
llvm-svn: 96588
-
Anders Carlsson authored
llvm-svn: 96587
-
Anders Carlsson authored
llvm-svn: 96586
-
Ted Kremenek authored
ranges for Attr objects, so lookup by cursor location currently doesn't work. llvm-svn: 96571
-
Charles Davis authored
break if you declare an actual function using that typedef. Come to think of it, maybe I should make this part of the type.) llvm-svn: 96570
-
Charles Davis authored
- Also recognize __force_align_arg_pointer__. - Don't warn if it's used on a function pointer typedef. llvm-svn: 96568
-
Douglas Gregor authored
llvm-svn: 96557
-
Douglas Gregor authored
llvm-svn: 96555
-
Douglas Gregor authored
llvm-svn: 96554
-
Charles Davis authored
does. Fixes PR5253. llvm-svn: 96553
-
Douglas Gregor authored
llvm-svn: 96551
-
Fariborz Jahanian authored
rewriting. Fixes radar 7659483. llvm-svn: 96549
-
Douglas Gregor authored
signed<->unsigned conversion with the same bit width. Fixes <rdar://problem/7658121>. llvm-svn: 96545
-
Ted Kremenek authored
in the static analyzer. llvm-svn: 96539
-
Douglas Gregor authored
types. Fixes <rdar://problem/7643909>. llvm-svn: 96531
-
- Feb 17, 2010
-
-
Douglas Gregor authored
sure that we get the "too large" vs. "too small" part of the diagnostic correct. llvm-svn: 96524
-
Fariborz Jahanian authored
llvm-svn: 96513
-
Daniel Dunbar authored
- Patch by Andrzej K. Haczewski, with a tweak by me to emit a 'deprecated' diagnostic when we do this. We'll see what zee users say. llvm-svn: 96511
-
Daniel Dunbar authored
llvm-svn: 96510
-
Fariborz Jahanian authored
a block without it being used. This causes over release of objects in certain runtime-senitive apps. (fixes radar 7581175). llvm-svn: 96501
-
Daniel Dunbar authored
llvm-svn: 96499
-
Douglas Gregor authored
llvm-svn: 96483
-
Fariborz Jahanian authored
implementation (toward radar 7547942). llvm-svn: 96479
-
Douglas Gregor authored
llvm-svn: 96478
-
Tanya Lattner authored
Do not add functions marked with the unused attribute to the list of unused functions to warn about. Update test case. llvm-svn: 96452
-
John McCall authored
and destructors when the two entities are semantically identical, i.e. when the class has no virtual base classes. We only do this for linkage types for which aliases are supported, i.e. internal and external, i.e. not linkonce. llvm-svn: 96451
-
Tanya Lattner authored
llvm-svn: 96444
-
Douglas Gregor authored
llvm-svn: 96442
-
Charles Davis authored
our own Chris Lattner). llvm-svn: 96431
-
Douglas Gregor authored
Check superclasses when merging two Objective-C @interfaces. llvm-svn: 96420
-
- Feb 16, 2010
-
-
Fariborz Jahanian authored
llvm-svn: 96406
-
Fariborz Jahanian authored
have rewriter test cases which pass the .cpp file through clang and also test c++ aspect of clang. llvm-svn: 96405
-
Devang Patel authored
llvm-svn: 96397
-
Douglas Gregor authored
which describes temporary objects of class type in C++. Use this to provide a more-specific, remappable diagnostic when takin the address of such a temporary. llvm-svn: 96396
-
Daniel Dunbar authored
llvm-svn: 96376
-
Daniel Dunbar authored
false positives. llvm-svn: 96375
-
Daniel Dunbar authored
llvm-svn: 96373
-