- 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 15 years ago
- 77561e5 Grammar fix: s/it's/its/g in by Nick Lewycky · 15 years ago
- 4c464b9 Patch to fix a irgen crash accessing an initialized local static by Fariborz Jahanian · 15 years ago
- f0af777 Predefine the '__clang_analyzer__' macro when using '-analyze'. by Ted Kremenek · 15 years ago
- 2c0a540 Improve on flexible array diagnostics (PR7029). by Fariborz Jahanian · 15 years ago
- 4142ceb Fixes misc. flexible array bugs in c++ (PR7029). by Fariborz Jahanian · 15 years ago
- 9d5e5d4 Update .xcodeproj file. by Anders Carlsson · 15 years ago
- 685b1d9 Extract the ObjC and blocks manglers into their own class. No functionality by Charles Davis · 15 years ago
- e935fdb Fixed comment. by Abramo Bagnara · 15 years ago
- a0af3b4 Added source order to CXXBaseOrMemberInitializer. by Abramo Bagnara · 15 years ago
- 0c54fc9 Move ComputeEmptySubobjectSizes to EmptySubobjectMap. by Anders Carlsson · 15 years ago
- 6a91c03 Stub out the EmptySubobjectsMap class. by Anders Carlsson · 15 years ago
- 0efac25 Inline the RecordLayoutBuilder constructor. by Anders Carlsson · 15 years ago
- c6cab68 Add a Layout overload that takes a CXXRecordDecl. by Anders Carlsson · 15 years ago
- 7e22028 Move RecordLayoutBuilder into an anonymous namespace. by Benjamin Kramer · 15 years ago
- ff2e4f4 When transforming a C++ "new" expression's constructor arguments, drop by Douglas Gregor · 15 years ago
- 7d0918a Rename ASTRecordLayoutBuilder to RecordLayoutBuilder. by Anders Carlsson · 15 years ago
- c49a7d5 Remove RecordLayoutBuilder.h by Anders Carlsson · 15 years ago
- 9392fa6 Move the ASTRecordLayoutBuilder class declaration into the .cpp file. by Anders Carlsson · 15 years ago
- 1a97299 ASTRecordLayoutBuilder is no longer a friend of ASTRecordLayout. by Anders Carlsson · 15 years ago
- b90f4b3 Tell the string literal parser when it's not permitted to emit by Douglas Gregor · 15 years ago
- aa230b7 Fix thinko and remove another unused function. by Anders Carlsson · 15 years ago
- 4831710 Fix build. by Anders Carlsson · 15 years ago
- 28fdd0a No need to use the PrimaryBaseInfo struct in the builder. by Anders Carlsson · 15 years ago
- 1b12a3b Be sure to use the standard substitutions when mangling the names of by Douglas Gregor · 15 years ago
- 400b06d Remove FIXME. by Anders Carlsson · 15 years ago
- 2f64e37 Fold the other Layout overload into its sole call site. by Anders Carlsson · 15 years ago
- 36cdc61 Fold the ASTRecordLayoutBuilder::ComputeLayout overload that takes an ObjCInterfaceDecl pointer into its only callsite. by Anders Carlsson · 15 years ago
- 1e641ce 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. by Anders Carlsson · 15 years ago
- ed4214c Small fix. by Zhongxing Xu · 15 years ago
- 9579898 Remove extents of dead symbolic regions when RemoveDeadBindings. by Zhongxing Xu · 15 years ago
- d8e8a58 Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 15 years ago
- 3458d43 Allocate the contents of TemplateArgumentList using ASTContext's allocator. This fixes by Ted Kremenek · 15 years ago
- ff3dc39 Add Redeclarable boilerplate to TypedefDecl, from Peter Collingbourne! by Douglas Gregor · 15 years ago
- 3a811f1 IRgen: Add a stub class for generating ABI-specific C++ code. by Charles Davis · 15 years ago
- 32148ce Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not the by Daniel Dunbar · 15 years ago
- a46325e make -ast-dump print something like this for declstmts: by Chris Lattner · 15 years ago
- 52d0b59 Fix testsuite for blocks mangling change by Douglas Gregor · 15 years ago
- 4fc8453 Refactoring of block-pointer type rewrite. by Fariborz Jahanian · 15 years ago
- 6e5d9b0 Fix compilation failure by Douglas Gregor · 15 years ago
- 35415f5 Improve name mangling for blocks and support mangling of static local by Douglas Gregor · 15 years ago
- 1f90622 Patch to rewrite block pointers as arguments to methods. (Radar 7987817). by Fariborz Jahanian · 15 years ago
- af7bea5 Make sure to strip off top-level cv-qualifiers as part of a by Douglas Gregor · 15 years ago
- b453c53 Put -Wvla into the -Wgnu warning group by Douglas Gregor · 15 years ago
- 21c241f Turn vertical spacing into horizontal spacing in code-completion results by Douglas Gregor · 15 years ago
- dc84534 Improve code completion in failure cases in two ways: by Douglas Gregor · 15 years ago
- ab28099 CastSizeChecker checks when casting a malloc'ed symbolic region to type T, by Zhongxing Xu · 15 years ago
- 8b24233 If a function definition has any sort of weak linkage, its static local by John McCall · 15 years ago
- 45806fe Make this class useful as a base. by Nick Lewycky · 15 years ago
- b9aefa7 IRgen/C++: When mark vtables used, make sure to still append to the VTableUse array if we promote a vtable from being just used to having its definition required. This ensures that we properly inform the consumer about whether the vtable is required or not, previously we could fail to do so when the vtable was in the VTableUses array before the decl which marked it as required. by Daniel Dunbar · 15 years ago
- e669f89 Simplify. by Daniel Dunbar · 15 years ago
- 2472882 improve the fixit for the missing : error when parsing ?:. When by Chris Lattner · 15 years ago
- 6a143ff add a few more categories. by Chris Lattner · 15 years ago
- 9ecb636 missed an svn add by Chris Lattner · 15 years ago
- 3f14538 push categories forward a bit more: document them, add some by Chris Lattner · 15 years ago
- 204ce17 Don't complain about VLAs of non-POD types when the array type is by Douglas Gregor · 15 years ago
- ceafbde A type- or value-dependent expression cannot use bitfield by Douglas Gregor · 15 years ago
- d342bf7 when too many errors are emitted, and we produce: by Chris Lattner · 15 years ago
- a5a7987 Fix a rewriting bug where a local static objective-c by Fariborz Jahanian · 15 years ago
- 73d1eb0 Fix an objective-c rewriter bug when pre-processed file's by Fariborz Jahanian · 15 years ago
- 836adf6 Make sure that we instantiate variably modified types, even if they by Douglas Gregor · 15 years ago
- 94a6157 Downgrade deletion of a void* from an error (which is should be) to an by Douglas Gregor · 15 years ago
- ae65f4b An identity conversion is better than any non-identity conversion. Fixes PR7095. by Douglas Gregor · 15 years ago
- 88623ad In C++, one cannot assign from an arithmetic type to an enumeration by Douglas Gregor · 15 years ago
- 26d1f75 Make clang_isFromMainFile() robust against NULL source locations. by Douglas Gregor · 15 years ago
- 89cf2e3 Add a comment for r104472. by Benjamin Kramer · 15 years ago
- 92b9bd9 PR5863: Don't erase unreachable BBs which have an associated cleanup size. by Benjamin Kramer · 15 years ago
- a481ec4 It turns out that people love using VLAs in templates, too. Weaken our by Douglas Gregor · 15 years ago
- 9ba6af8 Complain about sizeof(overloaded function) rather than crashing. by Douglas Gregor · 15 years ago
- 928e6fc Move OverloadExpr over to a ASTContext-allocated pointer for its by Douglas Gregor · 15 years ago
- 5a84dec Provide the overloaded functions for UnresolvedLookupExpr and by Douglas Gregor · 15 years ago
- 0054531 Keep track of all of the class and function template's "common" by Douglas Gregor · 15 years ago
- bfcdc40 When recording empty subobjects we should always look at the primary virtual base. by Anders Carlsson · 15 years ago
- db4da82 Put the VLA-is-an-extension warning into its own warning group (-Wvla) by Douglas Gregor · 15 years ago
- 715e9c8 Even though we don't unique VLA types, we still need to build a by Douglas Gregor · 15 years ago
- fa037bd Re-teach IR gen to perform GC moves on rvalues resulting from various ObjC by John McCall · 15 years ago
- a40a9f3 Really fix PR7139. There was one boost test that we still failed, and my first fix broke self-host. by Anders Carlsson · 15 years ago
- 1884eb0 Re-land the fix for PR7139. by Anders Carlsson · 15 years ago
- fb2db46 Don't look for a destructor in a dependent type. Fixes PR7198. by Douglas Gregor · 15 years ago
- d900831 When determining whether we can use "this", make sure to look through by Douglas Gregor · 15 years ago
- 0fddb97 Implement support for variable length arrays in C++. VLAs are limited by Douglas Gregor · 15 years ago
- e229b9d minor updates by Chris Lattner · 15 years ago
- 2d6b0e9 Improve our handling of reference binding for subobjects of by Douglas Gregor · 15 years ago
- 5e30b8b Attempt to make MSVC happy. by Daniel Dunbar · 15 years ago
- c304ba3 Daniel re-educated me about what Alias does and does not do. Turn that off for by Chandler Carruth · 15 years ago
- ef072fd Push a return-value slot throughout ObjC message-send codegen. Will be by John McCall · 15 years ago
- 9fcbc05 Driver: When printing a "command was signalled" type of diagnostic, use the by Daniel Dunbar · 15 years ago
- 3038204 Driver: Add Tool::ShortName, intended to be a human readable name for the tool. by Daniel Dunbar · 15 years ago
- d7ffd08 Make crashreport data in libclang a compile-time option. by Ted Kremenek · 15 years ago
- d5ab9b0 Improve recovery when we see a dependent template name that is missing by Douglas Gregor · 15 years ago
- 561da7e Clang missing warning about conflicting declaration vs. definition by Fariborz Jahanian · 15 years ago
- 1fd6d44 Improve parser recovery when we encounter a dependent template name by Douglas Gregor · 15 years ago
- db3f847 Outdent this file by 2 spaces per the coding standards, and also clean up by Nick Lewycky · 15 years ago
- 892fa6c Unbreak self-host. by Anders Carlsson · 15 years ago
- d775c66 Update retain-release checker to understand changes to how 'super' is represented by Ted Kremenek · 15 years ago
- 8f32675 Pass around an error SourceRange instead of an Expr* when reporting errors by Ted Kremenek · 15 years ago
- db9b12e Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle setting null data member pointers correctly. Fixes PR7139. by Anders Carlsson · 15 years ago
- b212d9a When instantiating a function declaration within a function template, by Douglas Gregor · 15 years ago
- d3573f0 down with export. by Chris Lattner · 15 years ago
- e4aec0e Improved TypeLoc::getSourceRange(). by Abramo Bagnara · 15 years ago