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 |
2010-04-02 |
John McCall | Check in a motivating test for the revised access seman... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
John McCall | Correct the calculation of access to more closely model... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Ted Kremenek | Update analyzer build. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Douglas Gregor | Minor cleanup with the ternary operator |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Fariborz Jahanian | Relax the typesafty rules of block pointers types which |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Douglas Gregor | Overhaul checking of non-type template arguments that... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Daniel Dunbar | Driver: Add support for a CLANGXX_IS_PRODUCTION build... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Daniel Dunbar | Fix -Asserts warning, and protect against missing case. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Kovarththanan... | Include *.inc in install target |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Zhongxing Xu | Use the element type to compute the array size when... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Zhongxing Xu | Initial support for visiting CXXMemberCallExpr. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | adjust to IRBuilder change and use faster DebugLoc... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Zhongxing Xu | Improve C++ constructor handling. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Eric Christopher | First start at wmmintrin.h file with Intel AES-NI instr... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Ted Kremenek | Fix a bug (PR 6699) in RegionStore::RemoveDeadBindings... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Improve diagnostics when an elaborated-type-specifer... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Change the representation of dependent elaborated-type... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Fariborz Jahanian | Issue better syntax error when objc's messaging |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Extend DependentNameType with a keyword enum that speci... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Ted Kremenek | For reverse data flow analyses, enqueue the blocks... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chandler Carruth | Re-bind non-dependent CXXTemporaryObjectExpr nodes... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Fariborz Jahanian | Patch implements gcc's -Wno-protocol option to suppress... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Remove the AST statistics tracking I added yesterday... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Ted Kremenek | Tweak DataFlowSolver's worklist data structure to have... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Reinstate my CodeModificationHint -> FixItHint renaming... |
commit | commitdiff | tree | snapshot |
next |