- e793a6e Patch to remove bogus waring when a property declaration by Fariborz Jahanian · 16 years ago
- d14094d Remove some bad characters from comment. by Sebastian Redl · 16 years ago
- d162584 Change a whole lot of diagnostics to take QualType's directly by Chris Lattner · 16 years ago
- d9d22dd Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of by Chris Lattner · 16 years ago
- 8ec03f5 Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
- 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
- 1326a3d convert some more warnings to NOTEs. by Chris Lattner · 16 years ago
- 8b265bd remove warn_previous_declaration by Chris Lattner · 16 years ago
- 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
- b8b96af make some objc redefinition warnings more consistent: call definitions by Chris Lattner · 16 years ago
- 6ff0fc3 Tweak duplicate category diagnostic to work like the duplicate protocol diagnostic. by Chris Lattner · 16 years ago
- 08631c5 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
- 011bb4e add support for inserting a DeclarationName into a diagnostic directly by Chris Lattner · 16 years ago
- 3fdf4b0 Genericize the qualtype formating callback to support any diag argument. by Chris Lattner · 16 years ago
- 22caddc Add support for sending QualType's directly into diags and convert two by Chris Lattner · 16 years ago
- 6dde0d5 Case values must be evaluated by Anders Carlsson · 16 years ago
- 51fe996 Use Expr::Evaluate for case statements. Fixes PR2525 by Anders Carlsson · 16 years ago
- ba8d2d6 Support for implicit property assignment. Error assigning to by Fariborz Jahanian · 16 years ago
- 5daf570 New AST node to access "implicit" setter/getter using property dor syntax. by Fariborz Jahanian · 16 years ago
- e4c452c Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 16 years ago
- 3cfa928 move the Diag method for Sema to be inline. This shrinks the release-asserts by Chris Lattner · 16 years ago
- 3cbfe2c Split the DiagnosticInfo class into two disjoint classes: by Chris Lattner · 16 years ago
- 4c5d320 Implementation of new and delete parsing and sema. by Sebastian Redl · 16 years ago
- 2c21a07 merge some simple call diagnostics. by Chris Lattner · 16 years ago
- b1b4d33 print a type in a diagnostic. by Chris Lattner · 16 years ago
- bbe2743 Allow redeclaration of typedefs in C++ by Douglas Gregor · 16 years ago
- 1ca50c3 Fix overloading of non-static member functions that differ in their cv-qualifiers by Douglas Gregor · 16 years ago
- 416e46f merge 3 more diagnostics into 1. by Chris Lattner · 16 years ago
- af7ae4e Add the concept of "modifiers" to the clang diagnostic format by Chris Lattner · 16 years ago
- 3528d35 Change CheckIncrementDecrementOperand to test for common cases first by Chris Lattner · 16 years ago
- fc195ef Cleanup memory management in overloading of operator->, slightly by Douglas Gregor · 16 years ago
- 621b393 Don't print canonical types in overloading-related diagnostics by Douglas Gregor · 16 years ago
- 24b93f2 __weak ivar need not warn. by Fariborz Jahanian · 16 years ago
- 8ba1074 Add support for overloaded operator-> when used in a member access by Douglas Gregor · 16 years ago
- a967a6f Fix strange quote characters by Douglas Gregor · 16 years ago
- 69d27b9 Daniel really really likes = instead of += :) by Chris Lattner · 16 years ago
- f3a41af remove the last old-fashioned Diag method. Transition complete! by Chris Lattner · 16 years ago
- 5dc266a remove another old Diag method. by Chris Lattner · 16 years ago
- d3a94e2 remove another old-school Diag method. by Chris Lattner · 16 years ago
- 572af49 remove the type_info identifier cache. Compared to the cost by Chris Lattner · 16 years ago
- 8edea83 compared to the rest of the code in Sema::GetStdNamespace(), by Chris Lattner · 16 years ago
- 2bac0f6 remove some other identifiers that are looked up really early and only by Chris Lattner · 16 years ago
- 8469265 instead of looking up super at startup time, by Chris Lattner · 16 years ago
- 92e62b0 Rename IdentifierInfo::isName to ::isStr. Use a nifty trick by Chris Lattner · 16 years ago
- 2682d8b More objc gc stuff. Read/Write barriers for local static/extern, by Fariborz Jahanian · 16 years ago
- 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
- f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
- 487a75a Some tweaks suggested by Argiris by Douglas Gregor · 16 years ago
- 77407b8 Take care another assert: by Argyrios Kyrtzidis · 16 years ago
- 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
- 5cb93b8 Fix <rdar://problem/6150376> [sema] crash on invalid message send. by Steve Naroff · 16 years ago
- 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
- 0655039 Fix silly code, use IdentifierInfo* instead of std::string in by Daniel Dunbar · 16 years ago
- 3c73c41 stop calling II::getName() unnecesarily in sema by Chris Lattner · 16 years ago
- 43b628c Allow sending IdentifierInfo*'s into Diagnostics without turning them into strings by Chris Lattner · 16 years ago
- 8365223 convert some diags to use numbers instead of strings. by Chris Lattner · 16 years ago
- 30bc965 add direct support for signed and unsigned integer arguments to diagnostics. by Chris Lattner · 16 years ago
- dcd5ef1 remove one more old-style Diag method. by Chris Lattner · 16 years ago
- fa25bbb Switch several more Sema Diag methods over. This simplifies the by Chris Lattner · 16 years ago
- 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
- 96176b3 Partial expansion of C++ operator overloading (for binary operators) by Douglas Gregor · 16 years ago
- c9c7c4e start converting Sema over to using its canonical Diag method. by Chris Lattner · 16 years ago
- ebf5ddf introduce the one true Diag method for Sema. Next up: kill all the others off. by Chris Lattner · 16 years ago
- cfe8bf3 Fix <rdar://problem/6329769> [sema] crash on duplication definition of interface with protocols. by Steve Naroff · 16 years ago
- 10c4262 As threatened previously: consolidate name lookup and the creation of by Douglas Gregor · 16 years ago
- e94ca9e4 Extend DeclarationName to support C++ overloaded operators, e.g., by Douglas Gregor · 16 years ago
- 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
- 46bbaca Attribute nonnull can be applied to block pointers. by Ted Kremenek · 16 years ago
- 2383b7f Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
- 29a1cfb minor cleanups and tidying, no functionality change. by Chris Lattner · 16 years ago
- 858bb6f implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better. by Chris Lattner · 16 years ago
- f67bd9f factor some code out into a helper function by Chris Lattner · 16 years ago
- a11f42f Implement effects of 'mutable', and a few comments from Chris on its parsing. by Sebastian Redl · 16 years ago
- 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 16 years ago
- 87d3ef0 Fix <rdar://problem/6333904> [sema] message lookup on super is incorrect by Steve Naroff · 16 years ago
- 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 16 years ago
- ca354fa Implement rdar://6319320: give a good diagnostic for cases where people by Chris Lattner · 16 years ago
- a8069f1 Fix <rdar://problem/6316324> [sema] spurious warning on comparison of qualified id. by Steve Naroff · 16 years ago
- d7612e1 Fix <rdar://problem/6320086> parser rejects block capturing ivar. by Steve Naroff · 16 years ago
- 43c7bad Some cleanups for C++ operator overloading by Douglas Gregor · 16 years ago
- 1adbab6 Simplify error messages for two-parameter overloaded increment/decrement operators by Douglas Gregor · 16 years ago
- 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
- 6ee7aa1 rename Expr::tryEvaluate to Expr::Evaluate. by Chris Lattner · 16 years ago
- 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
- b460980 Add a new expression node, CXXOperatorCallExpr, which expresses a by Douglas Gregor · 16 years ago
- bf3af05 Some cleanup for the implementation of built-in operator by Douglas Gregor · 16 years ago
- 23cd0d9 don't highlight field name, just put a caret on it. by Chris Lattner · 16 years ago
- 7d7e672 Don't build identifiers for C++ constructors, destructors, or by Douglas Gregor · 16 years ago
- 67027a7 Fix a FIXME by improving a diagnostic, add a testcase for PR3048 by Chris Lattner · 16 years ago
- 1d353ba make TryFixInvalidVariablyModifiedType a static function. by Chris Lattner · 16 years ago
- 57d5788 Restructure code to encourage fallthrough, no functionality change. by Chris Lattner · 16 years ago
- 3ab5543 fix PR3048. I'm going to do some more work before closing it off and by Chris Lattner · 16 years ago
- eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago
- 0518999 Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. by Sebastian Redl · 16 years ago
- c42e118 Implement C++ 'typeid' parsing and sema. by Sebastian Redl · 16 years ago
- f1d9360 Fix cmake build, patch from Jjgod Jiang. by Daniel Dunbar · 16 years ago
- 1f6f54b Fix PR3031 by silencing follow-on errors in invalid declarations. by Chris Lattner · 16 years ago
- 904eed3 Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago
- 25e7087 Remove an out-of-date FIXME by Douglas Gregor · 16 years ago
- cb9b977 Allow user-defined conversions during reference binding by Douglas Gregor · 16 years ago