2010-04-09 |
Douglas Gregor | Only complain about explicit instantiations following... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Ted Kremenek | Remove copy of 'Optional' in Clang tree, and convert... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Ted Kremenek | Remove fixit for string literal comparison. Telling... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Benjamin Kramer | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Turn access control on by default in the driver. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Argh, I modified the .inc file locally, not the .td. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Turn access control on by default in -cc1. |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Suppress access control diagnostics when looking up... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Douglas Gregor | Improve diagnostics like "initializing <type> from... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Douglas Gregor | Remove all "used" static functions *after* we have... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Instantiate default argument expressions even if their... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Chris Lattner | Don't warn about unused static functions if they are... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Douglas Gregor | On Windows, disable the modification-time check for... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Fariborz Jahanian | Fixes a regression caused by implementing cstyle methods |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Daniel Dunbar | Forcibly disable test/PCH/pr4489.c, it is flaky on... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
John McCall | Add a note to the C++ compatibility page about template... |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Douglas Gregor | Improve diagnostics when we fail to convert from a... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Use '%clang_cc1' instead of '%clang' to make the warnin... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | For 'open' check in UnixAPIChecker, hard code value... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Douglas Gregor | Reorder diagnostics to separate the Sema::AssignmentAct... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Temporarily only enable 'open' check on Mac OS X to... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Douglas Gregor | Downgrade the "declaration does not declare anything... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Fariborz Jahanian | Implement method type encoding in the presense |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Match GCC's behavior and do not include '-Wunused-param... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Jeffrey Yasskin | Explain that a template needs arguments to make it... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
John McCall | Set access properly on instantiated friend class templa... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Add static analyzer check for calls to 'pthread_once... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Update test case. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Remove micro-optimization for not issueing CFG-based... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Douglas Gregor | Introduce an egregious hack to work around a bug in... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Fariborz Jahanian | Fix a misuse of iterators when iterating through block's |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Include all warnings under '-Wunused' in '-Wmost' and... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Sort entries in diagnostic group "Most". |
commit | commitdiff | tree | snapshot |
2010-04-08 |
John McCall | Maybe we should store template arguments in the positio... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Jeffrey Yasskin | Make CXXScopeSpec invalid when incomplete, and propagat... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Anders Carlsson | Rename CGVtable files to CGVTables. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Anders Carlsson | Clarify an assert. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Douglas Gregor | Unbreak the build |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Benjamin Kramer | CIndex: move extractUSRSuffix out of extern "C" and... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Douglas Gregor | Eliminate excessive PCH deserialization caused by the... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Benjamin Kramer | Remove caseless switch. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
John McCall | Implement dependent friend function template specializa... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Removed unused object. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Daniel Dunbar | Fronted: Kill overly specialized RecordLayoutDumper... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Daniel Dunbar | AST: Move C++ record layout dumping to ASTContext:... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Daniel Dunbar | IRgen: Move the bit-field access type into CGBitFieldIn... |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Fariborz Jahanian | Patch to implement gcc's cstyle arguments in objc |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Chris Lattner | refactor out a function. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
John McCall | Fix a (bogus) uninitialized-member-of-local warning. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ted Kremenek | Use SmallVector instead of an std::queue. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Jeffrey Yasskin | When a template (without arguments) is passed as a... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Jeffrey Yasskin | Fix some redundant errors by changing CXXScopeSpec... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | update for api change. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Sean Hunt | Implement checking for template literal operator functi... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Eric Christopher | Add support for stpncpy_chk. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Sean Hunt | Updated comment to reflect changes made in the most... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Sean Hunt | Fixed 80-cols violation |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | add a new driver-level -ferror-limit=412 option, which... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | add clang -cc1 level support for "-ferror-limit 42" |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Douglas Gregor | Return early from Sema::MarkDeclarationReferenced when... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | add capabilities to stop emitting errors after some... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Ted Kremenek | Don't emit an 'unused expression' warning for '||'... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | Instead of counting totally diagnostics, split the... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | convert to -verify mode. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Douglas Gregor | Improve handling of friend types in several ways: |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Douglas Gregor | Split Sema::ActOnFriendTypeDecl into Sema::CheckFriendT... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
John McCall | @llvm.sqrt isn't really close enough to C's sqrt to... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Chris Lattner | a ridiculous amount of propagation through the backend... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Zhongxing Xu | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Jeffrey Yasskin | Deprecate CXXScopeSpec::isSet() in favor of isNotEmpty... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
John McCall | Teach -Wsign-compare to treat 1 << blah as "idiomatical... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Ted Kremenek | Fix crash in StoreManager::CastRegion() when the base... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
John McCall | Check access for the implicit calls to destructors... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Ted Kremenek | Fix CIndex crash on invalid code reported in <rdar... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Fariborz Jahanian | Improve on diagnostics when an objc class is used as |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Douglas Gregor | Implement code completion for Objective-C method declar... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Fariborz Jahanian | Minor clean up. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Fariborz Jahanian | default access for synthesize ivar is @protect. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Fariborz Jahanian | Patch to not build ivar ASTs when they are ilegally |
commit | commitdiff | tree | snapshot |
2010-04-06 |
John McCall | Devote a special diagnostic to the typo |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Ted Kremenek | Teach MemRegion::getBaseRegion() about ObjCIvarRegions... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
John McCall | Implement the protected access restriction ([class... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Douglas Gregor | When code completion produces an overload set as its... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Douglas Gregor | Do not produce semicolons at the end of code-completion... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Douglas Gregor | Only prove macros as code-completion results when we... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Ted Kremenek | Fix ccc-analyzer's handling of quoted arguments in... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Douglas Gregor | When sending a message to "id", apply some heuristics... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Chris Lattner | add a testcase that the integrated assembler rejects... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Chris Lattner | teach clang to install the inline asm diagnostic handler, |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Chris Lattner | reduce indentation, tidy. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Blaine Garst | improved wording around ABI |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Douglas Gregor | Make code-completion for Objective-C message sends... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Fariborz Jahanian | Put type restriction on convesion to nonconforming... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Daniel Dunbar | Driver: Add a Tool::hasGoodDiagnostics hook, and use... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Douglas Gregor | Implement support for code completion of an Objective... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Douglas Gregor | Add test for code completion of Objective-C message... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Douglas Gregor | Perform code-completion within ParseCastExpression... |
commit | commitdiff | tree | snapshot |
next |