aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-17Add description of -Ofast optimization option to the man page. <rdar://13660458>Bob Wilson
2013-04-17[analyzer] Gain more precision retrieving the right SVal by specifying the ty...Anna Zaks
2013-04-17[analyzer] Allow TrackConstraintBRVisitor to work when the value it’s track...Anna Zaks
2013-04-17[Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis
2013-04-17Add support for gcc's spelling of -fcolor-diagnostics.Nico Weber
2013-04-17[tests] Only include stdint.h if we are in freestanding mode.Daniel Dunbar
2013-04-17[document parsing]: When tag declaration (but not definition!) Fariborz Jahanian
2013-04-17Test cases for r179719.Chad Rosier
2013-04-17Fix off-by-one error in #pragma clang system_header.Jordan Rose
2013-04-17PR15755: don't drop parameter packs when dropping parameters with defaultRichard Smith
2013-04-17Sema: Remove unused variable.Benjamin Kramer
2013-04-17[analyzer] Don't warn for returning void expressions in void blocks.Jordan Rose
2013-04-17Unified token breaking logic: support for line comments.Alexander Kornienko
2013-04-17Revert r179671 and just pass a triple to the test for a platform with knownEric Christopher
2013-04-17DR974: Lambdas can have default arguments.Richard Smith
2013-04-17Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs
2013-04-17This corrects problems in the LibASTMatchers tutorial.Manuel Klimek
2013-04-17Set SRet flags properly in '-cxx-abi microsoft'.Timur Iskhodzhanov
2013-04-17Fix PR15291: noreturn adjustment in overload resolution for function template...Douglas Gregor
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-04-17Small improvements to clang-format documentation and integrationDaniel Jasper
2013-04-17Add a bit of a hack to deal with a failing testcase on darwin10 bots.Eric Christopher
2013-04-17Remove dead option.Eric Christopher
2013-04-17Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. ThisRichard Trieu
2013-04-17Correct the range returned by ParmVarDecl::getSourceRange(), for parameters i...Argyrios Kyrtzidis
2013-04-17[analyzer] Merge C++ status page into Open Projects.Jordan Rose
2013-04-17[analyzer] Open Projects: grammar, phrasing, formattingJordan Rose
2013-04-17Test cases for r179655.Chad Rosier
2013-04-17Use the extra info in global method pool to speed up looking for ObjC overrid...Argyrios Kyrtzidis
2013-04-17In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden...Argyrios Kyrtzidis
2013-04-17Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...Argyrios Kyrtzidis
2013-04-16[6/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman
2013-04-16[5/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman
2013-04-16[4/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman
2013-04-16Don't propagate around TargetOptions in IR-gen; we don't use it.John McCall
2013-04-16Standardize accesses to the TargetInfo in IR-gen.John McCall
2013-04-16Don't put too much thought into whether or not to capture aJohn McCall
2013-04-16[3/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman
2013-04-16Make test portable.Ted Kremenek
2013-04-16[analyzer] Add experimental option "leak-diagnostics-reference-allocation".Ted Kremenek
2013-04-16[analyzer] Add Open Projects page to the analyzer websiteAnna Zaks
2013-04-16objc_autoreleasePoolPop() can throw if a -dealloc does.John McCall
2013-04-16Trying fixing test to make buildbot happy again.Fariborz Jahanian
2013-04-16[2/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman
2013-04-16Properly sort list.Ted Kremenek
2013-04-16Factor CheckerManager to be able to pass AnalyzerOptions to checkersTed Kremenek
2013-04-16Remove unused "getConfig()" method. A new way is to have high-levelTed Kremenek
2013-04-16[1/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.Benjamin Kramer