aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2011-03-06test/PCH/headersearch.cpp: Tweak for Windows hosts especially cygming.NAKAMURA Takumi1-3/+3
2011-03-06We may fail to map a declaration in a template to its instantiatedDouglas Gregor3-7/+54
2011-03-06Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen!Douglas Gregor2-6/+11
2011-03-06Rename the type argument for the iboutletcollection attribute to notDouglas Gregor2-2/+2
2011-03-06Write CXX base specifier offsets for chained ASTs.Anders Carlsson3-19/+33
2011-03-06When serializing a DeclRefExpr, always store the number of explicit templateAnders Carlsson3-10/+31
2011-03-06Add MinGW GCC 4.5.2 include paths, from Matthieu MonrocqDouglas Gregor1-0/+3
2011-03-06Fix copy-and-paste typo in the transformation of Microsoft __uuidof expressio...Douglas Gregor1-1/+1
2011-03-06 xpose HeaderSearch::SearchDirs to tools,s, from Paul HoldenDouglas Gregor1-0/+11
2011-03-06Correctly unwrap 'auto' types. Fixes PR9414.Anders Carlsson2-0/+11
2011-03-06Completed source ranges fixes for all classes inheriting from TypeDecl.Abramo Bagnara7-42/+31
2011-03-06Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara23-79/+108
2011-03-06Reinstate r127112, "Propagate new-style exception spec information to ExtProt...Sebastian Redl12-50/+83
2011-03-06When performing template argument deduction for a non-referenceDouglas Gregor2-7/+33
2011-03-06Revert r127112, "Propagate new-style exception spec information to ExtProtoIn...NAKAMURA Takumi11-45/+50
2011-03-05Propagate new-style exception spec information to ExtProtoInfo.Sebastian Redl11-50/+45
2011-03-05Propagate new-style exception spec information to Declarator.Sebastian Redl6-70/+93
2011-03-05Revert r127079: "test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s)."Benjamin Kramer1-22/+20
2011-03-05When substituting in for a template name, do not produce a qualifiedDouglas Gregor2-2/+9
2011-03-05Fixed LabelDecl source range and cleaned creation code.Abramo Bagnara7-36/+57
2011-03-05When determining template instantiation arguments within a functionDouglas Gregor4-38/+95
2011-03-05When transforming a substituted template type parameter, try toDouglas Gregor2-1/+48
2011-03-05Normalize target triple passed out of driver. Basically this meansAnton Korobeynikov1-1/+1
2011-03-05Parser support for noexcept specifications.Sebastian Redl7-78/+200
2011-03-05Improved MemberPointerType source locations.Abramo Bagnara5-13/+95
2011-03-05StringRefify.Benjamin Kramer2-9/+10
2011-03-05test/lit.cfg: bash is available on MSYS.NAKAMURA Takumi1-2/+3
2011-03-05test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s).NAKAMURA Takumi1-20/+22
2011-03-05test/CodeGen/2008-07-17-no-emit-on-error.c: Use LLVM's opt instead of "test(1...NAKAMURA Takumi1-2/+2
2011-03-05test: Mark 3 tests as XFAIL:cygwin,mingw.NAKAMURA Takumi2-1/+2
2011-03-05test: Mark two tests as XFAIL:mingw.NAKAMURA Takumi2-2/+2
2011-03-05Much to my surprise, OverloadExprs can also point to function template decls.Matt Beaumont-Gay2-9/+17
2011-03-05When we're deserializing a template parameter declaration, temporarilyDouglas Gregor3-5/+36
2011-03-05Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis8-60/+159
2011-03-05Introduce OwnsRemappedFileBuffers field in ASTUnit, indicating whether the AS...Argyrios Kyrtzidis2-1/+8
2011-03-05Give warnings about static initializers of non-integral type their own warningNick Lewycky2-2/+4
2011-03-04When diagnostics are suppressed (e.g., because of code completion), don't tri...Douglas Gregor1-1/+2
2011-03-04Diagnose destructor templates. Fixes PR7904.Douglas Gregor4-3/+20
2011-03-04When clearing a LookupResult structure, clear out the naming class,Douglas Gregor5-9/+37
2011-03-04Initialize variable.Bill Wendling1-2/+2
2011-03-04Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdTypeDouglas Gregor7-38/+116
2011-03-04After an error of any kind has occurred, don't assert when attemptingDouglas Gregor1-3/+5
2011-03-04Patch up several Sema::FindInstantiatedDecl() callers, so that they'llDouglas Gregor1-8/+30
2011-03-04Emit a stop point before a call expression so that debugger has some chance o...Devang Patel1-0/+7
2011-03-04When constructing source-location information for aDouglas Gregor2-6/+50
2011-03-04*Recursively* set the context of a template parameter, so that we alsoDouglas Gregor1-17/+15
2011-03-04Make sure to put template parameters into their owning template'sDouglas Gregor7-19/+131
2011-03-04Fixed source range for function template specializations.Abramo Bagnara1-5/+11
2011-03-04Fixed source range for ClassTemplateSpecializationDecl.Abramo Bagnara3-3/+18
2011-03-04Move private structs into anonymous namespaces.Benjamin Kramer2-23/+25