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