aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-09[analyzer] Make Suppress IDC checker aware that it might not start from the s...Anna Zaks
2013-03-09Add TagDecl::hasNameForLinkage(), which is true if the tagJohn McCall
2013-03-08Documentation parsing. Some refactoring and codeFariborz Jahanian
2013-03-08[libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis
2013-03-08Sema: Preserve attributes on parameters in instantiated function templates.Jordan Rose
2013-03-08ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose
2013-03-08[PCH] When complaining that a header from the PCH was modified, also mentionArgyrios Kyrtzidis
2013-03-08[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis
2013-03-08Add support for the OpenCL attribute 'vec_type_hint'.Joey Gouly
2013-03-08[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis
2013-03-08[driver] If we're just linking, don't report --param X as unused option.Chad Rosier
2013-03-07HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian
2013-03-07Add CharUnits::alignmentAtOffset.John McCall
2013-03-07Adding lvalue and rvalue reference type matchersEdwin Vane
2013-03-07Minor refactor of how we get compilation phases.Matthew Curtis
2013-03-07Add flags for additional control over coverage generation. Pick the versionNick Lewycky
2013-03-07Don't duplicate function names. Thanks to Jordan Rose for pointing it out.Rafael Espindola
2013-03-07Add a hasExternalLinkage helper. No functionality change.Rafael Espindola
2013-03-07Add a hasExternalStorageAsWritten helper. No functionality change.Rafael Espindola
2013-03-07Fix typo.Rafael Espindola
2013-03-07[analyzer] Clean up a few doc comments for ProgramState and CallEvent.Jordan Rose
2013-03-06Ensure that DIType is regenerated after we visit an implementationAdrian Prantl
2013-03-06[analyzer] IDC: Add config option; perform the idc check on first “null nod...Anna Zaks
2013-03-06[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than...Argyrios Kyrtzidis
2013-03-06Spell Objective-C correctly.Fariborz Jahanian
2013-03-06say objective-C in the warning and streamlineFariborz Jahanian
2013-03-06New ASTMatchers and enhancement to hasOverloadedOperatorNameEdwin Vane
2013-03-06revert r176531 due to clan-native-arm failsWeiming Zhao
2013-03-06PR15390: If a function returns a pointer to a function, that function typeRichard Smith
2013-03-06After issuing a diagnostic for undefining or redefining a builtin macro,Richard Smith
2013-03-05PR 11326: Lack diagnosic message when ABI conflicts on ARMWeiming Zhao
2013-03-05fix a missing check in my last patch.Fariborz Jahanian
2013-03-05doc. parsing. Improve on diagnostics on my last patch.Fariborz Jahanian
2013-03-05[libclang] When logging a CXTranslationUnit that came from an AST file, print...Argyrios Kyrtzidis
2013-03-05doc parsing. Add @method and @callback forFariborz Jahanian
2013-03-05Add quotation marks to template names in diagnostics.David Blaikie
2013-03-05Silence a number of static analyzer warnings with assertions and such.Jordan Rose
2013-03-05doc parsing. We want to issue a strong warning whenFariborz Jahanian
2013-03-04Comment parsing: refactor handling of command markers in ASTDmitri Gribenko
2013-03-04[PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compa...Argyrios Kyrtzidis
2013-03-04[comment parsing] source fidelity for tparam command too.Fariborz Jahanian
2013-03-04comment parsing. Missed a case of referringFariborz Jahanian
2013-03-04hasQualifer() matcher should return false if there's no qualifierEdwin Vane
2013-03-04Centralize and refine the __unknown_anytype argument rulesJohn McCall
2013-03-03Default to enabling default-synthesized ivars on all platformsDavid Chisnall
2013-03-02Process #pragma weak only after we know the linkage of the function or variableRafael Espindola
2013-03-02[analyzer] Simple inline defensive checks suppressionAnna Zaks
2013-03-02Some refactoring in my patch on documentFariborz Jahanian
2013-03-01comment parsing. Keep the original command format Fariborz Jahanian
2013-03-01Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit