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 |
2010-04-06 |
Douglas Gregor | clang-wpa fixes for Diagnostic |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Zhongxing Xu | Fix PR 6725. It looks like the copy constructor gets... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Douglas Gregor | Unbreak build |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Daniel Dunbar | IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Douglas Gregor | Make Diagnostic reference-counted, which is simpler... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Ted Kremenek | Use cast<> + OpaquePtr.getAs<Decl> to add extra checkin... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | inline in MC assembly parsers. clang -integrated-as now |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | Match MemoryBuffer API changes. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Ted Kremenek | Fix possible null dereference by bailing out of CheckOb... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Douglas Gregor | Grrrr |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Douglas Gregor | Try to de-bork build of WPA |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Daniel Dunbar | IRgen: Move BitField LValues to just hold a reference... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Douglas Gregor | Extend the type printing policy to allow one to turn... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Jeffrey Yasskin | Print the errors when a clang test fails instead of... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Douglas Gregor | Clarify the ownership semantics of the Diagnostic objec... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Devang Patel | Emit debug info for objc getters and setters. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | fix PR6780, properly handling the IR {|} escapes in... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Douglas Gregor | Make the ASTUnit constructor private; all ASTUnit clien... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Chris Lattner | fix PR6782, an accept invalid. We weren't emitting... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Douglas Gregor | Minor ASTUnit cleanups: |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Daniel Dunbar | IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Daniel Dunbar | Add a FIXME and reduce nesting. |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Douglas Gregor | Code completion results that refer to macros now get... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Zhongxing Xu | Always assume block-level expressions in the caller... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
Zhongxing Xu | Since now we process regions in clusters when removing... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Mon P Wang | Reapply patch for adding support for address spaces... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Rafael Espindola | Don't produce a vtable for a class if we have an explic... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Eric Christopher | Add option and macro definition for AES instructions... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Fariborz Jahanian | Improve diagnosing when a method type does not start... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Daniel Dunbar | IRgen/NeXT: Remove my refactoring-enabling asserts... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Daniel Dunbar | Avoid unneeded calls to opt/llvm-dis. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Daniel Dunbar | Merge several tests into switch.c. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Daniel Dunbar | IRgen/Obj-C: Eliminate FindIvarInterface, now that... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Daniel Dunbar | AST: Add ObjCIvarDecl::getContainingInterface(). |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Fariborz Jahanian | diagnose declaring class extension after its implementation |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chris Lattner | NewDebugLoc got renamed to DebugLoc. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Daniel Dunbar | Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Fariborz Jahanian | Diagnose invalid code with -fobjc-nonfragile-abi2 when |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Daniel Dunbar | Sema/Obj-C: Narrow type, and simplify. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Douglas Gregor | We seem to get an inconsistent alignment value in the... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mon P Wang | Revert r100193 since it causes failures in objc in... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Daniel Dunbar | Sema/Obj-C: Simplify -- eliminate dead casts & provable... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Douglas Gregor | Rework our handling of copy construction of temporaries... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Mon P Wang | Reapply patch for adding support for address spaces... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Daniel Dunbar | CG/NeXT: Assert some invariants on an ivar's containing... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Anders Carlsson | If a constructor is a dependent context, just set the... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Anders Carlsson | Diagnose multiple base and member initializers in class... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Anders Carlsson | More cleanup. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Anders Carlsson | Constify. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Anders Carlsson | Minor cleanup. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Chandler Carruth | Resolve a layering violation by making AddTaggedVal... |
commit | commitdiff | tree | snapshot |
next |