aboutsummaryrefslogtreecommitdiff
path: root/include/clang
AgeCommit message (Expand)Author
2009-11-18Code completion after @property, providing the names of forward-declared prop...Douglas Gregor
2009-11-18Code completion for Objective-C properly listsDouglas Gregor
2009-11-18Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall
2009-11-18Add ObjCClassDecl::getSourceRange().Ted Kremenek
2009-11-18Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...Ted Kremenek
2009-11-17Rename Objective-C message send completion functions to indicate that we're r...Douglas Gregor
2009-11-17Pass source locations of identifiers referenced by @class through Action::Act...Ted Kremenek
2009-11-17Added block type introspection support.David Chisnall
2009-11-17Fixes a typo, reported by Doug.Fariborz Jahanian
2009-11-17Make sure, for sure this time, that expressions do not have reference typeDouglas Gregor
2009-11-17StringRef'ify CodeCompletionStringDouglas Gregor
2009-11-17Fix MSVC warning.Benjamin Kramer
2009-11-17Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better doneDaniel Dunbar
2009-11-17Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar
2009-11-17Add driver::types::isObjC predicate.Daniel Dunbar
2009-11-17Add EvalEndPath interface to Checker. Now we can check memory leaked at theZhongxing Xu
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar
2009-11-17Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt...Daniel Dunbar
2009-11-17Silence some warnings produced by Clang, and add a missing headerDouglas Gregor
2009-11-17Add initial cut at CompilerInvocation::toArgs, which "serializes" the Compile...Daniel Dunbar
2009-11-17Instead of hanging a using declaration's target decls directly off the using John McCall
2009-11-17Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar
2009-11-17Add missing #include found by ClangDouglas Gregor
2009-11-17Require the object type of a member access expression ("." or "->") toDouglas Gregor
2009-11-17Reorder options alphabetically.Daniel Dunbar
2009-11-17Remove unused program action.Daniel Dunbar
2009-11-17Rename CompilerInvocation::DiagOpts -> DiagnosticOpts for consistency.Daniel Dunbar
2009-11-17Add missing defaults to AnalyzerOptions.Daniel Dunbar
2009-11-17Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::...Daniel Dunbar
2009-11-17Unify the way destructor epilogues are generated for synthesized and regular ...Anders Carlsson
2009-11-17Add a comment.Zhongxing Xu
2009-11-17When querying type qualifiers on QualType via one of the "non-local"Douglas Gregor
2009-11-17Remove extra space in warn_maynot_respond diagnostic. Fixes <rdar://problem/...Ted Kremenek
2009-11-16Store more information in HeaderSearchOptions so that its initialization is notDaniel Dunbar
2009-11-16First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor
2009-11-16Fix condition in LocationCheck::classof(). Thanks to Marius Wachtler for poi...Ted Kremenek
2009-11-16Handle case of missing '@end' in implementation contextFariborz Jahanian
2009-11-16* Do the same thing to the basicstore as in r84163.Zhongxing Xu
2009-11-15Make sure that virtual destructors have delete operators.Anders Carlsson
2009-11-15Add DeclarationName::dump().Anders Carlsson
2009-11-15If we find a deallocation function in the class scope, but it is a placement ...Anders Carlsson
2009-11-15Make a couple more headers standaloneDouglas Gregor
2009-11-15Remove an obviously-broken header, which still tries to refer to ScopedDecl.Douglas Gregor
2009-11-15Make some more headers standaloneDouglas Gregor
2009-11-15Add TargetOptions and use it when constructing targets.Daniel Dunbar
2009-11-15Make a few headers parse standaloneDouglas Gregor
2009-11-15Add pluggable action support to clang-cc, via -plugin command line option.Daniel Dunbar
2009-11-14Move the program action enum to FrontendOptions.Daniel Dunbar
2009-11-14Change *BugReport constructors to take StringRefs.Benjamin Kramer
2009-11-14Add FrontendActions for all preprocessor based clang-cc actions.Daniel Dunbar