- Feb 19, 2010
-
-
John McCall authored
Fix some bugs with function-try-blocks and simplify normal try-block code generation. This implementation excludes a deleting destructor's call to operator delete() from the function-try-block, which I believe is correct but which I can't find straightforward support for at a moment's glance. llvm-svn: 96670
-
Ted Kremenek authored
llvm-svn: 96668
-
Ted Kremenek authored
llvm-svn: 96667
-
Ted Kremenek authored
llvm-svn: 96666
-
Ted Kremenek authored
llvm-svn: 96665
-
Ted Kremenek authored
llvm-svn: 96664
-
Anders Carlsson authored
llvm-svn: 96660
-
Anders Carlsson authored
llvm-svn: 96659
-
Ted Kremenek authored
llvm-svn: 96658
-
John McCall authored
The linker bug holding this back is Darwin-specific. llvm-svn: 96655
-
Ted Kremenek authored
This was causing buildbot breakage. This reverts commit d46e952cc8cb8d9eed8657d9a0b267910a0f745a. llvm-svn: 96652
-
Fariborz Jahanian authored
llvm-svn: 96651
-
Douglas Gregor authored
llvm-svn: 96650
-
John McCall authored
command-line option which defaults off. llvm-svn: 96649
-
Douglas Gregor authored
llvm-svn: 96648
-
Douglas Gregor authored
llvm-svn: 96647
-
Douglas Gregor authored
llvm-svn: 96646
-
Fariborz Jahanian authored
clang is built optimized. llvm-svn: 96645
-
Douglas Gregor authored
llvm-svn: 96644
-
Douglas Gregor authored
operators, and compound assignment operators. llvm-svn: 96643
-
Ted Kremenek authored
to initializer expressions in an array allocated using ASTContext. This plugs a memory leak when ASTContext uses a BumpPtrAllocator to allocate memory for AST nodes. In my mind this isn't an ideal solution; it would be nice to have a general "vector"-like class that allocates memory using ASTContext, but whose guts could be separated from the methods of InitListExpr itself. I haven't gone and taken this approach yet because it isn't clear yet if we'll eventually want an alternate solution for recylcing memory using by InitListExprs as we are constructing the ASTs. llvm-svn: 96642
-
Douglas Gregor authored
Use a little binary header in serialized diagnostics to help the deserializer skip over noise in the stream llvm-svn: 96641
-
Fariborz Jahanian authored
instead relies on their DeclContext for iteration, etc. llvm-svn: 96638
-
Blaine Garst authored
llvm-svn: 96635
-
Douglas Gregor authored
the ASTUnit itself is destroyed. Fixes <rdar://problem/7649385>. llvm-svn: 96628
-
Douglas Gregor authored
try to address the msvc failures. llvm-svn: 96624
-
Ted Kremenek authored
before the selector name (but after the return type). Among other things, this allows IBAction to be implemented with an attribute. llvm-svn: 96623
-
- Feb 18, 2010
-
-
Ted Kremenek authored
This reverts commit 4383e04c75731f8695b8355783f9966ac56b0926. llvm-svn: 96622
-
Ted Kremenek authored
This reverts commit 95575005fc6409df98e6e079caf324308f62171b. llvm-svn: 96620
-
Douglas Gregor authored
breaking the msvc9 builder for unknown reasons. llvm-svn: 96618
-
John McCall authored
some failure here that I can't. llvm-svn: 96612
-
Fariborz Jahanian authored
test suite. llvm-svn: 96608
-
Douglas Gregor authored
CIndex, so that c-index-test to use it to call lvm::sys::PrintStackTraceOnErrorSignal(). llvm-svn: 96607
-
Douglas Gregor authored
display captured diagnostics when we can't return an invalid CXTranslationUnit. llvm-svn: 96606
-
John McCall authored
calling them as subroutines. This triggers whenever the alias optimization doesn't, i.e. when the dtor has linkonce linkage or there are virtual bases or it's the deleting dtor. llvm-svn: 96605
-
Douglas Gregor authored
knobs to control formatting. Eventually, I'd like to merge the implementation of this code with the TextDiagnosticPrinter, so that it's easy for CIndex clients to produce beautiful diagnostics like the clang compiler does. Use this new function to display diagnostics within c-index-test. llvm-svn: 96603
-
Ted Kremenek authored
llvm-svn: 96602
-
Ted Kremenek authored
llvm-svn: 96600
-
Ted Kremenek authored
to the children of a Decl. llvm-svn: 96599
-
Anders Carlsson authored
llvm-svn: 96595
-