aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Misc
AgeCommit message (Expand)AuthorFilesLines
2014-04-08Merging r203050:Tom Stellard1-19/+19
2014-04-08Merging r200953:Tom Stellard1-0/+9
2013-11-15PR8455: Handle an attribute between a goto label and a variable declaration perRichard Smith1-0/+16
2013-11-12Remove trailing spacesSylvestre Ledru1-4/+4
2013-10-27Fix typo in test's REQUIRES lineAlp Toker1-1/+1
2013-10-08Fix an edge case in the template differ with default arguments.Benjamin Kramer1-1/+17
2013-09-24clang-cl: print diagnostics as "error(clang): foo" in /fallback modeHans Wennborg1-1/+2
2013-09-18Add specific warning flags for GNU ext in Sema.Eli Friedman2-5/+2
2013-09-11Tablegen now generates a StringSwitch for attributes containing enumeration a...Aaron Ballman1-2/+1
2013-09-09Commit 190296 missed out the tests; add them now. Note that it actually testsDavid Tweed1-0/+19
2013-09-04ASTDumper: fix dump of CXXCatchStmtPavel Labath1-1/+27
2013-09-04Add a diagnostic group for the "ignoring (static|inline) keyword onPeter Collingbourne1-2/+1
2013-08-30Mention in AST dump whether a class declaration is a definition.Richard Smith1-1/+1
2013-08-12This test passes on freebsd after r188178. Not exactly sure why.Benjamin Kramer1-3/+0
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover1-3/+3
2013-07-26Partially revert r186903.Eli Friedman1-1/+2
2013-07-26Move friend warning into CXX11 warning group.Eli Friedman1-2/+1
2013-07-23Integers which are too large should be an error.Eli Friedman1-5/+1
2013-07-20If a default argument is a dependent type, get the real type from the desugaredRichard Trieu1-2/+24
2013-07-08clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shel...NAKAMURA Takumi1-0/+4
2013-07-05Use llvm::sys::fs::createUniqueFile.Rafael Espindola1-0/+11
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola16-30/+30
2013-06-21Delete dead code.Eli Friedman1-2/+1
2013-05-24Warn on va_start() when called with a reference parameter.Nico Weber1-3/+1
2013-05-21In -ast-dump, only dump comments when dumping the actual Decl to which theyRichard Smith1-0/+16
2013-05-17AST dumping: if a declaration has an uncomputed or uninstantiated exception s...Richard Smith1-3/+3
2013-05-14Provide operator<< for stream output of DeclarationNamesDavid Blaikie1-0/+12
2013-05-07Fix crash on invalid in template type diffing.Richard Trieu1-0/+27
2013-04-26documenttion parsing. Provide a c-index testFariborz Jahanian1-101/+0
2013-04-26document parsing. When a sub-class (c++ Objective-C) missing Fariborz Jahanian1-0/+101
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs1-1/+1
2013-04-15Add triple to another test.Richard Smith1-1/+1
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2-1/+4
2013-04-03Do not assume the template argument is an integer only because theRichard Trieu1-0/+5
2013-04-03Fix a crasher in Template Diffing.Richard Trieu1-0/+39
2013-04-03Fix a crasher in Template Diffing.Richard Trieu1-0/+55
2013-03-23Strip off local qualifiers when converting from RecordType toRichard Trieu2-24/+40
2013-03-22Fix DeclRefExpr::getFoundDecl() for usages by reference.Daniel Jasper1-0/+14
2013-03-18Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith1-2/+1
2013-03-15Improve template diffing handling of default integer values.Richard Trieu3-2/+32
2013-03-14[PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't ...Douglas Gregor1-1/+11
2013-03-12Test for LLVM r176911Matt Beaumont-Gay1-0/+39
2013-03-06After issuing a diagnostic for undefining or redefining a builtin macro,Richard Smith1-2/+1
2013-02-27Update template diffing to handle template arguments that are declarations.Richard Trieu1-0/+34
2013-02-24Add regression test for serialized diagnostics for notes without locations.Ted Kremenek1-0/+30
2013-02-21AST dumping: dump template instantiations only onceDmitri Gribenko1-0/+39
2013-02-08StmtPrinter: Write large char values using \u or \U.Jordan Rose1-6/+6
2013-02-07AST dumping: indicate the previous declaration for a redeclaration, andRichard Smith1-0/+13
2013-01-31When comparing two template template arguments in the template differ, considerRichard Trieu1-0/+8
2013-01-31Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu6-73/+73