summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* some fixes for flangclang_brancharphaman2013-07-162-188/+3
* some fixes for flangarphaman2013-07-161-1/+2
* some fixes for flangarphaman2013-07-162-164/+20
* Merge remote-tracking branch 'clang_remote/master' into clang_brancharphaman2013-07-162-0/+1059
|\
| * Remove unnecessary assignment.Manuel Klimek2013-07-161-1/+0
| * Fixes another hard to test problem with iterator invalidation.Manuel Klimek2013-07-161-60/+69
| * clang-format: Improve detection of function types.Daniel Jasper2013-07-161-1/+3
| * ARM: implement low-level intrinsics for the atomic exclusive operations.Tim Northover2013-07-162-6/+166
| * Limit number of bits in size representation so that bit size fit 64 bits.Serge Pavlov2013-07-161-5/+6
| * Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-2/+2
| * Merge attributes on typedef decls.Eli Friedman2013-07-161-0/+2
| * Fix alignment of class derived from empty class.Eli Friedman2013-07-161-3/+4
| * ObjC migrator: build conforming interfaceFariborz Jahanian2013-07-162-1/+48
| * Fix member refs with using decl + anonymous union.Eli Friedman2013-07-161-10/+14
| * ObjC migrator: finding conforming protocolFariborz Jahanian2013-07-152-2/+76
| * Move the "->" to "." fixit from r186128 into a separate note sinceKaelyn Uhrain2013-07-151-5/+3
| * Add support for type traversal matchers.Samuel Benzaquen2013-07-152-30/+20
| * Re-revert r86040, which was un-reverted in r186199.Chandler Carruth2013-07-154-21/+25
| * clang-format: Improve c-style cast detection.Daniel Jasper2013-07-151-2/+3
| * Improvement of change r186320.Daniel Jasper2013-07-152-8/+8
| * Improve formatting of operator<< chains.Daniel Jasper2013-07-152-2/+2
| * Replacing an empty switch with its moral equivalent. No functional changes i...Aaron Ballman2013-07-151-7/+3
| * Add 'static' and 'const' qualifiers to some arrays of strings.Craig Topper2013-07-154-7/+7
| * Fix to PR12262 - assertion when substituting explicit template argumentsSerge Pavlov2013-07-152-0/+13
| * Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-158-14/+16
| * Reformat line.Eric Christopher2013-07-141-2/+1
| * Move BlockLiteralGeneric earlier in CGDebugInfo and removeEric Christopher2013-07-142-8/+4
| * Update a few comments and reformat a decl for clarity.Eric Christopher2013-07-141-3/+4
| * Replace C++0x in a comment with C++11Craig Topper2013-07-141-1/+1
| * Change cxx0x to cxx11 in diagnostic name.Craig Topper2013-07-141-1/+1
| * Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-142-3/+3
| * Add missing include guards into headers in lib/Headers. While it may appearRichard Smith2013-07-144-0/+19
| * If an unimported submodule of an imported module contains a declaration of aRichard Smith2013-07-141-1/+5
| * Serialization support for TagDecl::IsCompleteDefinitionRequiredDavid Blaikie2013-07-142-0/+4
| * PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit...David Blaikie2013-07-137-35/+28
| * Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENTDavid Blaikie2013-07-132-0/+2
| * Simplify getTypeInfoImpl handling of 'non-canonical unless dependent' types.David Blaikie2013-07-131-26/+4
| * Fixes a typo caught by Arthur O'DwyerFariborz Jahanian2013-07-131-2/+2
| * C++ modules: Don't call DeclContext::lookup when half-way through deserializingRichard Smith2013-07-132-18/+58
| * [ms-cxxabi] Don't consider function templates for name backrefsReid Kleckner2013-07-131-1/+10
| * ObjC migrator: More knobs for migratingFariborz Jahanian2013-07-131-3/+19
| * ObjC migrator: early work for migrating implicitly conformingFariborz Jahanian2013-07-121-1/+30
| * Changes so that a few tests do not fail when running under guarded malloc.Argyrios Kyrtzidis2013-07-122-7/+7
| * Use function attributes to pass along the stack protector buffer size instead...Bill Wendling2013-07-122-1/+2
| * Compute 'this' correctly for block in lambda.Eli Friedman2013-07-121-8/+3
| * Provide a better diagnostic and a fixit for a '.' or '->' before the left parenKaelyn Uhrain2013-07-121-1/+13
| * Unrevert r186040, reverted in r186185, with fix for PR16597.Richard Smith2013-07-124-25/+21
| * Revert r186040 to fix PR16597 while Richard investigates what the bestChandler Carruth2013-07-124-21/+25
| * fixes a typo caught by Jordan.Fariborz Jahanian2013-07-121-1/+1
| * Objective-C: Produce gcc compatible encoding ofFariborz Jahanian2013-07-121-0/+14