- May 27, 2010
-
-
Daniel Dunbar authored
llvm-svn: 104795
-
Daniel Dunbar authored
llvm-svn: 104789
-
Ted Kremenek authored
in the symbol store. We may wish to push this down into the StoreManager itself. llvm-svn: 104788
-
Anders Carlsson authored
llvm-svn: 104787
-
Daniel Dunbar authored
shares the stack with '#pragma pack', who knew!? llvm-svn: 104786
-
Daniel Dunbar authored
Also, fix a source location bug with the rparen in #pragma pack. llvm-svn: 104784
-
John McCall authored
llvm-svn: 104778
-
Douglas Gregor authored
llvm-svn: 104751
-
- May 26, 2010
-
-
Fariborz Jahanian authored
variable in a local function. Fixes pr7101. llvm-svn: 104743
-
Ted Kremenek authored
llvm-svn: 104742
-
Fariborz Jahanian authored
llvm-svn: 104739
-
Fariborz Jahanian authored
llvm-svn: 104733
-
Charles Davis authored
change. llvm-svn: 104715
-
Abramo Bagnara authored
llvm-svn: 104712
-
Anders Carlsson authored
llvm-svn: 104702
-
Anders Carlsson authored
llvm-svn: 104701
-
Anders Carlsson authored
llvm-svn: 104700
-
Anders Carlsson authored
llvm-svn: 104695
-
Benjamin Kramer authored
llvm-svn: 104693
-
Douglas Gregor authored
any arguments that are default-argument expressions. The can show up when we have a new expression whose constructor arguments are not type-dependent and whose allocated type is not dependent and has a constructor with default arguments. Fixes PR7202. llvm-svn: 104690
-
Anders Carlsson authored
llvm-svn: 104688
-
Anders Carlsson authored
llvm-svn: 104687
-
Anders Carlsson authored
llvm-svn: 104686
-
Douglas Gregor authored
diagnostics. That would be while we're parsing string literals for the sole purpose of producing a diagnostic about them. Fixes <rdar://problem/8026030>. llvm-svn: 104684
-
Anders Carlsson authored
llvm-svn: 104683
-
Anders Carlsson authored
llvm-svn: 104682
-
Anders Carlsson authored
llvm-svn: 104681
-
Douglas Gregor authored
vtables, VTTs, and construction vtables. Fixes PR7201. llvm-svn: 104675
-
Anders Carlsson authored
llvm-svn: 104674
-
Anders Carlsson authored
llvm-svn: 104673
-
Anders Carlsson authored
Fold the ASTRecordLayoutBuilder::ComputeLayout overload that takes an ObjCInterfaceDecl pointer into its only callsite. llvm-svn: 104672
-
Anders Carlsson authored
Move the relevant ASTContext member functions that deal with ASTRecordLayoutBuilder into RecordLayoutBuilder.cpp. This matches the way we interact with other builder classes (CGRecordLayoutBuilder, VTableBuilder and VTTBuilder) and it also allows for making ASTRecordLayoutBuilder a private class without a header file. llvm-svn: 104671
-
Zhongxing Xu authored
llvm-svn: 104669
-
Zhongxing Xu authored
This requires creating new persistent states due to the nature of GDM. llvm-svn: 104668
-
- May 25, 2010
-
-
Douglas Gregor authored
statements }) in the code-completion results if explicitly requested. llvm-svn: 104637
-
Ted Kremenek authored
a massive memory leak when using a BumpPtrAllocator in ASTContext. Added a FIXME, as the Destroy method for TemplateArgumentList isn't getting called. This means we will instead leak when using the MallocAllocator. llvm-svn: 104633
-
Charles Davis authored
This class only supports name mangling (which is apparently used during C/ObjC codegen). For now only the Itanium C++ ABI is supported. Patches to add a second C++ ABI are forthcoming. llvm-svn: 104630
-
Daniel Dunbar authored
.s printer or .o writer. llvm-svn: 104623
-
Chris Lattner authored
(DeclStmt 0x3405550 <line:3:4, col:11> 0x34053a0 "int x") instead of: (DeclStmt 0x3405550 <line:3:4, col:11> 0x34053a0 "int x" which has unbalanced parens (PR7228) llvm-svn: 104620
-
Fariborz Jahanian authored
llvm-svn: 104614
-