- Nov 10, 2009
-
-
Mike Stump authored
Start implementing VTTs. WIP. llvm-svn: 86650
-
Zhongxing Xu authored
getBaseRegion will be used in another method. llvm-svn: 86649
-
Mike Stump authored
llvm-svn: 86647
-
Mike Stump authored
llvm-svn: 86643
-
Jeffrey Yasskin authored
Patch by Victor Zverovich! llvm-svn: 86638
-
Daniel Dunbar authored
llvm-svn: 86633
-
Daniel Dunbar authored
llvm-svn: 86632
-
Daniel Dunbar authored
continuing after invalid PCH loads. llvm-svn: 86631
-
Douglas Gregor authored
llvm-svn: 86629
-
Daniel Dunbar authored
llvm-svn: 86623
-
Daniel Dunbar authored
ApplyHeaderSearchOptions now. llvm-svn: 86617
-
- Nov 09, 2009
-
-
Daniel Dunbar authored
CompilerInvocation. llvm-svn: 86612
-
Daniel Dunbar authored
llvm-svn: 86611
-
Daniel Dunbar authored
llvm-svn: 86610
-
Daniel Dunbar authored
Change clang-cc to expect that all inputs have the same language (so we can only construct a single LangInfo). This matches how it is used in practice (since the compiler only it invokes it for one file at a time). llvm-svn: 86609
-
Daniel Dunbar authored
llvm-svn: 86608
-
Mike Stump authored
llvm-svn: 86607
-
Fariborz Jahanian authored
llvm-svn: 86599
-
Fariborz Jahanian authored
llvm-svn: 86598
-
Fariborz Jahanian authored
warning, to match gcc. It used to be warning, so better keep it a warning (it broke a certain project). llvm-svn: 86597
-
Douglas Gregor authored
ArrayType>()) does not instantiate. Update all callers that used this unsafe feature to use the appropriate ASTContext::getAs*ArrayType method. llvm-svn: 86596
-
Ted Kremenek authored
llvm-svn: 86595
-
Douglas Gregor authored
when looking for a name within a given DeclContext. Now enumerators will show up in code-completion results. llvm-svn: 86591
-
Fariborz Jahanian authored
its element type. Fixes pr5432. llvm-svn: 86587
-
Daniel Dunbar authored
the compiler, and start flood filling it into clang-cc. llvm-svn: 86586
-
Eli Friedman authored
llvm-svn: 86585
-
Benjamin Kramer authored
llvm-svn: 86584
-
Douglas Gregor authored
overloaded operator(). llvm-svn: 86581
-
Eli Friedman authored
declaration invalid if the constructor can't be properly built. Addresses remaining review comments from Fariborz for r86500. llvm-svn: 86579
-
Douglas Gregor authored
templates. The instantiation of these default arguments must be (and now, is) delayed until the template argument is actually used, at which point we substitute all levels of template arguments concurrently. llvm-svn: 86578
-
Benjamin Kramer authored
llvm-svn: 86577
-
Eli Friedman authored
llvm-svn: 86574
-
Fariborz Jahanian authored
llvm-svn: 86573
-
Eli Friedman authored
unless we start implementing command-line switches which override the default calling convention, so the effect is mostly to silence unknown attribute warnings.) llvm-svn: 86571
-
Douglas Gregor authored
Slightly more testing for instantiation of non-type template parameters in nested templates, for my own sanity's sake llvm-svn: 86570
-
Benjamin Kramer authored
- free(NULL) is a nop anyway. - if someone thinks calling clang_disposeString twice should be legal please change the method to take a pointer. llvm-svn: 86568
-
Douglas Gregor authored
llvm-svn: 86566
-
Anders Carlsson authored
llvm-svn: 86563
-
Steve Naroff authored
This abstraction will help us manage string memory for complex names that cross the C++/C boundary (e.g. ObjC methods, selectors). This patch also uses it in clang_getTranslationUnitSpelling (which I'm not sure is necessary). Will investigate later...since the extra malloc() can't hurt (for now). Patch by John Thompson. llvm-svn: 86562
-
Anders Carlsson authored
llvm-svn: 86561
-