- 4b16e97 Remove printfs. by Anders Carlsson · 15 years ago
- 4cf6f5f More work on wide bit-fields, WIP. by Anders Carlsson · 15 years ago
- 81140a5 Add Debug+Coverage to svn:ignore. by Dan Gohman · 15 years ago
- 72468ec Start working on handling wide bitfields in C++ by Anders Carlsson · 15 years ago
- 0f0e9b0 Rename the ASTContext member 'Context'. by Anders Carlsson · 15 years ago
- 66791df Only predefine the macro _GNU_SOURCE in C++ mode when we're on a by Douglas Gregor · 15 years ago
- ce2b41d tidy up by Chris Lattner · 15 years ago
- ccfa963 Expand the argument diagnostics for too many arguments and give by Eric Christopher · 15 years ago
- d77b9a2 Expand argument diagnostic for too few arguments to give the number by Eric Christopher · 15 years ago
- e42e987 Convert libCIndex to use the new native EXPORTED_SYMBOL_FILE mechanism. by Dan Gohman · 15 years ago
- ce487ef Fix a bug in caret-line-pruning logic that only happens when we have a by Douglas Gregor · 15 years ago
- c0b3964 Audit uses of Sema::LookupSingleName for those lookups that are by Douglas Gregor · 15 years ago
- c83c687 Feed proper source-location information into Sema::LookupSingleResult, by Douglas Gregor · 15 years ago
- 6f15395 Better support USRs for anonymous enums, structs, by including the location where by Ted Kremenek · 15 years ago
- 2ba6c81 Specify temporary file for -emit-llvm output in test case so that we don't deposit the file by Ted Kremenek · 15 years ago
- 1865cfe Do not generate USRs for declarations with 'no linkage' except for enums, structs, typedefs. by Ted Kremenek · 15 years ago
- c75d6cc Improve the bit-field too wide error message. by Anders Carlsson · 15 years ago
- bf422f9 Diagnose attempts to throw an abstract class type. by Douglas Gregor · 15 years ago
- 1b49d76 Fix PR 6844, a regression caused by the introduction of llvm_unreachable for the default by Ted Kremenek · 15 years ago
- 9791357 Split adding the primary virtual base offsets out into a separate pass. This fixes a bug where we would lay out virtual bases in the wrong order. by Anders Carlsson · 15 years ago
- af68d4e Fix a few cases where enum constant handling was using by Douglas Gregor · 15 years ago
- fb937b8 clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. by Daniel Dunbar · 15 years ago
- b6830d6 Tweak spelling (Bitfield -> BitField) by Daniel Dunbar · 15 years ago
- d4a97a1 Teach -fixit to modify all of its inputs instead of just the main file, unless by Nick Lewycky · 15 years ago
- 264b7f2 Include sender address in completion log. by Ted Kremenek · 15 years ago
- f404686 Tidy up comment. by Daniel Dunbar · 15 years ago
- b6a1693 Add TargetInfo::useBitfieldTypeAlignment(). by Daniel Dunbar · 15 years ago
- 3f87fb0 Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option parser. by Daniel Dunbar · 15 years ago
- 2df2569 IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments, it is now an immutable object. by Daniel Dunbar · 15 years ago
- 7fb6195 IRgen: Eliminate now unused fields from CGBitFieldInfo. by Daniel Dunbar · 15 years ago
- 2677261 IRgen: (Reapply 101222, with fixes) Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 15 years ago
- e57aa9e Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. by Eric Christopher · 15 years ago
- b13c170 Teach ASTVector::append() about the case where 'NumInputs' is 0. This hopefully fixes by Ted Kremenek · 15 years ago
- 66cf36d Add simple python server for recording code completion timings. by Ted Kremenek · 15 years ago
- da7af32 Add optional timing logging for code completion results. This causes a UDP packet by Ted Kremenek · 15 years ago
- 325e593 Warn about non-aggregate classes with no user-declared constructors by Douglas Gregor · 15 years ago
- 1a8cf73 Always diagnose and complain about problems in by Douglas Gregor · 15 years ago
- 4cd8494 Fix 80-cols violtaions by Sean Hunt · 15 years ago
- 1864f2e Once we've emitted a fatal diagnostic, keep counting errors but with a by Douglas Gregor · 15 years ago
- 6cd1e7c Make CXLanguage_Invalid the first enum value (with '0' as its value) in CXLanguageKind. by Ted Kremenek · 15 years ago
- 94b24db Fix a -pedantic spurious warning involving @dynamic. by Fariborz Jahanian · 15 years ago
- ab866b4 improve altivec c++ support by adding casts, patch by Anton Yartsev! by Chris Lattner · 15 years ago
- 1aae80b Thread a Scope pointer into BuildRecoveryCallExpr to help typo by Douglas Gregor · 15 years ago
- aaf8716 Teach typo correction about various language keywords. We can't by Douglas Gregor · 15 years ago
- 931f98a Return the corrected DeclarationName from Sema::CorrectTypo rather by Douglas Gregor · 15 years ago
- f8f8eba IRgen/NeXT: Simplify to use AST record layout for getting offsets instead of the by Daniel Dunbar · 15 years ago
- 55b3884 When diagnosing suspicious precedence or assignments, move the fix-it by Douglas Gregor · 15 years ago
- 868e78d Move GRStmtNodeBuilder::MakeNode() out of line. No functionality change. by Zhongxing Xu · 15 years ago
- 477323d Add support for CXXBoolLiteralExpr. by Zhongxing Xu · 15 years ago
- 21f6d6e Use direct assignment instead of user defined conversion. by Zhongxing Xu · 15 years ago
- 96c250a Speculatively revert "IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself.", I think it might be breaking bootstrap. by Daniel Dunbar · 15 years ago
- 86d0ef7 Improve line marker directive locations, patch by Jordy Rose by Chris Lattner · 15 years ago
- 2700831 add builtin for __builtin_vsprintf, patch by Paul Davey by Chris Lattner · 15 years ago
- 89cdaa9 IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 15 years ago
- e792584 IRgen: Tweak CGBitFieldInfo doxyments & add an accessor. by Daniel Dunbar · 15 years ago
- 8877321 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." by Chris Lattner · 15 years ago
- dd17394 implement altivec.h and a bunch of support code, patch by Anton Yartsev! by Chris Lattner · 15 years ago
- 6be3cb8 remove some obsolete super-handling code that I forgot to zap. by Chris Lattner · 15 years ago
- 47bd543 Implement typo correction for Objective-C message sends when the by Douglas Gregor · 15 years ago
- 1dbca6e Introduce a parsing action to distinguish between class, instance, and by Douglas Gregor · 15 years ago
- f19de1c Mark a function declaration invalid if any of its parameter declarations by John McCall · 15 years ago
- 74256f5 Parse friend template ids as types instead of ending up in by John McCall · 15 years ago
- aa1d761 Add encoding of reference types like gcc does for objc methods and by Fariborz Jahanian · 15 years ago
- 709210f Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance by Ted Kremenek · 15 years ago
- 9c9bd84 Introduce ASTVector, which is a std::vector-like class that allocates all memory by Ted Kremenek · 15 years ago
- 8bd5a69 Add cursor kind for C++ methods. by Ted Kremenek · 15 years ago
- ecdb41e IRgen: Move EmitLoadOfBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 15 years ago
- 21c0160 Fix an embarrasing memory error. I was apparently very tired when I wrote this by John McCall · 15 years ago
- ab970f9 IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "policy" with which a bit-field should be accessed. by Daniel Dunbar · 15 years ago
- 4895a8c Remove unnecessary cast. by Daniel Dunbar · 15 years ago
- 77e8b11 Support befriending members of class template specializations. by John McCall · 15 years ago
- c034974 Twik to radar 7839485. Do not attach weak_import attribute to class by Fariborz Jahanian · 15 years ago
- a50d750 Turn off warning about weak_import attribute by Fariborz Jahanian · 15 years ago
- 08adf32 Removes a FIXME. by Fariborz Jahanian · 15 years ago
- 15bd588 Variation of objc_copyStruct API generation when by Fariborz Jahanian · 15 years ago
- 8ce9e45 Rework the ConstStructBuilder code to emit missing initializer by Chris Lattner · 15 years ago
- b5e8156 unbreak tests. by Chris Lattner · 15 years ago
- eba3e5a move a bunch of ConstStructBuilder methods out of line. by Chris Lattner · 15 years ago
- 4357a82 minor cleanups by Chris Lattner · 15 years ago
- 363ff23 Teach HasSideEffect about InitListExprs. Not having by Chris Lattner · 15 years ago
- 553e583 make the rewriter add a #ifndef around the #define of __attribute__. by Chris Lattner · 15 years ago
- abe183d Refactor and simplify the computation of implicit conversion sequences by Douglas Gregor · 15 years ago
- aa0be17 When returning the result of a call to an object of class type, do not by Douglas Gregor · 15 years ago
- d1fed3e During referencing binding, only consider conversion functions for by Douglas Gregor · 15 years ago
- bc9ad74 Make all cases that we don't handle explicit. by Zhongxing Xu · 15 years ago
- 0d9d736 Dispatch all C++ cast expr to VisitCast(). by Zhongxing Xu · 15 years ago
- c5354a2 CFGBuilder: always add C++ member call expr as block-level expr. by Zhongxing Xu · 15 years ago
- 3d04336 Allow classes to befriend implicitly-declared members. Fixes PR6207 for by John McCall · 15 years ago
- c09289d Add a cc1 option to specify the max number of nodes the analyzer can explore. by Zhongxing Xu · 15 years ago
- ba9d853 Parse constructor names in friend declarations. Part of the fix for PR6207. by John McCall · 15 years ago
- b21b1c9 Remove this test for now until I can figure out by Fariborz Jahanian · 15 years ago
- 9ea6397 Don't try to find a scope corresponding to the search DC for an unfound by John McCall · 15 years ago
- 984152f Modify test to be darwin specific. by Fariborz Jahanian · 15 years ago
- bbea716 add frontend support for -fdata-sections and -ffunction-sections, by Chris Lattner · 15 years ago
- 0b2bd47 Add support for objc_copyStruct to enforce by Fariborz Jahanian · 15 years ago
- cd9199e Fix debug info for cleanup block. by Devang Patel · 15 years ago
- df72140 cache the PP's SourceManager. by Chris Lattner · 15 years ago
- a3f8137 Diagnose declarations of conversion functions with declarators other than '()'. by John McCall · 15 years ago
- 88aae91 make the preprocessor listen to linemarker directives in -E mode, by Chris Lattner · 15 years ago
- c0b53c2 Remove some dead FIXMEs by Douglas Gregor · 15 years ago