aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-29Modify triple to try to make it pass on ARM.Bill Wendling
2013-04-29Emit the TLS intialization functions into a list.Bill Wendling
2013-04-29c language: diagnose use of "[*]" on any array dimensionFariborz Jahanian
2013-04-29[test] add missing header for the test.Argyrios Kyrtzidis
2013-04-29When emitting a preprocessed file with implicit module imports, make sure lin...Argyrios Kyrtzidis
2013-04-29Revert "[analyzer] Model casts to bool differently from other numbers."Jordan Rose
2013-04-29Keep the parser's template depth up to date when parsing local templates andRichard Smith
2013-04-29Implement DR580: access checks for template parameters of a class template areRichard Smith
2013-04-29Properly reenter multiple contexts when parsing a late-parsed function templateRichard Smith
2013-04-29Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't buildRichard Smith
2013-04-27Struct-path aware TBAA: fix handling of may_alias attribute.Manman Ren
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren
2013-04-27Fix an assertion hit in Sema::CheckObjCMethodOverrides.Argyrios Kyrtzidis
2013-04-26documenttion parsing. Provide a c-index testFariborz Jahanian
2013-04-26[libclang] Introduce clang_Module_getASTFile function that returns the module...Argyrios Kyrtzidis
2013-04-26[analyzer] An ObjC for-in loop runs 0 times if the collection is nil.Jordan Rose
2013-04-26[analyzer] Model casts to bool differently from other numbers.Jordan Rose
2013-04-26[analyzer] Consolidate BoolAssignmentChecker tests by using two RUN lines.Jordan Rose
2013-04-26[PCH/modules] Require the preprocessing record option to match the used PCH, ...Argyrios Kyrtzidis
2013-04-26[Modules] Fix an issue where the reconstructed redeclaration chain was incomp...Argyrios Kyrtzidis
2013-04-26document parsing. When a sub-class (c++ Objective-C) missing Fariborz Jahanian
2013-04-26[driver] Implement the -fdebug-compilation-dir in a way that is compatible withChad Rosier
2013-04-26Comment parsing: -fparse-all-comments: recognize empty line commentsDmitri Gribenko
2013-04-26Implement C++1y decltype(auto).Richard Smith
2013-04-26C++1y: support simple variable assignments in constexpr functions.Richard Smith
2013-04-26Support debug info for using directives at global/namespace scope.David Blaikie
2013-04-26Add r180263 back, but fix hasBraces() to be correct during parsing.Rafael Espindola
2013-04-26Add a testcase for a recent regression.Rafael Espindola
2013-04-25Revert r180263. It's causing failures.Bill Wendling
2013-04-25Objective-C: This is a small modification to myFariborz Jahanian
2013-04-25[analyzer] Teach DeadStoreChecker to look though BO_Comma and disregard the LHS.Anna Zaks
2013-04-25Put friend decls in the correct context.Rafael Espindola
2013-04-25Fix a case in linkage computation that should check for single line extern "C".Rafael Espindola
2013-04-25Don't mark 'extern "C" void f(void)' as having extern storage class.Rafael Espindola
2013-04-25[ms-cxxabi] Fix a number of bugs in the mangler.Peter Collingbourne
2013-04-25Add "-no-canonical-prefixes" to a test case.Richard Trieu
2013-04-25[analyzer] Fix a crash in RetainCountChecker - we should not rely on CallEnte...Anna Zaks
2013-04-24Objective-C parsing [qoi]: Recover gracefully with good diagnosticFariborz Jahanian
2013-04-24Objective-C arc: Improve disgnostics when 'weak'Fariborz Jahanian
2013-04-24Removing example-dynarray.cpp test since it's of no value.Jyotsna Verma
2013-04-24[driver] Test that last option wins between -Ofast and -O2.Chad Rosier
2013-04-24[driver] Put -fvectorize under the -Ofast umbrella flag.Chad Rosier
2013-04-24[driver] Improve the implementation of the -Ofast option.Chad Rosier
2013-04-24Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian
2013-04-24clang-format support for multiple input files.Alexander Kornienko
2013-04-24Add test case for -Wdeprecated-objc-pointer-introspection, andTed Kremenek
2013-04-24[analyzer] IvarInvalidation: correctly handle cases where only partial invali...Anna Zaks
2013-04-23[analyzer] Set the allocation site to be the uniqueing location for retain co...Anna Zaks
2013-04-23[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...Anna Zaks
2013-04-23[libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ...Argyrios Kyrtzidis