summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge r143770 from mainline to fix MSVC build.Tanya Lattner2011-11-172-2/+12
* Merging r142531:Bill Wendling2011-11-102-5/+7
* Merging r143917:Chandler Carruth2011-11-072-16/+5
* Merging r143916:Chandler Carruth2011-11-071-0/+8
* Merging r143897:Chandler Carruth2011-11-071-5/+0
* Merging r143896:Chandler Carruth2011-11-071-43/+25
* Merging r143875:Chandler Carruth2011-11-072-6/+6
* Merging r143874:Chandler Carruth2011-11-071-334/+48
* Merging r143873:Chandler Carruth2011-11-071-1/+2
* Merging r143871:Chandler Carruth2011-11-072-84/+93
* Merging r143869:Chandler Carruth2011-11-072-8/+7
* Merging r143866:Chandler Carruth2011-11-071-14/+35
* Merging r143841:Chandler Carruth2011-11-071-18/+62
* Merging r143840:Chandler Carruth2011-11-072-4/+2
* Merging r143839:Chandler Carruth2011-11-071-12/+4
* Merging r143838:Chandler Carruth2011-11-072-236/+249
* Merging r143836:Chandler Carruth2011-11-071-9/+0
* Merging r143822:Chandler Carruth2011-11-074-288/+471
* Merging r143801:Chandler Carruth2011-11-072-4/+26
* Merging r143798:Chandler Carruth2011-11-073-8/+23
* Merging r143752:Chandler Carruth2011-11-073-244/+291
* Merging r143751:Chandler Carruth2011-11-071-3/+3
* Merging r143687:Chandler Carruth2011-11-072-5/+11
* Merging r143686:Chandler Carruth2011-11-072-20/+12
* ------------------------------------------------------------------------Chandler Carruth2011-11-072-11/+19
* Merging r143345:Bill Wendling2011-11-011-0/+1
* Merging r143344:Bill Wendling2011-11-011-4/+42
* Patch for PR9614. By Rafael Espindola.Bill Wendling2011-10-292-4/+57
* Fixes an intermittent bug that I finally got a good test case for in GNU ObjC.Bill Wendling2011-10-291-12/+14
* Merging r142918:Bill Wendling2011-10-251-8/+8
* Merging r142187:Bill Wendling2011-10-181-0/+17
* Merging r142349:Bill Wendling2011-10-181-4/+5
* Merging r142134:Bill Wendling2011-10-171-2/+2
* Merging r142133:Bill Wendling2011-10-171-27/+34
* Change 'Emit' to 'EmitCaret' which sums up what it *should* be doing.Chandler Carruth2011-10-151-6/+9
* -Wc++98-compat warnings for the lexer.Richard Smith2011-10-154-8/+28
* Teach the ASTImporter to perform DeclContext lookups in a way thatDouglas Gregor2011-10-152-77/+109
* Add c_alignas and cxx_alignas featuresPeter Collingbourne2011-10-141-0/+3
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-1426-40/+195
* Attempt to fix Windows buildbot, round 2.Eli Friedman2011-10-141-1/+1
* Add template instantiation support for AtomicExpr.Eli Friedman2011-10-143-25/+70
* Teach the ASTImporter not to import redundant fields.Douglas Gregor2011-10-141-50/+101
* Attempt to fix buildbot failure on Windows.Eli Friedman2011-10-141-1/+2
* Allow calling ASTUnit::LoadFromCompilerInvocationAction with a previously cre...Argyrios Kyrtzidis2011-10-141-13/+16
* Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman2011-10-145-11/+41
* -Wc++98-compat: warn on C++11 attributes and alignas.Richard Smith2011-10-141-0/+3
* Don't try to diagnose anything when we're passing incomplete typesDouglas Gregor2011-10-141-1/+4
* Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-...Richard Smith2011-10-142-6/+13
* Refactor static analyzer to use simpler interface to constant expression eval...Richard Smith2011-10-142-42/+17
* [temp.explicit]p1: constexpr cannot be specified in explicit instantiations.Richard Smith2011-10-141-3/+6