aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-30Some fixes for MS-style asm parsing: specifically, add some error checking, a...Eli Friedman
2011-09-30constexpr functions are implicitly const. More tests to follow.Richard Smith
2011-09-30Fix typo.Richard Smith
2011-09-30Suggest adding 'constexpr' if the GNU extension for in-class initializers for...Richard Smith
2011-09-29Mark the ExtWarn for in-class initialization of static const float members as...Richard Smith
2011-09-29Minor refactoring. Enumerators may inherit the deprecated/unavailable Fariborz Jahanian
2011-09-29PR11040: CheckICE should not allow an lvalue bitcast as part of an integer co...Eli Friedman
2011-09-29In C++0x, static const volatile data members cannot be initialized in-class.Richard Smith
2011-09-29PR11000: Fix crash on invalid.Richard Smith
2011-09-29constexpr: semantic checking for constexpr variables.Richard Smith
2011-09-29c - Enumerators may inherit the deprecated/unavailable Fariborz Jahanian
2011-09-29Add more comments to several checker callback functions.Anna Zaks
2011-09-29Add support for alignment-specifiers in C1X and C++11, removePeter Collingbourne
2011-09-29Add a warning group for warnings about using C1X features as extensionsPeter Collingbourne
2011-09-29Add support for parsing an attribute-specifier-seq containing multiplePeter Collingbourne
2011-09-29Add support for parsing the optional attribute-specifier-seq at thePeter Collingbourne
2011-09-29Driver: use correct search paths for multilibPeter Collingbourne
2011-09-29Add an ns_bridged attribute, used to specify that a John McCall
2011-09-29Like IBOutletCollection, it only makes sense to apply the IBOutlet annotation...Ted Kremenek
2011-09-29Do not warn about empty format strings when there are no data arguments. Fix...Ted Kremenek
2011-09-29Unnecessary elseDavid Blaikie
2011-09-29Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring i...Daniel Dunbar
2011-09-29Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be...Daniel Dunbar
2011-09-29Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track ...Daniel Dunbar
2011-09-29Basic/Diagnostics: Add a DiagnosticIDs::getDiagnosticsInGroup method, and useDaniel Dunbar
2011-09-29Basic/Diagnostic: Add a DiagSate::getOrAddMappingInfo method.Daniel Dunbar
2011-09-29tests: Add some more tests for warning mappings.Daniel Dunbar
2011-09-29Basic/Diagnostics: Move setDiagnosticMapping() to using DiagnosticMappingInfoDaniel Dunbar
2011-09-29Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch toDaniel Dunbar
2011-09-29Basic/Diagnostics: Eliminate getDiagnosticMappingInfo method, which wasn't wo...Daniel Dunbar
2011-09-29Basic/Diagnostic: Eliminate the extra "mapping" out-parameter now that I kill...Daniel Dunbar
2011-09-29Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag...Daniel Dunbar
2011-09-29Fix 80-col viola.Daniel Dunbar
2011-09-29Attempt to fix unit testsDouglas Gregor
2011-09-29Basic/Diagnostic: Factor outDaniel Dunbar
2011-09-29Introduce an opt-in warning when a module is being implicitly builtDouglas Gregor
2011-09-29Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor
2011-09-29Basic/Diagnostics: Split out the default warning "no-Werror" andDaniel Dunbar
2011-09-29Change "Regions" to be "LexicalBlocks" since that's what theyEric Christopher
2011-09-29Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don'tEric Christopher
2011-09-29Reorder functions in the file.Eric Christopher
2011-09-29Call UpdateLineDirectiveRegion every time we want to emit a stopEric Christopher
2011-09-29Update comment.Eric Christopher
2011-09-28[driver] Add basic support for escaping XML characters in CC_LOG_DIAGNOSTICSChad Rosier
2011-09-28objc arc: Diagnose block pointer type mismatch whenFariborz Jahanian
2011-09-28Check for empty predecessors for walking them.Ted Kremenek
2011-09-28objc++ arc: Diagnose block pointer type mismatch whenFariborz Jahanian
2011-09-28Fix typo. string-convervion -> string-conversionRichard Trieu
2011-09-28Tweak -Wobjc-missing-super-calls to not warning about missing [super dealloc]...Ted Kremenek
2011-09-28For __weak/__strong/etc. ownership attributes, don't macro expand them in dia...Argyrios Kyrtzidis