summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* some fixes for flangclang_brancharphaman2013-07-164-872/+29
* moved ast unit headerarphaman2013-07-161-0/+0
* some fixes for flangarphaman2013-07-164-270/+77
* moved compiler instance to flangarphaman2013-07-162-0/+0
* some fixes for flangarphaman2013-07-167-197/+27
* moved codegen headerarphaman2013-07-161-0/+0
* removed added clang stuffarphaman2013-07-1617-742/+0
* Merge remote-tracking branch 'clang_remote/master' into clang_brancharphaman2013-07-1656-666/+2823
|\
| * 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-162-1/+5
| * Fix test on release builds.Tim Northover2013-07-161-2/+1
| * ARM: implement low-level intrinsics for the atomic exclusive operations.Tim Northover2013-07-169-21/+398
| * Limit number of bits in size representation so that bit size fit 64 bits.Serge Pavlov2013-07-163-8/+14
| * Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-2/+2
| * Merge attributes on typedef decls.Eli Friedman2013-07-162-0/+6
| * Fix alignment of class derived from empty class.Eli Friedman2013-07-162-3/+45
| * ObjC migrator: build conforming interfaceFariborz Jahanian2013-07-163-1/+54
| * Fix member refs with using decl + anonymous union.Eli Friedman2013-07-163-15/+31
| * Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionR...David Blaikie2013-07-152-0/+12
| * ObjC migrator: finding conforming protocolFariborz Jahanian2013-07-153-2/+79
| * Fix a typo in the diagnostic note added in r186342.Kaelyn Uhrain2013-07-152-3/+3
| * Move the "->" to "." fixit from r186128 into a separate note sinceKaelyn Uhrain2013-07-154-18/+20
| * Add support for type traversal matchers.Samuel Benzaquen2013-07-159-170/+206
| * Re-revert r86040, which was un-reverted in r186199.Chandler Carruth2013-07-158-69/+32
| * clang-format: Improve c-style cast detection.Daniel Jasper2013-07-152-2/+5
| * Improvement of change r186320.Daniel Jasper2013-07-153-10/+13
| * Improve formatting of operator<< chains.Daniel Jasper2013-07-153-2/+5
| * 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-153-0/+190
| * Revert 186302 to fix build bots.Craig Topper2013-07-151-1/+1
| * Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-1/+2
| * 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
| * 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
| * Make these tests more robust against IRgen choosing to emit more named metadata.Richard Smith2013-07-146-93/+92
| * Delete a test that is checking badly for a point bug that Clang never had (an...Richard Smith2013-07-141-12/+0
| * 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-146-3/+32
| * Serialization support for TagDecl::IsCompleteDefinitionRequiredDavid Blaikie2013-07-143-1/+7
| * Initialize the "IsCompleteDefinitionRequired" field in the ASTContext ctorDavid Blaikie2013-07-131-10/+7
| * PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit...David Blaikie2013-07-1311-41/+69
| * Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENTDavid Blaikie2013-07-135-3/+9
| * Simplify getTypeInfoImpl handling of 'non-canonical unless dependent' types.David Blaikie2013-07-131-26/+4