Age | Commit message (Expand) | Author |
2011-12-13 | Make the diagnostic message more consistant. Update the type comparison to | Richard Trieu |
2011-12-13 | objc: diagnose duplicate declaration of methods | Fariborz Jahanian |
2011-12-13 | Tweak ARC diagnostic categories and rename 'Automatic Reference Counting Issu... | Ted Kremenek |
2011-12-13 | Disallow decltype in qualified declarator-ids. | David Blaikie |
2011-12-13 | Add checks and diagnostics for many of the cases which C++11 considers to not | Richard Smith |
2011-12-12 | objc-arc: better diagnostic when block is declared | Fariborz Jahanian |
2011-12-12 | Hexagon backend support | Tony Linthicum |
2011-12-12 | Further tweaking of diagnostic text for casts performing reinterpret_cast | Richard Smith |
2011-12-12 | Clean up diagnostic wording for disallowed casts in C++11 constant expressions. | Richard Smith |
2011-12-12 | Fix signature of vsscanf in Builtins.def | Hans Wennborg |
2011-12-12 | Fix signature of sscanf in Builtins.def | Hans Wennborg |
2011-12-12 | Implement C++11 constant expression cast restrictions. | Richard Smith |
2011-12-12 | Make fscanf, vscanf, etc. be recognized as scanf-like functions. | Hans Wennborg |
2011-12-10 | Add ability to supply additional message to availability macros, | Fariborz Jahanian |
2011-12-09 | Fix up doxyments (\arg vs \p). | Matt Beaumont-Gay |
2011-12-09 | C++11 constant expressions: Don't use CheckICE in C++11; instead, determine | Richard Smith |
2011-12-09 | Add notes for suppressing and (if it's a zero-arg function returning bool) fi... | David Blaikie |
2011-12-09 | objc-arc: diagnose synthesis of a 'weak unavailable' property. | Fariborz Jahanian |
2011-12-09 | Provide a separate warning for weak vtables in explicit template instantiatio... | David Blaikie |
2011-12-09 | Implement the notion of umbrella directories, which implicity cover | Douglas Gregor |
2011-12-09 | Teach the Makefile build about the new diagnostic file from r146207. | Chandler Carruth |
2011-12-09 | Separate the serialization library's diagnostics from the frontend's | Chandler Carruth |
2011-12-08 | Implement umbrella directories for modules, which are similar to | Douglas Gregor |
2011-12-08 | Within the module representation, generalize the notion of an umbrella | Douglas Gregor |
2011-12-07 | Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow | Daniel Dunbar |
2011-12-07 | Make changes to SDiagsWriter to make it work in combination with the ARC migr... | Argyrios Kyrtzidis |
2011-12-07 | Implement basic support for private headers in frameworks. In essence, | Douglas Gregor |
2011-12-07 | If we can't write the temporary module map file when compiling a | Douglas Gregor |
2011-12-06 | Remove misleading error message | Douglas Gregor |
2011-12-06 | Implement modules support for subframeworks (aka embedded | Douglas Gregor |
2011-12-06 | Suggest typo corrections for implicit function declarations. | Hans Wennborg |
2011-12-06 | Extend warnings for missing '@end'. | Erik Verbruggen |
2011-12-06 | objc: put out more coherent warning when method definition | Fariborz Jahanian |
2011-12-05 | Parse inferred submodules in module maps, track their contents in | Douglas Gregor |
2011-12-05 | Add a warning for implicit conversion from function literals (and static | Lang Hames |
2011-12-05 | Implement support for wildcard exports in modules, allowing a module | Douglas Gregor |
2011-12-05 | When writing a module file, keep track of the set of (sub)modules that | Douglas Gregor |
2011-12-04 | Support decltype in nested-name-specifiers. | David Blaikie |
2011-12-03 | Implement support for the __is_final type trait, to determine whether | Douglas Gregor |
2011-12-03 | If block literal return type is not specified, return type of the block is | Fariborz Jahanian |
2011-12-02 | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor |
2011-12-02 | Implementing parsing and resolution of module export declarations | Douglas Gregor |
2011-12-02 | Diagnose use of wide string literal in 'asm' instead of crashing. Fixes <rda... | Ted Kremenek |
2011-12-01 | Introduce the notion of name visibility into modules. For a given | Douglas Gregor |
2011-12-01 | Change the Microsoft __interface keyword to be an alias for struct (not class... | Francois Pichet |
2011-11-30 | Revert most of r145372 for now. Lookahead beyond the ';' in a function | Richard Smith |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | Introduce an opt-in warning indicating when the compiler is treating | Douglas Gregor |
2011-11-30 | When loading a module that involves submodules (e.g., std.vector), | Douglas Gregor |
2011-11-29 | Place "use @dynamic or provide a method implementation" warnings under a -W f... | Ted Kremenek |