2010-01-22 |
Fariborz Jahanian | Fixes test. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Ted Kremenek | Move version string generation (e.g., "clang 1.1 .... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Douglas Gregor | Improve content and structure of the Doxygen documentat... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Ted Kremenek | (1) Rename getClangSubversionRevision() to getClangRevi... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Mike Stump | Convert more testcases to checking the .ll file instead... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Douglas Gregor | Yet more CIndex API cleanup: |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Fariborz Jahanian | ui64, etc. are valid VS suffixes. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Ted Kremenek | Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Ted Kremenek | Rename getClangSubversionPath() -> getClangRepositoryPa... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Douglas Gregor | Eliminate index-test; all of its tested functionality... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Douglas Gregor | Eliminate CIndex's dependency on the Clang Index librar... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Mike Stump | Be sure to select primary bases among the nearly emptie... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Douglas Gregor | Teach CIndex's cursor visitor to restrict its traversal... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Mike Stump | Finish off fixing up debug information. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Fariborz Jahanian | Patch fixes a lookup bug in c++'s anonymous union member |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Anders Carlsson | No need to canonicalize the type and use dyn_cast.... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Douglas Gregor | Eliminate some Clang warnings |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Benjamin Kramer | Simplify code. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chandler Carruth | Fix an obvious goof that caused us to only see the... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Mike Stump | Ensure we output all non-virtual base vtables. Fixes... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Zhongxing Xu | Process cast according to the cast kind. Prepare for... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | Driver/Darwin: Update tool chain to use static clang_rt... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | Driver/Darwin/ld: Fix refacto, -force_cpusubtype_ALL... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Mike Stump | Update debugging code. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | Driver/Darwin/ld: Factor out getDarwinArchName, for... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linke... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | Add a Coding Standards section to hacking.html, and... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Daniel Dunbar | Use raw_ostream instead of cstdio. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Douglas Gregor | Visit if, switch statements properly |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Douglas Gregor | Teach the cursor visitor to walk all of the C and Objec... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
John McCall | Create function, block, and template parameters in... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | revert my patch for rdar://7520940 that warns when... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | Wire up the new range reporting for unreachable code. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Douglas Gregor | Teach the cursor visitor to walk statements and express... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | Improve unreachable code warnings with respect to dead... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
John McCall | Due to local reversions and re-patching, I accidentally... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | Improve unreachable code warnings for with respect... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Douglas Gregor | Teach the cursor visitor to walk into typeof types... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | Improve unreachable code warnings for with respect... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | Improve unreachable code warnings for with respect... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Ted Kremenek | Allocate the 'Protocols' array in ObjCInterfaceType and |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Benjamin Kramer | Revert r94073, it fails in Release-Asserts builds. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Fariborz Jahanian | Fixes a comment. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Fariborz Jahanian | Patch to implement rewriting of properties. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | Improve unreachable code warnings for with respect... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Douglas Gregor | Teach the cursor visitor to walk into a variety of... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | Improve unreachable code warnings with respect to dead... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Daniel Dunbar | Add a test for clang_rt support on Darwin. With appropr... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Daniel Dunbar | Tweak OptionalTests paths. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Daniel Dunbar | Update to use llvm/utils/GetSourceVersion to detect... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Daniel Dunbar | Add utils/OptionalTests, a dumping ground for additiona... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Anders Carlsson | Move the VTT related code into its own file, CGVTT.cpp |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Douglas Gregor | Introduce type references into the C API, capturing... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Douglas Gregor | Teach code-completion to deal with calls to functions... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | Speed up compilation by avoiding generating exceptional... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Benjamin Kramer | Match branch labels with the trailing colon so we don... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | Move some recent checking code into SemaChecking instead. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | Avoid instantiating std::sort to save on compiler size. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | When checking for unreachable code, we can trivially... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | When checking for unreachable blocks, we can trivially... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Mike Stump | Add infrastructure to add base initializers and member... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Fariborz Jahanian | Fixes comments. |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Fariborz Jahanian | Also allow cast of block pointer type to |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Douglas Gregor | Stash a CXXUnit pointer into each cursor. This allows... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Devang Patel | A Decl->getName() is not unique. However, the debug... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Douglas Gregor | Eliminate the MakeCXCursor routines that require their... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Fariborz Jahanian | In objective-c++ land, a block pointer is another objec... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Douglas Gregor | Yet more Doxygen-comment tweaking in the CIndex library. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Douglas Gregor | Improve Doxygen documentation for the CIndex library... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
John McCall | Change LLVM/clang #includes to use quotes, not angle... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Douglas Gregor | Kill CXEntity and CXDecl. The first has never been... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
John McCall | First pass at collecting access-specifier information... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Douglas Gregor | Kill some CXDecl-related APIs that have been superceded by |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Douglas Gregor | Kill CXStmt. It isn't being used anywhere, and has... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Douglas Gregor | Kill clang_loadDeclaration() and clang_loadTranslationU... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Douglas Gregor | Switch c-index-test from clang_loadDeclaration() and |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Douglas Gregor | Switch the internals of clang_loadTranslationUnit(... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Daniel Dunbar | Use sizeof() instead of hard-coding a size for WrittenB... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Douglas Gregor | Introduce a new, cursor-based traversal function that... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Fariborz Jahanian | Settled rule on warning on unimplemented property in |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | reduce redundant are's |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Fariborz Jahanian | Improve performance of warning when not implementing... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Benjamin Kramer | Make some helper functions static. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Benjamin Kramer | Don't store a Twine temporary, it's unsafe. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Duncan Sands | Fix html glitch. Pointed out by clwi (PR6090). |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Zhongxing Xu | Correct comments. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chris Lattner | allow this test to pass, even with the recent .s printe... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chandler Carruth | Fix a typo pointed about by gabor. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chandler Carruth | Move the MacroBuilder utilitiy to its own header. Updat... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Daniel Dunbar | Fix an invalid Twine use spotty by abbeyj, it isn't... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chandler Carruth | Actually remove the include that r93974 made unnecessary. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Chandler Carruth | Fix a layering issue between Basic and FE by moving... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Zhongxing Xu | Add a missing case for DeclContext printer. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Daniel Dunbar | Driver: Lift clang resource directory computation to... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Daniel Dunbar | clang/Darwin: Update for rename of 10.4 static runtime... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Mike Stump | Also handle CXXConstructor, CXXDestructor and CXXConver... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Mike Stump | Use the llvm coding convention for indentation for... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Fariborz Jahanian | Patch to implement required warnings for unimplemented |
commit | commitdiff | tree | snapshot |
2010-01-20 |
John McCall | Make UnresolvedSet.h standalone. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Mike Stump | Wire up the EH context for the catch clauses to the... |
commit | commitdiff | tree | snapshot |
next |