- 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
- 8a72621 Revert r120063, it was wrong. by John McCall · 14 years ago
- 2a601eb I hate default statements by Douglas Gregor · 14 years ago
- 7f946ad When performing code completion within ASTUnit, allocate the AugmentedCodeCompleteConsumer on the heap, so it's always cleaned up properly by Douglas Gregor · 14 years ago
- 0629cbe Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was missed previously by Douglas Gregor · 14 years ago
- fc86d55 Don't store the maximum alignment, we can trivially compute it. by Anders Carlsson · 14 years ago
- 7ff776e Revert parts of r120266 that I did not mean to commit by Nico Weber · 14 years ago
- 6bb4dcb Minor whitespace and comment fixes. No functionality change. by Nico Weber · 14 years ago
- 1d7dc22 More work on laying out virtual bases. by Anders Carlsson · 14 years ago
- 83eedd9 BuildVirtualCall doesn't need to take a reference to a pointer. by Anders Carlsson · 14 years ago
- 1af610f Make the destructor be the 'vtable anchor' of the CGCXXABI class. by Anders Carlsson · 14 years ago
- ee7cde2 Move CGCXXABI functions to CGCXXABI.cpp by Anders Carlsson · 14 years ago
- 4992eaf Add a CGCXXABI.cpp file. by Anders Carlsson · 14 years ago
- f8b3015 Look through parentheses when deciding whether an expr is a temporary object. Fixes PR8683. by Anders Carlsson · 14 years ago
- fbfdb20 Add GCC 4.4.5 for Gentoo, and order them in a more sensible way. This allows by Chandler Carruth · 14 years ago
- 1d636c2 Add missing else. by Rafael Espindola · 14 years ago
- f978000 Allow access to non-static members without an object in sizeof expressions, in C++0x. Patch by Jakub Wieczorek. by Sebastian Redl · 14 years ago
- a21e06c For internal consistency's sake, compute the value kind of a dependent cast by John McCall · 14 years ago
- 110eaf1 Do not use StripCasts() in this context. by Zhongxing Xu · 14 years ago
- b1dbe0e Should not use StripCasts() in this context. by Zhongxing Xu · 14 years ago
- 02fe28c Rename CXXObjectRegion to CXXTempObjectRegion. by Zhongxing Xu · 14 years ago
- 4fd5681 Regionstore: support derived-to-base cast by creating a CXXBaseObjectRegion. by Zhongxing Xu · 14 years ago
- dc1ad2c Add a fixme. by Zhongxing Xu · 14 years ago
- 9d2c060 Add C++ header path for openSUSE 11.4. Patch by İsmail Dönmez. by Rafael Espindola · 14 years ago
- 54353f4 Hide a bunch of symbols. by Benjamin Kramer · 14 years ago
- 2210490 For CFGAutomaticObjDtor, the type may be reference type, e.g., const A &c = A(); by Zhongxing Xu · 14 years ago
- 0e38d5d handle CXXFunctionalCastExpr in visitLValue and Environment. by Zhongxing Xu · 14 years ago
- 8ed119f Improve comments. by Zhongxing Xu · 14 years ago
- e1aeb13 Add dump method. by Zhongxing Xu · 14 years ago
- 8f2c689 Begin work on actually laying out virtual bases. by Anders Carlsson · 14 years ago
- dae0cb5 Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen as well. by Anders Carlsson · 14 years ago
- 2a5f99e Tie DefineVTablesUsed() in with recursive function instantiation so that we emit by Nick Lewycky · 14 years ago
- 0b9fb2f Remove the PrimaryBaseInfo class. by Anders Carlsson · 14 years ago
- c9e814b Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual. by Anders Carlsson · 14 years ago
- bdb4a9d Move code off the primary base info iterator. No functionality change. by Anders Carlsson · 14 years ago
- 245656e Use the newly added function in ASTRecordLayoutBuilder. by Anders Carlsson · 14 years ago
- 3a03765 Fix typo. by Anders Carlsson · 14 years ago
- 46170f9 Add CXXRecordDecl::getIndirectPrimaryBases. by Anders Carlsson · 14 years ago
- 8a9dc4f Simplify code. by Anders Carlsson · 14 years ago
- cb690b1 Fix a (probably very old) regression where we weren't using the typedef name for anonymous tag types. by Anders Carlsson · 14 years ago
- 2d98777 Revert r120110. We don't want to call ConvertType from within getCGRecordLayout. by Anders Carlsson · 14 years ago
- 4cb78b2 Use ConvertType instead of ConvertTagDeclType, since ConvertType will assign a name to the type. by Anders Carlsson · 14 years ago
- 3379e9b Simplify code. by Anders Carlsson · 14 years ago
- 8292696 Fix build. by Anders Carlsson · 14 years ago
- c8f01eb Make CodeGenTypes::getCGRecordLayout compute the layout lazily if it doesn't exist. This matches ASTContext::getASTRecordLayout and is less confusing. by Anders Carlsson · 14 years ago
- ba2c2ee CGRecordLayout types are always struct types. by Anders Carlsson · 14 years ago
- 3230302 When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is by Zhongxing Xu · 14 years ago
- d706434 Let StackFrameContext represent if the call expr is evaluated as lvalue. by Zhongxing Xu · 14 years ago
- 13cf5e2 Appease versions of GCC which don't correctly support injected class names. by John McCall · 14 years ago
- 26c25c9 This is probably an important file. by John McCall · 14 years ago
- f351424 Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals by John McCall · 14 years ago
- 19b78d9 Use StackFrameContext directly in CallEnter program point. Then we don't need by Zhongxing Xu · 14 years ago
- 5281b8e print asLValue attribute of CFGStmt. by Zhongxing Xu · 14 years ago
- 7eb0a9e Switch a lot of call-sites over to using the new value-kind calculations. by John McCall · 14 years ago
- 94a3dcf Refactor AddStmtChoice to make it easier to use; also add comments on how the class works. Reviewed by kremenek. by Zhanyong Wan · 14 years ago
- 0d4739ab Fix 2 problems with Chris Lattner's FileManager redesign on Windows. by Francois Pichet · 14 years ago
- cca8ab1 Add an assert() to catch errors using EvalLoad(). Reviewed by kremenek. by Zhanyong Wan · 14 years ago
- 3baf672 Adjust method calls to reflect name changes in by Ted Kremenek · 14 years ago
- 5cc1c73 The final result of all this refactoring: instead of doing stat immediately by Chris Lattner · 14 years ago
- fe4ea55 Redeclarations of using declarations are not okay in function scopes. by John McCall · 14 years ago
- b2b93c1 if we succeed in opening a directory but expected a file, ensure we don't by Chris Lattner · 14 years ago
- 291fcf0 hopefully resolve the windows buildbot issue (retch) by Chris Lattner · 14 years ago
- 898a061 change the 'is directory' indicator to be a null-or-not by Chris Lattner · 14 years ago
- f9f7766 pull "is directory" handling into FileManager::getStatValue by Chris Lattner · 14 years ago
- dfa1edb A few tweaks to the value-kind computation: by John McCall · 14 years ago
- 7a73002 Remove static_casts from SemaDeclAttr.cpp by Peter Collingbourne · 14 years ago
- f3e8a99 tidy up code, add a comment about dir caching. by Chris Lattner · 14 years ago
- 72f6130 replicate a terrible hack to fix a build error on VC++ by Chris Lattner · 14 years ago
- d6f6111 simplify the cache miss handling code, eliminating CacheMissing. by Chris Lattner · 14 years ago
- 11aa4b0 factor the "cache miss" handling code out of FM into a static by Chris Lattner · 14 years ago
- f8f6129 r120013 dropped passing in the precomputed file size to by Chris Lattner · 14 years ago
- 74e976b PCH files only cache successful stats. Remove the code that reads/writes by Chris Lattner · 14 years ago
- 10e286a rework the stat cache, pulling it out of FileManager.h into by Chris Lattner · 14 years ago
- 75dfb65 tidy up. Split FileManager::getBufferForFile into by Chris Lattner · 14 years ago
- 681c74a don't allow remapping PTH file paths with -fworking-directory, the by Chris Lattner · 14 years ago
- b088cd3 reduce indentation and use early outs, to make it easier to read by Chris Lattner · 14 years ago
- 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
- 7ad97ff give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 14 years ago
- 151466a Partially revert Doug's PCH validation patch (r98585). by Chris Lattner · 14 years ago
- 8e161ed Microsoft C anonymous struct implementation. by Francois Pichet · 14 years ago
- 67452f5 stringref'ize API by Chris Lattner · 14 years ago
- 7ad629e tidy up by Chris Lattner · 14 years ago
- efc4be2 avoid creating sys::Path instances when -fworking-directory isn't being used. by Chris Lattner · 14 years ago
- 36f327c Stylistic changes to CFG.cpp: by Zhanyong Wan · 14 years ago
- ada4b32 Refactor the null-initialization for record types and make it handle bases that aren't i8 arrays. by Anders Carlsson · 14 years ago
- f27f03e Remove the other FIXME I added. This is covered by the Index test and not testable via -ast-dump. by Nico Weber · 14 years ago
- 76f11c9 Remove one I just added, add a more focused test for why the current code is correct. by Nico Weber · 14 years ago
- c43271e Try to get the bots green after r119966. by Nico Weber · 14 years ago
- 253e80b Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661. by Nico Weber · 14 years ago
- 59b173d Minor whitespace fix, no functionality change by Nico Weber · 14 years ago
- 99cae5b Fix PR8419. Reviewed by kremenek and xuzhongxing. by Zhanyong Wan · 14 years ago
- 7acb953 Undo part of my previous commit to mm_malloc.h, going back to the use of by Chandler Carruth · 14 years ago
- a03613d Remove FIXME; we don't ever want to lay out empty bases. by Anders Carlsson · 14 years ago
- 9a5a3f2 Rename BaseLLVMType to NonVirtualBaseLLVMType. by Anders Carlsson · 14 years ago
- f4a15b0 Add getCGRecordLayout helper function. No functionality change. by Anders Carlsson · 14 years ago
- 2e6c19a The 'X' printf type has a valid alternative form. Fixes PR8641. by Anders Carlsson · 14 years ago
- d981146 Fix a bunch of IndirectFieldDecl-related warnings. by Benjamin Kramer · 14 years ago
- aa8b2d9 Filename.rfind("/\\") won't give us the position of the last directory seperator. by Benjamin Kramer · 14 years ago
- 6538227 remove old compatibility APIs, use StringRef versions instead. by Chris Lattner · 14 years ago
- f69a1f3 change the various getFile routines to use StringRef as their implementation form. by Chris Lattner · 14 years ago