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