- 9d0e441 When deducing an integral template argument for a non-type template by Douglas Gregor · 15 years ago
- d325daa Reapply r99596 with a fix: link an instantiated friend function to its by John McCall · 15 years ago
- a7bc855 Apparently that didn't work. Reverting for now. by John McCall · 15 years ago
- 1a6e034 Reinstate change to non-type template arguments of integral type, so by Douglas Gregor · 15 years ago
- d7e29e1 Properly instantiate and link in friend function templates. by John McCall · 15 years ago
- 0d4fd8e Revert attempted fix for integral template arguments. It seems to have broken tramp3d-v4. by Douglas Gregor · 15 years ago
- 3e1ae93 Mark virtual methods that are used in tables included in VTTs as used. by Rafael Espindola · 15 years ago
- 684d096 Warn when the conversion of an integral non-type template argument to by Douglas Gregor · 15 years ago
- eab5d1e Teach the diagnostic engine to provide more detailed information about by Douglas Gregor · 15 years ago
- 90f9789 When finishing a function definition, leave the function definition *after* by John McCall · 15 years ago
- e06c1a1 Fix a very minor oversight in privileges-elevation: we were only considering by John McCall · 15 years ago
- 9c86b51 Handle simple friend-class decls in class templates better by ensuring that by John McCall · 15 years ago
- 32f2fb5 Preserve type-source information in friend declarations. by John McCall · 15 years ago
- 7eff7c4 Remove support for nand atomic builtins. They are inconsistently implemented in by Daniel Dunbar · 15 years ago
- 2b0749a4 Improve our handling of local instantiation scopes in two related ways: by Douglas Gregor · 15 years ago
- 93ba857 Properly instantiate friend class template declarations and link them into by John McCall · 15 years ago
- e131c57 Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt by Bob Wilson · 15 years ago
- 6ee7653 Fix two bugs in format-string checking: by Ted Kremenek · 15 years ago
- a56623b Properly instantiate and link in friend-class-template declarations. by John McCall · 15 years ago
- f0e0b17 Kill off two more uses of Sema::CheckReferenceInit in favor of the new by Douglas Gregor · 15 years ago
- c6e378e Switch static_cast from the old reference-initialization code (via by Douglas Gregor · 15 years ago
- 28329e5 When pulling apart an initializer that involves a CXXConstructExpr, do by Douglas Gregor · 15 years ago
- 528adb1 Allow conversion of qualified Class type to unqualified by Fariborz Jahanian · 15 years ago
- f3c0bd5 Improve diagnostics when ivar added to class extension (radar 6812436). by Fariborz Jahanian · 15 years ago
- 036ada2 Silently drop dependent friend function template specializations, by Douglas Gregor · 15 years ago
- c1b621d Walk out of enums when determining effective context. by John McCall · 15 years ago
- 5fd378b Correct that last fixit: if the user wrote by John McCall · 15 years ago
- 7ad650f Support friend function specializations. by John McCall · 15 years ago
- 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 15 years ago
- 0c01d18 Implement a framework for the delay of arbitrary diagnostics within by John McCall · 15 years ago
- b5b2ccb When performing name lookup for the allocation or deallocation by Douglas Gregor · 15 years ago
- 05030bb Each non-local class instantiation is its own local instantiation by Douglas Gregor · 15 years ago
- a418147 Make sure to properly track the anonymous namespace that lives inside by Douglas Gregor · 15 years ago
- 7b2fc9d Implement computation of the final overriders for each virtual by Douglas Gregor · 15 years ago
- f075b22 revert 99311. Looks like it broke darwin bootstrap. by Rafael Espindola · 15 years ago
- f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 15 years ago
- 5fb12c6 Avoid producing implicit methods when we have a explicit template instantiation by Rafael Espindola · 15 years ago
- 9de672f When recovering from a qualified typedef name, don't clear out the by Douglas Gregor · 15 years ago
- bc52595 Ignore a more comprehensive set of gcc-special format attributes. by Duncan Sands · 15 years ago
- c263704 For forward-declared static inline functions, delay CFG-based warnings until we by Ted Kremenek · 15 years ago
- d064fdc Only perform CFG-based warnings on 'static inline' functions that by Ted Kremenek · 15 years ago
- 22f757b Set the relevent attributes declared in class extension by Fariborz Jahanian · 15 years ago
- b0f65ca A fixed version of r99174 which also includes a test that we emit vtables when by Rafael Espindola · 15 years ago
- 3c98902 (re)implement PR6542, accepting and discarding the __gcc_tdiag__ by Chris Lattner · 15 years ago
- 8149a57 Diagnose miuse of property dot-syntax instead of crashing. (radar 7634653). by Fariborz Jahanian · 15 years ago
- 01f1bfc Fixes access rues for ivars declared in class implementations (radar 7547942). by Fariborz Jahanian · 15 years ago
- 89db145 revert r99174. It caused PR6677. Will try to debug why tonight. by Rafael Espindola · 15 years ago
- c24d721 When handling a TSK_ExplicitInstantiationDefinition after a by Rafael Espindola · 15 years ago
- 053f4bd -Wshadow should only warn about parameter declarations when we're by John McCall · 15 years ago
- 0162070 Fix PR6618. by Rafael Espindola · 15 years ago
- d068aab Don't bother running the analysis for CFG-based warnings if the by Ted Kremenek · 15 years ago
- dbdbaaf Refactor CFG-based warnings in Sema to be run by a worked object called AnalysisBasedWarnings. by Ted Kremenek · 15 years ago
- a369a95 Implement -Wshadow for parameter declarations as well. by John McCall · 15 years ago
- c6fbbed Remove the capture, serialization, and deserialization of comment by Douglas Gregor · 15 years ago
- a2936be Promote enum types during -Wsign-compare. Fixes some spurious warnings, by John McCall · 15 years ago
- d4c6090 Diagnose conversion of 'Class' to/from objective-c by Fariborz Jahanian · 15 years ago
- 9aa472c Remember the "found declaration" for an overload candidate, which is the by John McCall · 15 years ago
- 7aceaf8 When elevating access along an inheritance path, initialize the computed by John McCall · 15 years ago
- 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 15 years ago
- 90c8c57 from code inspection, we were treating placement news with one argument as by John McCall · 15 years ago
- 10f2873 Redeclaration lookups for parameter names should be flagged as redeclaration lookups by John McCall · 15 years ago
- 9944c76 Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyDecl(). by Ted Kremenek · 15 years ago
- a742db0 Implement non-dependent friend functions and classes. by John McCall · 15 years ago
- a8cab01 ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not by John McCall · 15 years ago
- c48c916 Remove warning about shadowing a built-in; built-ins aren't actually by Douglas Gregor · 15 years ago
- dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 15 years ago
- 88b6c71 Grant nested classes the access privileges of their enclosing classes. by John McCall · 15 years ago
- db7bb4a Clean up after ourselves when there's an error parsing the base clause. by John McCall · 15 years ago
- 132f2a2 objective-c patch to provide type safty when blocks are passing or by Fariborz Jahanian · 15 years ago
- 8596bbe Issue error when a byref array is accessed in a block by Fariborz Jahanian · 15 years ago
- 453091c Audit all Preprocessor::getSpelling() callers, improving failure by Douglas Gregor · 15 years ago
- 8472af4 Implement -Wshadow. Based on a patch by Mike M.! by John McCall · 15 years ago
- ef027fe Perform access control for the implicit calls to base and member destructors by John McCall · 15 years ago
- f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 15 years ago
- b020748 Access control for implicit calls to copy assignment operators and copy by John McCall · 15 years ago
- 6c790ea Perform access control even for the implicit destructor calls from implicit by John McCall · 15 years ago
- 58e6f34 Perform access control for the implicit base and member destructor calls by John McCall · 15 years ago
- f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 15 years ago
- aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 15 years ago
- 9f550ff Make 'findPropertyDecl()' a static method of ObjCPropertyDecl. by Ted Kremenek · 15 years ago
- 894ae6a Correctly determine if the @property has been previously declared. If by Ted Kremenek · 15 years ago
- ee9ca69 objective-c++ must take into account qualifiers when by Fariborz Jahanian · 15 years ago
- dbdf5e7 During C++ name lookup, use DeclContext::Equals() rather than by Douglas Gregor · 15 years ago
- 711be1e Implement C++ [temp.local]p8, which specifies that a template by Douglas Gregor · 15 years ago
- 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 15 years ago
- b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 15 years ago
- 961b167 Fix PR6562. If a type is dependent, we don't know if it will have implicit by Rafael Espindola · 15 years ago
- 1935754 Use SmallString instead of SmallVector by Kovarththanan Rajaratnam · 15 years ago
- 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 15 years ago
- 4c9f709 Use llvm::SmallVector instead of std::vector. by Ted Kremenek · 15 years ago
- cffbc78 Preserve the inherited-default-argument bit through instantiation. by John McCall · 15 years ago
- bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 15 years ago
- 0faede6 Improve the unused-value check to look into comma expressions and filter out by John McCall · 15 years ago
- e3d67bc Split Sema::ActOnProperty() into two recursive functions to clearly separate by Ted Kremenek · 15 years ago
- d60e22e Implement basic support for friend types and functions in non-dependent by John McCall · 15 years ago
- 2d2f936 Fix 80 col violations. by Ted Kremenek · 15 years ago
- 28685ab Move 'ActOn' methods to the beginning of the file by Ted Kremenek · 15 years ago
- 34836f2 Update CMake build. by Ted Kremenek · 15 years ago
- 9d64c15 Split Sema logic for ObjC @property and @synthesize into a separate file. by Ted Kremenek · 15 years ago
- 7d2aa11 For ivars created using @synthesize, set their DeclContext to be by Ted Kremenek · 15 years ago