Age | Commit message (Expand) | Author |
2013-04-24 | Objective-C parsing [qoi]: Recover gracefully with good diagnostic | Fariborz Jahanian |
2013-04-24 | Objective-C arc: Improve disgnostics when 'weak' | Fariborz Jahanian |
2013-04-24 | Add test case for -Wdeprecated-objc-pointer-introspection, and | Ted Kremenek |
2013-04-23 | Warn that scoped enumerations are a C++11 extenstion when compiling in | Richard Trieu |
2013-04-22 | Add a warning for Objective-C pointer introspection, which is solely the job ... | Ted Kremenek |
2013-04-22 | C++1y constexpr extensions, round 1: Allow most forms of declaration and | Richard Smith |
2013-04-21 | The 'constexpr implies const' rule for non-static member functions is gone in | Richard Smith |
2013-04-20 | Disable VLA diagnostic in C++1y mode, and add some tests. | Richard Smith |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-19 | Note that we support (and in fact have supported since the dawn of time itself) | Richard Smith |
2013-04-17 | [Modules] Use global index to improve typo correction performance | Argyrios Kyrtzidis |
2013-04-17 | DR974: Lambdas can have default arguments. | Richard Smith |
2013-04-17 | Implemented #pragma GCC warning/error in the same mould as #pragma message. | Andy Gibbs |
2013-04-17 | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs |
2013-04-17 | Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This | Richard Trieu |
2013-04-16 | [1/6] ARM Neon Intrinsic Tablegen Test Generator. | Michael Gottesman |
2013-04-16 | Sema for Captured Statements | Tareq A. Siraj |
2013-04-16 | Implement CapturedStmt AST | Tareq A. Siraj |
2013-04-16 | Parser support for #pragma clang __debug captured | Tareq A. Siraj |
2013-04-16 | Fix PR4296: Add parser detection/error recovery for nested functions, from Se... | Douglas Gregor |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
2013-04-15 | Use llvm::sys::IsBigEndianHost. | Rafael Espindola |
2013-04-14 | Diagnose if a __thread or _Thread_local variable has a non-constant initializer | Richard Smith |
2013-04-13 | Annotate flavor of TLS variable (statically or dynamically initialized) onto ... | Richard Smith |
2013-04-13 | Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included... | Argyrios Kyrtzidis |
2013-04-12 | Parsing support for thread_local and _Thread_local. We give them the same | Richard Smith |
2013-04-10 | Add an option to parse all comments as documentation comments | Dmitri Gribenko |
2013-04-10 | Improve the diagnostics of the number-reading preprocessor directives. | Michael Ilseman |
2013-04-09 | If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when... | Peter Collingbourne |
2013-04-08 | <rdar://problem/13559825> Further reduce template instantiation depth down to... | Douglas Gregor |
2013-04-08 | Fix PR15634, better error message for template deduction failure. | Richard Trieu |
2013-04-08 | <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ... | Douglas Gregor |
2013-04-05 | When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add | Richard Trieu |
2013-04-05 | Add an error to check that all program scope variables are in the constant ad... | Tanya Lattner |
2013-04-04 | Revert 178811 until I fix the unit tests. | Tanya Lattner |
2013-04-04 | Add an error to check that all program scope variables are in the constant ad... | Tanya Lattner |
2013-04-04 | Make the ObjC attributes diagnostics a bit more informative. | Nico Weber |
2013-04-03 | Complain about attempts to befriend declarations via a using | John McCall |
2013-04-03 | Emit a nicer diagnostic for misplaced attributes on ObjC directives. | Nico Weber |
2013-04-02 | Add -Wstatic-local-in-inline, which warns about using a static local | John McCall |
2013-04-01 | PR15633: Note that we are EnteringContext when parsing the nested name | Richard Smith |
2013-03-31 | Fix typo. This method isn't used anywhere. | Benjamin Kramer |
2013-03-29 | Sema: Warn on sizeof on binary ops on decayed arrays. | Benjamin Kramer |
2013-03-29 | Add RDSEED intrinsic support defined in AVX2 extension | Michael Liao |
2013-03-29 | Add XTEST intrinsic defined in TSX extension | Michael Liao |
2013-03-29 | Revert r178273 as it broke the Linux bootstrap due to false positives | Timur Iskhodzhanov |
2013-03-28 | Implemented a warning when an input several bitwise operations are | Sam Panzer |
2013-03-28 | Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar... | Richard Smith |
2013-03-27 | Fixes a typo in my last patch. | Fariborz Jahanian |
2013-03-27 | Objective-C: Issue more precise warning when user | Fariborz Jahanian |