aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2011-03-25These should have been removed before with r128225.llvmorg-2.9.0-rc2Bill Wendling6-87/+0
2011-03-25 - r127284 Availability of Lit on MSYS configure.Bill Wendling4-34/+35
2011-03-25--- Merging r128210 into '.':Bill Wendling2-3/+13
2011-03-24Disable CUDA support.Bill Wendling8-20/+0
2011-03-23--- Merging r128104 into '.':Bill Wendling2-4/+6
2011-03-23--- Merging r128102 into '.':Bill Wendling1-3/+5
2011-03-22 - r127238 mingw-w64 should define __MINGW32__, too.Bill Wendling5-18/+57
2011-03-21--- Merging r127811 into '.':Bill Wendling7-20/+49
2011-03-21--- Merging r127622 into '.':Bill Wendling2-3/+6
2011-03-21--- Merging r127405 into '.':Bill Wendling6-7/+67
2011-03-21--- Merging r127806 into '.':Bill Wendling1-1/+1
2011-03-21--- Merging r127980 into '.':Bill Wendling5-7/+206
2011-03-16--- Merging r127623 into '.':Bill Wendling11-20/+167
2011-03-16--- Merging r127373 into '.':Bill Wendling3-22/+3
2011-03-16--- Merging r127512 into '.':Bill Wendling2-1/+15
2011-03-16Merge EH fix from trunk (GNUstep ObjC runtime).David Chisnall1-6/+17
2011-03-15For PR2928:Bill Wendling1-4/+12
2011-03-14For PR9480:Bill Wendling2-1/+6
2011-03-14--- Merging r127543 into '.':Bill Wendling1-1/+5
2011-03-14--- Merging r127541 into '.':Bill Wendling5-6/+18
2011-03-14--- Merging r127563 into '.':Bill Wendling2-9/+25
2011-03-14noexcept isn't finished just yet:Bill Wendling21-354/+176
2011-03-14--- Merging r127460 into '.':Bill Wendling2-0/+5
2011-03-14Merged selector linkage fix (GNU runtime) from trunk. Approved by Doug Gregor.David Chisnall1-2/+2
2011-03-08Detect attempts to provide a specialization of a function within aDouglas Gregor3-3/+22
2011-03-07Fix tests to account for new warning "expected ';' at end of declaration list...Carl Norum8-9/+9
2011-03-07When we adjust the inline ASM type, we need to take into account an earlyBill Wendling2-1/+23
2011-03-07Allow passing '-###' to ASTUnit::LoadFromCommandLine to print out the cc1 opt...Argyrios Kyrtzidis1-0/+8
2011-03-07Change diagnostic message from "Extension" to "ExtWarn" to find more problems...Carl Norum1-1/+1
2011-03-07Fix null dereference in CFGBlock::FilterEdge that was reported in PR 9412.Ted Kremenek2-5/+20
2011-03-07CodeGenFunction::GenerateBlockFunction() should initialize DebugInfo just lik...Devang Patel1-1/+4
2011-03-07g++ is more permissive regarding flexible arrays.Argyrios Kyrtzidis3-8/+34
2011-03-07DebugInfo can be enabled or disabled at function level (e.g. using an attribu...Devang Patel8-20/+21
2011-03-07Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ...Devang Patel4-4/+17
2011-03-07Support explicit template specialization and instantiation for membersDouglas Gregor7-14/+186
2011-03-07When rebuilding a dependent template specialization type to anotherDouglas Gregor1-3/+4
2011-03-07The conditional needs to be pushed before the branch. Make the test lessJohn McCall5-79/+171
2011-03-07When transforming a dependent template specialization type, make sureDouglas Gregor2-5/+62
2011-03-07Produce a diagnostic for unused overloaded expressions, from Faisal Vali!Douglas Gregor2-0/+54
2011-03-07An operator new with an empty exception specifier returns null on a badJohn McCall2-0/+26
2011-03-07Check in the implementation as well...Anders Carlsson1-3/+7
2011-03-07Add a non-static FixupRelativePath to FileManager.Anders Carlsson1-0/+2
2011-03-07Redo part of r127137:Joerg Sonnenberger2-7/+7
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor21-2441/+0
2011-03-07Explicitly initialize CCCIsCPPJoerg Sonnenberger1-2/+2
2011-03-06If called as *cpp or *cpp-[^-]*, run only the preprocessor. If noJoerg Sonnenberger4-10/+28
2011-03-06Revert r126422 "Use private linkage to avoid symbol conflicts inDouglas Gregor2-2/+2
2011-03-06Used a nicer cast.Abramo Bagnara1-1/+1
2011-03-06Convert FileManager::FixupRelativePath over to using PathV2.Anders Carlsson3-19/+23
2011-03-06Improved type source location for long long type.Abramo Bagnara1-4/+6