- 64a8034 Fix a miscompile of wchar pascal strings. (radar 8020384) by Fariborz Jahanian · 15 years ago
- c7e04da A more minimal fix for PR6762. by John McCall · 15 years ago
- 2b7baf0 Roll back r104941. by John McCall · 15 years ago
- be2e9a8 Let the backend decide which scheduler and register allocator to use. by Jakob Stoklund Olesen · 15 years ago
- 69677ea zero-cost exception API for NeXt runtime. by Fariborz Jahanian · 15 years ago
- 469d40e Driver: Spell -relax-all correctly when calling the cc1as tool. by Daniel Dunbar · 15 years ago
- 811d0be Disable exception-spec compatibility checking under -fno-exceptions. by John McCall · 15 years ago
- 1d0a585 Add a new attribute on records, __attribute__((adl_invisible)), and define by John McCall · 15 years ago
- 42a4f66 Don't just skip over the entire tag definition if the parser action didn't by John McCall · 15 years ago
- fa4edcf Optimize and complete associated-class-and-namespace collection from a type. by John McCall · 15 years ago
- 76ef658 When we complain about a member being inaccessible due to a constraint by Douglas Gregor · 15 years ago
- c302f00 Add CMake goop to get arm_neon.h generated by Douglas Gregor · 15 years ago
- c90b32e Convert arm_neon.h into arm_neon.td, from which arm_neon.h will be built by Nate Begeman · 15 years ago
- f2070b3 Frontend: Sprinkle in some C++ header paths for ARM/Darwin. Also, don't add x86 by Daniel Dunbar · 15 years ago
- 0140d92 This cast is no longer needed; the FIXME is fixed. by Dan Gohman · 15 years ago
- 9da9cdf When filtering out previous declarations of friend functions, consider the by John McCall · 15 years ago
- 707bef3 This cast is no longer required. by Dan Gohman · 15 years ago
- 447107d Don't put method bodies into code completions unless code patterns are by Douglas Gregor · 15 years ago
- 4710e5b Do not produce types as valid code completions when we're in an by Douglas Gregor · 15 years ago
- cfeac34 Add several more predefines from modern versions of GCC. by Dan Gohman · 15 years ago
- c8bddde Make -code-completion-patterns only cover multi-line code by Douglas Gregor · 15 years ago
- 6d172e2 Update __builtin_setjmp codegen to match llvmCore changes in r104900. by Jim Grosbach · 15 years ago
- 8e254cf Implement a code-completion hook for the receiver of an Objective-C by Douglas Gregor · 15 years ago
- aeb4a28 Tweak the fix-it for a copy constructor declared to take its argument by Douglas Gregor · 15 years ago
- 0a87b37 When null-initializing bases with data member pointers, don't assert on virtual bases. Just initialize them to null. by Anders Carlsson · 15 years ago
- 78673d9 Enable the implementation of __builtin_setjmp and __builtin_longjmp. Not all by John McCall · 15 years ago
- 6f73914 Parse/Sema: Add support for '#pragma options align=packed', which, it should be by Daniel Dunbar · 15 years ago
- 638e7cf Parse/Sema: Add support for '#pragma options align=native'. by Daniel Dunbar · 15 years ago
- 812a345 More work on the empty subobject map. This code is not yet used. by Anders Carlsson · 15 years ago
- 6f11897 MemoryBuffer::getSTDIN may return a null pointer if an error occurs. by Dan Gohman · 15 years ago
- 81148e9 Fix 80-column. by Fariborz Jahanian · 15 years ago
- 38c9ab8 Objective-c++ IR gen. by Fariborz Jahanian · 15 years ago
- 9f716e4 When we've parsed a nested-name-specifier in a member access by Douglas Gregor · 15 years ago
- 350b9f3 Darwin/ARM seems to support mac68k align as well. by Daniel Dunbar · 15 years ago
- 473916c Driver: Update -O -> -O2 replacement for addition of -O0 option. by Daniel Dunbar · 15 years ago
- 5613876 Require a complete type when performing the qualified lookup during by John McCall · 15 years ago
- aeeb701 Implement __builtin_init_dwarf_reg_size_table and __builtin_dwarf_sp_column by John McCall · 15 years ago
- 9929800 Driver: Add support for -m[no-]relax-all, and make it the default at -O0. by Daniel Dunbar · 15 years ago
- c6082fe Sema: Add initial support for '#pragma options align=mac68k'. by Daniel Dunbar · 15 years ago
- 58b16b6 More work on the new empty subobject map. by Anders Carlsson · 15 years ago
- 4ecc9b7 Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instructions when using -integrated-as. by Daniel Dunbar · 15 years ago
- 0aa7edb Strip trailing whitespace. by Daniel Dunbar · 15 years ago
- 4e9255f AST: Add AlignMac68kAttr, not yet used. by Daniel Dunbar · 15 years ago
- ae2232b Sema: Factor out struct for alignment stack entries. by Daniel Dunbar · 15 years ago
- 9f21f89 Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, which by Daniel Dunbar · 15 years ago
- c76702c When deciding whether a deferred declaration has already been emitted, by John McCall · 15 years ago
- 8a2c92c AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. by Daniel Dunbar · 15 years ago
- 613fd67 Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. by Daniel Dunbar · 15 years ago
- 32f9010 Discard qualifiers for ElementRegions so that a 'const' doesn't change the lookup semantics by Ted Kremenek · 15 years ago
- 261febd More work on the empty subobjects map. by Anders Carlsson · 15 years ago
- ea75a82 Sema: Support for #pragma options align={reset,natural}. '#pragma options align' by Daniel Dunbar · 15 years ago
- 861800c Parse: Add support for '#pragma options align'. by Daniel Dunbar · 15 years ago
- 2736071 Correctly pass aggregates by reference when emitting thunks. by John McCall · 15 years ago
- 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 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
- 685b1d9 Extract the ObjC and blocks manglers into their own class. No functionality by Charles Davis · 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
- 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
- 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
- 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
- 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
- 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
- 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