summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Teach CIndex's cursor visitor to restrict its traversal to a specificDouglas Gregor2010-01-223-13/+17
* Finish off fixing up debug information.Mike Stump2010-01-221-4/+4
* Patch fixes a lookup bug in c++'s anonymous union memberFariborz Jahanian2010-01-221-1/+7
* No need to canonicalize the type and use dyn_cast. Also, correctly diagnose t...Anders Carlsson2010-01-221-12/+10
* Eliminate some Clang warningsDouglas Gregor2010-01-222-9/+9
* Simplify code.Benjamin Kramer2010-01-221-18/+8
* Fix an obvious goof that caused us to only see the top level of return typesChandler Carruth2010-01-221-4/+4
* Ensure we output all non-virtual base vtables. Fixes PR5890.Mike Stump2010-01-221-29/+38
* Process cast according to the cast kind. Prepare for more specific cast Zhongxing Xu2010-01-221-17/+47
* Driver/Darwin: Update tool chain to use static clang_rt libraries provided byDaniel Dunbar2010-01-221-10/+48
* Driver/Darwin/ld: Fix refacto, -force_cpusubtype_ALL should only be forwarded,Daniel Dunbar2010-01-221-2/+1
* Update debugging code.Mike Stump2010-01-221-16/+18
* Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" archDaniel Dunbar2010-01-223-68/+73
* Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linker invocation is going toDaniel Dunbar2010-01-222-18/+5
* Use raw_ostream instead of cstdio.Daniel Dunbar2010-01-221-19/+21
* Create function, block, and template parameters in the context of theJohn McCall2010-01-225-11/+20
* revert my patch for rdar://7520940 that warns when a published headerChris Lattner2010-01-223-18/+4
* Wire up the new range reporting for unreachable code.Mike Stump2010-01-211-6/+16
* Improve unreachable code warnings with respect to dead member andMike Stump2010-01-211-0/+12
* Improve unreachable code warnings for with respect to dead functional casts i...Mike Stump2010-01-211-0/+5
* Improve unreachable code warnings for with respect to c-style casts.Mike Stump2010-01-211-0/+5
* Improve unreachable code warnings for with respect to ? :.Mike Stump2010-01-211-4/+15
* Allocate the 'Protocols' array in ObjCInterfaceType andTed Kremenek2010-01-212-2/+42
* Patch to implement rewriting of properties.Fariborz Jahanian2010-01-215-5/+13
* Improve unreachable code warnings for with respect to compoundMike Stump2010-01-211-0/+6
* Improve unreachable code warnings with respect to dead binary andMike Stump2010-01-212-7/+22
* Update to use llvm/utils/GetSourceVersion to detect version number, instead ofDaniel Dunbar2010-01-211-1/+1
* Move the VTT related code into its own file, CGVTT.cppAnders Carlsson2010-01-213-378/+399
* Teach code-completion to deal with calls to functions without prototypes.Douglas Gregor2010-01-211-15/+21
* Speed up compilation by avoiding generating exceptional edges fromMike Stump2010-01-214-13/+75
* Move some recent checking code into SemaChecking instead.Mike Stump2010-01-212-429/+430
* Avoid instantiating std::sort to save on compiler size.Mike Stump2010-01-211-11/+5
* When checking for unreachable code, we can trivially avoid checkingMike Stump2010-01-211-9/+15
* When checking for unreachable blocks, we can trivially avoid extraMike Stump2010-01-211-3/+11
* Add infrastructure to add base initializers and member initializers toMike Stump2010-01-212-5/+13
* Fixes comments.Fariborz Jahanian2010-01-211-2/+2
* Also allow cast of block pointer type toFariborz Jahanian2010-01-211-0/+7
* A Decl->getName() is not unique. However, the debug info descriptors Devang Patel2010-01-201-1/+8
* In objective-c++ land, a block pointer is another object pointer.Fariborz Jahanian2010-01-201-1/+9
* First pass at collecting access-specifier information along inheritance paths.John McCall2010-01-206-9/+60
* Settled rule on warning on unimplemented property inFariborz Jahanian2010-01-201-2/+28
* reduce redundant are'sChris Lattner2010-01-201-1/+1
* Improve performance of warning when not implementing a required Fariborz Jahanian2010-01-201-13/+13
* Make some helper functions static.Benjamin Kramer2010-01-201-5/+5
* Don't store a Twine temporary, it's unsafe.Benjamin Kramer2010-01-201-4/+6
* Correct comments.Zhongxing Xu2010-01-201-1/+1
* Move the MacroBuilder utilitiy to its own header. Update references.Chandler Carruth2010-01-202-0/+2
* Fix an invalid Twine use spotty by abbeyj, it isn't safe to use TwineDaniel Dunbar2010-01-201-1/+4
* Actually remove the include that r93974 made unnecessary.Chandler Carruth2010-01-201-1/+0
* Add a missing case for DeclContext printer.Zhongxing Xu2010-01-201-0/+5