summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Baby steps towards migrating the InitListChecker over to the new initializati...Anders Carlsson2010-01-231-33/+65
* When an InitializedEntity is passed to CheckSingleInitializer, call the new S...Anders Carlsson2010-01-231-22/+36
* Add bzero builtin; this should help codegen quality for code using thisEli Friedman2010-01-231-0/+1
* Change CheckSingleInitializer to take/return OwningExprResults instead. No fu...Anders Carlsson2010-01-231-24/+46
* Simplify code with StringRef.Benjamin Kramer2010-01-231-6/+5
* No need to terminate this buffer.Benjamin Kramer2010-01-231-4/+3
* Produce a special diagnostic when users call a function with an argument ofJohn McCall2010-01-231-1/+16
* Fix the EntityKind order so that all entity kinds that can be copied (using c...Anders Carlsson2010-01-231-5/+5
* During overload resolution diagnostics, sort non-viable candidates by the qua...John McCall2010-01-232-5/+122
* Separate EK_ArrayOrVectorElement into EK_ArrayElement and EK_VectorElement; a...Anders Carlsson2010-01-232-12/+24
* Created __builtin___NSStringMakeConstantString() builtin, which generates con...David Chisnall2010-01-239-20/+49
* Rename getClangFullVendorVersion() to getClangFullVersion().Ted Kremenek2010-01-232-2/+2
* Implement elementary access control.John McCall2010-01-237-18/+180
* Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor2010-01-232-12/+61
* outside a method, 'super' should resolve in a normal name look upFariborz Jahanian2010-01-221-1/+11
* Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clan...Ted Kremenek2010-01-221-2/+2
* Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp...Ted Kremenek2010-01-224-16/+23
* (1) Rename getClangSubversionRevision() to getClangRevision(), andTed Kremenek2010-01-224-22/+30
* ui64, etc. are valid VS suffixes.Fariborz Jahanian2010-01-221-1/+1
* Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL_BRANCH_REVISION.Ted Kremenek2010-01-222-4/+4
* Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur...Ted Kremenek2010-01-224-6/+9
* Be sure to select primary bases among the nearly empties in preorder,Mike Stump2010-01-221-0/+5
* 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