summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge r128168 to unbreak test.upstream/release_29Bill Wendling2011-03-271-4/+10
* Missed merge that goes with the merge of r128210.Bill Wendling2011-03-273-3/+85
* These should have been removed before with r128225.Bill Wendling2011-03-256-87/+0
* - r127284 Availability of Lit on MSYS configure.Bill Wendling2011-03-254-34/+35
* --- Merging r128210 into '.':Bill Wendling2011-03-252-3/+13
* Disable CUDA support.Bill Wendling2011-03-248-20/+0
* --- Merging r128104 into '.':Bill Wendling2011-03-232-4/+6
* --- Merging r128102 into '.':Bill Wendling2011-03-231-3/+5
* - r127238 mingw-w64 should define __MINGW32__, too.Bill Wendling2011-03-225-18/+57
* --- Merging r127811 into '.':Bill Wendling2011-03-217-20/+49
* --- Merging r127622 into '.':Bill Wendling2011-03-212-3/+6
* --- Merging r127405 into '.':Bill Wendling2011-03-216-7/+67
* --- Merging r127806 into '.':Bill Wendling2011-03-211-1/+1
* --- Merging r127980 into '.':Bill Wendling2011-03-215-7/+206
* --- Merging r127623 into '.':Bill Wendling2011-03-1611-20/+167
* --- Merging r127373 into '.':Bill Wendling2011-03-163-22/+3
* --- Merging r127512 into '.':Bill Wendling2011-03-162-1/+15
* Merge EH fix from trunk (GNUstep ObjC runtime).David Chisnall2011-03-161-6/+17
* For PR2928:Bill Wendling2011-03-151-4/+12
* For PR9480:Bill Wendling2011-03-142-1/+6
* --- Merging r127543 into '.':Bill Wendling2011-03-141-1/+5
* --- Merging r127541 into '.':Bill Wendling2011-03-145-6/+18
* --- Merging r127563 into '.':Bill Wendling2011-03-142-9/+25
* noexcept isn't finished just yet:Bill Wendling2011-03-1421-354/+176
* --- Merging r127460 into '.':Bill Wendling2011-03-142-0/+5
* Merged selector linkage fix (GNU runtime) from trunk. Approved by Doug Gregor.David Chisnall2011-03-141-2/+2
* Creating Clang 2.9 release branch.Bill Wendling2011-03-080-0/+0
* Detect attempts to provide a specialization of a function within aDouglas Gregor2011-03-083-3/+22
* Fix tests to account for new warning "expected ';' at end of declaration list...Carl Norum2011-03-078-9/+9
* When we adjust the inline ASM type, we need to take into account an earlyBill Wendling2011-03-072-1/+23
* Allow passing '-###' to ASTUnit::LoadFromCommandLine to print out the cc1 opt...Argyrios Kyrtzidis2011-03-071-0/+8
* Change diagnostic message from "Extension" to "ExtWarn" to find more problems...Carl Norum2011-03-071-1/+1
* Fix null dereference in CFGBlock::FilterEdge that was reported in PR 9412.Ted Kremenek2011-03-072-5/+20
* CodeGenFunction::GenerateBlockFunction() should initialize DebugInfo just lik...Devang Patel2011-03-071-1/+4
* g++ is more permissive regarding flexible arrays.Argyrios Kyrtzidis2011-03-073-8/+34
* DebugInfo can be enabled or disabled at function level (e.g. using an attribu...Devang Patel2011-03-078-20/+21
* Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ...Devang Patel2011-03-074-4/+17
* Support explicit template specialization and instantiation for membersDouglas Gregor2011-03-077-14/+186
* When rebuilding a dependent template specialization type to anotherDouglas Gregor2011-03-071-3/+4
* The conditional needs to be pushed before the branch. Make the test lessJohn McCall2011-03-075-79/+171
* When transforming a dependent template specialization type, make sureDouglas Gregor2011-03-072-5/+62
* Produce a diagnostic for unused overloaded expressions, from Faisal Vali!Douglas Gregor2011-03-072-0/+54
* An operator new with an empty exception specifier returns null on a badJohn McCall2011-03-072-0/+26
* Check in the implementation as well...Anders Carlsson2011-03-071-3/+7
* Add a non-static FixupRelativePath to FileManager.Anders Carlsson2011-03-071-0/+2
* Redo part of r127137:Joerg Sonnenberger2011-03-072-7/+7
* Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor2011-03-0721-2441/+0
* Explicitly initialize CCCIsCPPJoerg Sonnenberger2011-03-071-2/+2
* If called as *cpp or *cpp-[^-]*, run only the preprocessor. If noJoerg Sonnenberger2011-03-064-10/+28
* Revert r126422 "Use private linkage to avoid symbol conflicts inDouglas Gregor2011-03-062-2/+2