summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Used a nicer cast.Abramo Bagnara2011-03-061-1/+1
* Convert FileManager::FixupRelativePath over to using PathV2.Anders Carlsson2011-03-063-19/+23
* Improved type source location for long long type.Abramo Bagnara2011-03-061-4/+6
* test/PCH/headersearch.cpp: Tweak for Windows hosts especially cygming.NAKAMURA Takumi2011-03-061-3/+3
* We may fail to map a declaration in a template to its instantiatedDouglas Gregor2011-03-063-7/+54
* Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen!Douglas Gregor2011-03-062-6/+11
* Rename the type argument for the iboutletcollection attribute to notDouglas Gregor2011-03-062-2/+2
* Write CXX base specifier offsets for chained ASTs.Anders Carlsson2011-03-063-19/+33
* When serializing a DeclRefExpr, always store the number of explicit templateAnders Carlsson2011-03-063-10/+31
* Add MinGW GCC 4.5.2 include paths, from Matthieu MonrocqDouglas Gregor2011-03-061-0/+3
* Fix copy-and-paste typo in the transformation of Microsoft __uuidof expressio...Douglas Gregor2011-03-061-1/+1
* xpose HeaderSearch::SearchDirs to tools,s, from Paul HoldenDouglas Gregor2011-03-061-0/+11
* Correctly unwrap 'auto' types. Fixes PR9414.Anders Carlsson2011-03-062-0/+11
* Completed source ranges fixes for all classes inheriting from TypeDecl.Abramo Bagnara2011-03-067-42/+31
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-0623-79/+108
* Reinstate r127112, "Propagate new-style exception spec information to ExtProt...Sebastian Redl2011-03-0612-50/+83
* When performing template argument deduction for a non-referenceDouglas Gregor2011-03-062-7/+33
* Revert r127112, "Propagate new-style exception spec information to ExtProtoIn...NAKAMURA Takumi2011-03-0611-45/+50
* Propagate new-style exception spec information to ExtProtoInfo.Sebastian Redl2011-03-0511-50/+45
* Propagate new-style exception spec information to Declarator.Sebastian Redl2011-03-056-70/+93
* Revert r127079: "test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s)."Benjamin Kramer2011-03-051-22/+20
* When substituting in for a template name, do not produce a qualifiedDouglas Gregor2011-03-052-2/+9
* Fixed LabelDecl source range and cleaned creation code.Abramo Bagnara2011-03-057-36/+57
* When determining template instantiation arguments within a functionDouglas Gregor2011-03-054-38/+95
* When transforming a substituted template type parameter, try toDouglas Gregor2011-03-052-1/+48
* Normalize target triple passed out of driver. Basically this meansAnton Korobeynikov2011-03-051-1/+1
* Parser support for noexcept specifications.Sebastian Redl2011-03-057-78/+200
* Improved MemberPointerType source locations.Abramo Bagnara2011-03-055-13/+95
* StringRefify.Benjamin Kramer2011-03-052-9/+10
* test/lit.cfg: bash is available on MSYS.NAKAMURA Takumi2011-03-051-2/+3
* test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s).NAKAMURA Takumi2011-03-051-20/+22
* test/CodeGen/2008-07-17-no-emit-on-error.c: Use LLVM's opt instead of "test(1...NAKAMURA Takumi2011-03-051-2/+2
* test: Mark 3 tests as XFAIL:cygwin,mingw.NAKAMURA Takumi2011-03-052-1/+2
* test: Mark two tests as XFAIL:mingw.NAKAMURA Takumi2011-03-052-2/+2
* Much to my surprise, OverloadExprs can also point to function template decls.Matt Beaumont-Gay2011-03-052-9/+17
* When we're deserializing a template parameter declaration, temporarilyDouglas Gregor2011-03-053-5/+36
* Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis2011-03-058-60/+159