2010-01-18 |
Douglas Gregor | float, double, and long double do need extra data in the |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Ted Kremenek | Replace clang_getDeclUSR() with clang_getCursorUSR... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
John McCall | Preserve type source information in compound literal... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Douglas Gregor | Print fix-it hints properly around tabs, from Christian... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Daniel Dunbar | Remove ../libexec from clang program search path, clang... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Mike Stump | Silence a control reaches end of function warning.... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Fariborz Jahanian | Mostly renaming some methods and updating comments to |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Douglas Gregor | Make CMake's clang++ installation respect DESTDIR,... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Douglas Gregor | Improve source-location information for builtin TypeLoc... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Daniel Dunbar | Don't build/install clang++ in CLANG_IS_PRODUCTION... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Daniel Dunbar | Fix race condition in creating objdir. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Douglas Gregor | Encoding calling conventions in the type system, from... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Anders Carlsson | More VTT builder fixes. With these fixes we now correct... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Zhongxing Xu | Add support for computing size in elements for symbolic... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Anders Carlsson | Move some common code into BuildVTT. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Anders Carlsson | Fix a bunch of VTT layout bugs, add simple tests for... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Zhongxing Xu | Add test case for pr6069. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Anders Carlsson | Update virt.cpp for changes to the LLVM asm printer... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Zhongxing Xu | If the symbol has not been tracked, do not free it... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Anders Carlsson | Minor VTT builder cleanup, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Anders Carlsson | Get the ctor vtable address points directly from the... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Nuno Lopes | PR6055: fix FreeBSD c++ include path. patch by Roman... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Douglas Gregor | Introduce a second queue of "local" pending implicit... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Sam Weinig | Add PCH support for CXXStaticCastExpr, CXXDynamicCastEx... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Douglas Gregor | While determining when to parse inline member functions... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Douglas Gregor | When we are instantiating a member function of a local... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Fariborz Jahanian | Fix a rewriting crash and correct rewriting of __block |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Douglas Gregor | Improve the test for unused-expression warnings slightly |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Douglas Gregor | Partial fix for PR6022, where we were complaining when... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Douglas Gregor | Give ObjCClassRef cursors a sane representation, which... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Douglas Gregor | Improve location information for Objective-C category... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Douglas Gregor | Use a sane encoding for CXCursor_ObjCProtocolRef, using... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Douglas Gregor | Keep track of the source locations for each protocol... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Douglas Gregor | Give CXCursor_ObjCSuperClassRef a sane encoding, which... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
John McCall | Fix a use of uninitialized memory in overload diagnostics. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Ted Kremenek | Add mapping from ObjCPropertDecl to CXCursorKind. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Ted Kremenek | Remove 'default' case in switch statement in clang_getC... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Ted Kremenek | Remove TranslateKind and centralize Decl -> CXCursorKin... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Tanya Lattner | Add codgen for BI__builtin_llvm_memory_barrier. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Tanya Lattner | The codegen for these builtins was removed long ago... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Eli Friedman | Fix crash generating debug info for constructor for... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Ted Kremenek | Migrate Decl* -> cursorkind logic into CXCursor.cpp... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Eli Friedman | Make the AST explicitly represent the cast of the first... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | Remove unused code. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | Refactor USR logic for EnumDecls and RecordDecls so... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Mike Stump | Generalize handling for unreachable code warnings to... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
John McCall | Candidates with arity mismatches are extra-special... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Mike Stump | Refine location reporting for unreachable code warnings... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | USR generation: look at the typedef of an anonymous... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Fariborz Jahanian | define __weak to null in rewritten source for |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Douglas Gregor | Make CXCursor's data opaque. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
John McCall | Make LookupResult::resolveKind() robust against NotFoun... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | Add CXCursor.[h,cpp]. These files will centralize... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Eli Friedman | Fix a couple bugs in copy assignment operator synthesis. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | Add USR generation for enums. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Douglas Gregor | Add -cursor-at=file:line:column command line option... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
John McCall | Preserve type source information for C++ named casts... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
John McCall | Don't lose type source information when rebuilding... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
John McCall | Preserve type source information in explicit cast expre... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | getLocationFromCursor: If a cursor is a reference and... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Fariborz Jahanian | Do not do the block-specific rewrite when there is... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Douglas Gregor | When determining whether a DeclRefExpr is value-depende... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Douglas Gregor | When determining whether the type is the current instan... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ken Dyck | Convert the type of the LValue offset variable in APVal... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
John McCall | Don't repeat lookup when instantiating resolved member... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | Don't suggest the developer use 'arc4random' instead... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | Teach BugReporter to "escape" the occurance of '%'... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | Convert a few more uses of std::string& to llvm::StringRef. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Mike Stump | Add testcase for recent checkin. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Mike Stump | Refine unreachable warnings. WIP. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Douglas Gregor | When performing qualified name lookup into the current... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Mike Stump | Fix Release-Asserts for the time being. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Fariborz Jahanian | Patch to avoid duplicate declaration of byref structs |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Devang Patel | Emit linkage name even if it matches regular name.... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Anton Korobeynikov | Forgot to commit these |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Chris Lattner | fix grammaro |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Anton Korobeynikov | long long is 64 bits on msp430 |
commit | commitdiff | tree | snapshot |
2010-01-14 |
John McCall | Pre-emptive bugfixes in the diagnostics code: allow... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Ted Kremenek | Simplify test case. This test case also applies to... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Ted Kremenek | Associate test case with Bugzilla PR. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
John McCall | Document the extensions I made to the diagnostics-forma... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Douglas Gregor | After dyn_cast'ing, it generally makes sense to check... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Devang Patel | Add comment. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Douglas Gregor | When qualified lookup into the current instantiation... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Douglas Gregor | Switch a few callers of MaybeAddResult over to AddResul... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Douglas Gregor | Switch code-completion's ivar lookup over to LookupVisi... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Douglas Gregor | Start migrating code-completion results from |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Douglas Gregor | Switch the remaining code completions over to LookupVis... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
David Chisnall | Made ObjC method name mangling match GCC (which does... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Zhongxing Xu | Fix pr6035. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Douglas Gregor | Move code completion for qualified name lookup (foo... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
John McCall | Improve overload diagnostics some more by calling out... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Douglas Gregor | Eliminate the code-completion-specifier CollectLookupRe... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Douglas Gregor | Simplify the code-completion logic for nested-name... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Mike Stump | Don't assume a random access iterator, instead just... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Anders Carlsson | Store the address points for constructor vtables direct... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Mike Stump | Avoid snowballing errors into additional warnings.... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Ted Kremenek | Switch return site to use clang_getNullCursor(). |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Ted Kremenek | Further tweak USR generation by shorting names and... |
commit | commitdiff | tree | snapshot |
next |